org.objectweb.joram.client.connector

Class LocalServer

Implemented Interfaces:
LocalServerMBean

public class LocalServer
extends java.lang.Object
implements LocalServerMBean

The LocalServer class allows to manage the adapter's underlying server.

Constructor Summary

LocalServer(JoramAdapter adapter)
Constructs a LocalServer instance.

Method Summary

void
createLocalQueue(String jndiName)
void
createLocalTopic(String jndiName)
String
getHost()
List
getLocalQueuesNames()
String
getLocalServerId()
List
getLocalTopicsNames()
List
getLocalUsersNames()
String
getPlatformConfiguration()
List
getPlatformServersIds()
String
getPort()
String
getRelease()
String
getRunningMode()
String
getobjectName()
boolean
iseventProvider()
boolean
isstateManageable()
boolean
isstatisticsProvider()
void
setEventProvider(boolean eventProvider)
void
setObjectName(String objectName)
void
setStateManageable(boolean stateManageable)
void
setStatisticsProvider(boolean statisticsProvider)

Constructor Details

LocalServer

public LocalServer(JoramAdapter adapter)
Constructs a LocalServer instance.

Method Details

createLocalQueue

public void createLocalQueue(String jndiName)
            throws Exception
Specified by:
createLocalQueue in interface LocalServerMBean


createLocalTopic

public void createLocalTopic(String jndiName)
            throws Exception
Specified by:
createLocalTopic in interface LocalServerMBean


getHost

public String getHost()
Specified by:
getHost in interface LocalServerMBean


getLocalQueuesNames

public List getLocalQueuesNames()
Specified by:
getLocalQueuesNames in interface LocalServerMBean


getLocalServerId

public String getLocalServerId()
Specified by:
getLocalServerId in interface LocalServerMBean


getLocalTopicsNames

public List getLocalTopicsNames()
Specified by:
getLocalTopicsNames in interface LocalServerMBean


getLocalUsersNames

public List getLocalUsersNames()
Specified by:
getLocalUsersNames in interface LocalServerMBean


getPlatformConfiguration

public String getPlatformConfiguration()
Specified by:
getPlatformConfiguration in interface LocalServerMBean


getPlatformServersIds

public List getPlatformServersIds()
Specified by:
getPlatformServersIds in interface LocalServerMBean


getPort

public String getPort()
Specified by:
getPort in interface LocalServerMBean


getRelease

public String getRelease()
Specified by:
getRelease in interface LocalServerMBean


getRunningMode

public String getRunningMode()
Specified by:
getRunningMode in interface LocalServerMBean


getobjectName

public 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


setEventProvider

public void setEventProvider(boolean eventProvider)


setObjectName

public void setObjectName(String objectName)


setStateManageable

public void setStateManageable(boolean stateManageable)


setStatisticsProvider

public void setStatisticsProvider(boolean statisticsProvider)


Copyright B) 2004 Scalagent - All rights reserved