org.objectweb.joram.client.connector
Class RemoteServer

java.lang.Object
  extended byorg.objectweb.joram.client.connector.RemoteServer
All 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
 java.lang.String getRemoteServerId()
           
 java.util.List retrieveRemoteQueuesNames()
           
 java.util.List retrieveRemoteTopicsNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteServer

public RemoteServer(short id)
Constructs a RemoteServer instance.

Method Detail

getRemoteServerId

public java.lang.String getRemoteServerId()
Specified by:
getRemoteServerId in interface RemoteServerMBean

retrieveRemoteQueuesNames

public java.util.List retrieveRemoteQueuesNames()
                                         throws java.lang.Exception
Specified by:
retrieveRemoteQueuesNames in interface RemoteServerMBean
Throws:
java.lang.Exception

retrieveRemoteTopicsNames

public java.util.List retrieveRemoteTopicsNames()
                                         throws java.lang.Exception
Specified by:
retrieveRemoteTopicsNames in interface RemoteServerMBean
Throws:
java.lang.Exception


Copyright ? 2004 Scalagent - All rights reserved