org.objectweb.joram.client.connector

Class RemoteServer

Implemented Interfaces:
RemoteServerMBean

public class RemoteServer
extends java.lang.Object
implements RemoteServerMBean

The RemoteServer class allows to handle remote JORAM servers.

Constructor Summary

RemoteServer(short id)
Constructs a RemoteServer instance.

Method Summary

String
getRemoteServerId()
List
retrieveRemoteQueuesNames()
List
retrieveRemoteTopicsNames()

Constructor Details

RemoteServer

public RemoteServer(short id)
Constructs a RemoteServer instance.

Method Details

getRemoteServerId

public String getRemoteServerId()
Specified by:
getRemoteServerId in interface RemoteServerMBean


retrieveRemoteQueuesNames

public List retrieveRemoteQueuesNames()
            throws Exception
Specified by:
retrieveRemoteQueuesNames in interface RemoteServerMBean


retrieveRemoteTopicsNames

public List retrieveRemoteTopicsNames()
            throws Exception
Specified by:
retrieveRemoteTopicsNames in interface RemoteServerMBean


Copyright B) 2004 Scalagent - All rights reserved