|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hornetq.api.core.management.ObjectNameBuilder
public class ObjectNameBuilder

Helper class to build ObjectNames for HornetQ resources.
| Field Summary | |
|---|---|
static String |
CORE_MODULE
|
static ObjectNameBuilder |
DEFAULT
Default JMX domain for HornetQ resources. |
static String |
JMS_MODULE
|
| Method Summary | |
|---|---|
static ObjectNameBuilder |
create(String domain)
|
ObjectName |
getAcceptorObjectName(String name)
Returns the ObjectName used by AcceptorControl. |
ObjectName |
getAddressObjectName(SimpleString address)
Returns the ObjectName used by AddressControl. |
ObjectName |
getBridgeObjectName(String name)
Returns the ObjectName used by BridgeControl. |
ObjectName |
getBroadcastGroupObjectName(String name)
Returns the ObjectName used by BroadcastGroupControl. |
ObjectName |
getClusterConnectionObjectName(String name)
Returns the ObjectName used by ClusterConnectionControl. |
ObjectName |
getConnectionFactoryObjectName(String name)
Returns the ObjectName used by ConnectionFactoryControl. |
ObjectName |
getDiscoveryGroupObjectName(String name)
Returns the ObjectName used by DiscoveryGroupControl. |
ObjectName |
getDivertObjectName(String name)
Returns the ObjectName used by DivertControl. |
ObjectName |
getHornetQServerObjectName()
Returns the ObjectName used by the single HornetQServerControl. |
ObjectName |
getJMSQueueObjectName(String name)
Returns the ObjectName used by JMSQueueControl. |
ObjectName |
getJMSServerObjectName()
Returns the ObjectName used by JMSServerControl. |
ObjectName |
getJMSTopicObjectName(String name)
Returns the ObjectName used by TopicControl. |
ObjectName |
getQueueObjectName(SimpleString address,
SimpleString name)
Returns the ObjectName used by QueueControl. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static ObjectNameBuilder DEFAULT
public static final String JMS_MODULE
public static final String CORE_MODULE
| Method Detail |
|---|
public static ObjectNameBuilder create(String domain)
public ObjectName getHornetQServerObjectName()
throws Exception
Exception
public ObjectName getAddressObjectName(SimpleString address)
throws Exception
ExceptionAddressControl
public ObjectName getQueueObjectName(SimpleString address,
SimpleString name)
throws Exception
ExceptionQueueControl
public ObjectName getDivertObjectName(String name)
throws Exception
ExceptionDivertControl
public ObjectName getAcceptorObjectName(String name)
throws Exception
ExceptionAcceptorControl
public ObjectName getBroadcastGroupObjectName(String name)
throws Exception
ExceptionBroadcastGroupControl
public ObjectName getBridgeObjectName(String name)
throws Exception
ExceptionBridgeControl
public ObjectName getClusterConnectionObjectName(String name)
throws Exception
ExceptionClusterConnectionControl
public ObjectName getDiscoveryGroupObjectName(String name)
throws Exception
ExceptionDiscoveryGroupControl
public ObjectName getJMSServerObjectName()
throws Exception
ExceptionJMSServerControl
public ObjectName getJMSQueueObjectName(String name)
throws Exception
ExceptionJMSQueueControl
public ObjectName getJMSTopicObjectName(String name)
throws Exception
ExceptionTopicControl
public ObjectName getConnectionFactoryObjectName(String name)
throws Exception
ExceptionConnectionFactoryControl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||