org.objectweb.joram.client.connector
Class LocalServer
java.lang.Object
org.objectweb.joram.client.connector.LocalServer
- All Implemented Interfaces:
- LocalServerMBean
- public class LocalServer
- extends java.lang.Object
- implements LocalServerMBean
The LocalServer
class allows to manage the adapter's
underlying server.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalServer
public LocalServer(JoramAdapter adapter)
- Constructs a
LocalServer
instance.
setObjectName
public void setObjectName(java.lang.String objectName)
setStateManageable
public void setStateManageable(boolean stateManageable)
setStatisticsProvider
public void setStatisticsProvider(boolean statisticsProvider)
setEventProvider
public void setEventProvider(boolean eventProvider)
getobjectName
public java.lang.String getobjectName()
- Specified by:
getobjectName
in interface LocalServerMBean
iseventProvider
public boolean iseventProvider()
- Specified by:
iseventProvider
in interface LocalServerMBean
isstateManageable
public boolean isstateManageable()
- Specified by:
isstateManageable
in interface LocalServerMBean
isstatisticsProvider
public boolean isstatisticsProvider()
- Specified by:
isstatisticsProvider
in interface LocalServerMBean
getPlatformConfiguration
public java.lang.String getPlatformConfiguration()
- Specified by:
getPlatformConfiguration
in interface LocalServerMBean
getPlatformServersIds
public java.util.List getPlatformServersIds()
- Specified by:
getPlatformServersIds
in interface LocalServerMBean
getLocalServerId
public java.lang.String getLocalServerId()
- Specified by:
getLocalServerId
in interface LocalServerMBean
getRelease
public java.lang.String getRelease()
- Specified by:
getRelease
in interface LocalServerMBean
getRunningMode
public java.lang.String getRunningMode()
- Specified by:
getRunningMode
in interface LocalServerMBean
getHost
public java.lang.String getHost()
- Specified by:
getHost
in interface LocalServerMBean
getPort
public java.lang.String getPort()
- Specified by:
getPort
in interface LocalServerMBean
getLocalQueuesNames
public java.util.List getLocalQueuesNames()
- Specified by:
getLocalQueuesNames
in interface LocalServerMBean
getLocalTopicsNames
public java.util.List getLocalTopicsNames()
- Specified by:
getLocalTopicsNames
in interface LocalServerMBean
getLocalUsersNames
public java.util.List getLocalUsersNames()
- Specified by:
getLocalUsersNames
in interface LocalServerMBean
createLocalQueue
public void createLocalQueue(java.lang.String jndiName)
throws java.lang.Exception
- Specified by:
createLocalQueue
in interface LocalServerMBean
- Throws:
java.lang.Exception
createLocalTopic
public void createLocalTopic(java.lang.String jndiName)
throws java.lang.Exception
- Specified by:
createLocalTopic
in interface LocalServerMBean
- Throws:
java.lang.Exception
Copyright ? 2004 Scalagent - All rights reserved