org.objectweb.joram.client.connector
Class LocalTopic
java.lang.Object
org.objectweb.joram.client.connector.LocalTopic
- All Implemented Interfaces:
- LocalTopicMBean
- public class LocalTopic
- extends java.lang.Object
- implements LocalTopicMBean
The LocalTopic
class allows to manage a topic hosted by the
adapter's underlying server.
Constructor Summary |
LocalTopic(Topic topic)
Constructs a LocalTopic instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalTopic
public LocalTopic(Topic topic)
- Constructs a
LocalTopic
instance.
getAgentId
public java.lang.String getAgentId()
- Specified by:
getAgentId
in interface LocalTopicMBean
getJndiName
public java.lang.String getJndiName()
- Specified by:
getJndiName
in interface LocalTopicMBean
getNumberOfSubscribers
public int getNumberOfSubscribers()
- Specified by:
getNumberOfSubscribers
in interface LocalTopicMBean
delete
public void delete()
throws java.lang.Exception
- Specified by:
delete
in interface LocalTopicMBean
- Throws:
java.lang.Exception
Copyright ? 2005 Scalagent - All rights reserved