Joram ${version}

org.objectweb.joram.client.connector
Class LocalTopic

java.lang.Object
  extended byorg.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.
 
Method Summary
 void delete()
           
 java.lang.String getAgentId()
           
 java.lang.String getJndiName()
           
 int getNumberOfSubscribers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalTopic

public LocalTopic(Topic topic)
Constructs a LocalTopic instance.

Method Detail

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

Joram ${version}

Copyright ? 2005 Scalagent - All rights reserved