org.objectweb.joram.client.connector

Class LocalTopic

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()
String
getAgentId()
String
getJndiName()
int
getNumberOfSubscribers()

Constructor Details

LocalTopic

public LocalTopic(Topic topic)
Constructs a LocalTopic instance.

Method Details

delete

public void delete()
            throws Exception
Specified by:
delete in interface LocalTopicMBean


getAgentId

public String getAgentId()
Specified by:
getAgentId in interface LocalTopicMBean


getJndiName

public String getJndiName()
Specified by:
getJndiName in interface LocalTopicMBean


getNumberOfSubscribers

public int getNumberOfSubscribers()
Specified by:
getNumberOfSubscribers in interface LocalTopicMBean


Copyright B) 2004 Scalagent - All rights reserved