org.ow2.petals.admin.jmx.registry
Class JMXRegistryView

java.lang.Object
  extended by org.ow2.petals.admin.jmx.registry.JMXRegistryView
All Implemented Interfaces:
org.ow2.petals.admin.registry.RegistryView

public class JMXRegistryView
extends java.lang.Object
implements org.ow2.petals.admin.registry.RegistryView

Author:
Nicolas Oddoux - EBM WebSourcing

Constructor Summary
JMXRegistryView(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> endpointMaps, java.lang.String endpointNameRegex, java.lang.String serviceNameRegex, java.lang.String interfaceNameRegex)
           
 
Method Summary
 java.util.List<org.ow2.petals.admin.registry.Endpoint> getAllEndpoints()
           
 java.util.Map<java.lang.String,java.util.List<org.ow2.petals.admin.registry.Endpoint>> getListOfEndpointsByInterfaceName()
           
 java.util.Map<java.lang.String,java.util.List<org.ow2.petals.admin.registry.Endpoint>> getListOfEndpointsByServiceName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXRegistryView

public JMXRegistryView(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> endpointMaps,
                       java.lang.String endpointNameRegex,
                       java.lang.String serviceNameRegex,
                       java.lang.String interfaceNameRegex)
                throws org.ow2.petals.admin.api.exception.RegistryRegexpPatternException
Throws:
org.ow2.petals.admin.api.exception.RegistryRegexpPatternException
Method Detail

getAllEndpoints

public java.util.List<org.ow2.petals.admin.registry.Endpoint> getAllEndpoints()
Specified by:
getAllEndpoints in interface org.ow2.petals.admin.registry.RegistryView

getListOfEndpointsByServiceName

public java.util.Map<java.lang.String,java.util.List<org.ow2.petals.admin.registry.Endpoint>> getListOfEndpointsByServiceName()
Specified by:
getListOfEndpointsByServiceName in interface org.ow2.petals.admin.registry.RegistryView

getListOfEndpointsByInterfaceName

public java.util.Map<java.lang.String,java.util.List<org.ow2.petals.admin.registry.Endpoint>> getListOfEndpointsByInterfaceName()
Specified by:
getListOfEndpointsByInterfaceName in interface org.ow2.petals.admin.registry.RegistryView


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.