|
Joram 5.1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JoramAdapterMBean
Method Summary | |
---|---|
java.lang.String |
getAdminFile()
Path to the file containing a description of the administered objects to create and bind. |
java.lang.String |
getAdminFileExportXML()
|
java.lang.String |
getAdminFileXML()
|
java.lang.Integer |
getCnxPendingTimer()
Period in milliseconds between two ping requests sent by the client connection to the server; if the server does not receive any ping request during more than 2 * cnxPendingTimer, the connection is considered as dead and processed as required. |
java.lang.Boolean |
getCollocatedServer()
|
java.lang.Integer |
getConnectingTimer()
Duration in seconds during which connecting is attempted (connecting might take time if the server is temporarily not reachable); the 0 value is set for connecting only once and aborting if connecting failed. |
java.lang.String |
getDefaultDMQId()
|
java.lang.String |
getDefaultDMQId(int serverId)
|
java.lang.Boolean |
getDeleteDurableSubscription()
|
java.lang.String |
getHostName()
|
java.util.List |
getLocalUsers()
|
java.lang.Boolean |
getPersistentPlatform()
true if the JORAM server to start is persistent. |
java.lang.String |
getPlatformConfigDir()
Path to the directory containing JORAM's configuration files ( a3servers.xml , a3debug.cfg
and admin file), needed when starting the collocated JORAM server. |
java.util.List |
getPlatformServersIds()
Platform servers identifiers. |
java.lang.Short |
getServerId()
Identifier of the JORAM server to start. |
java.lang.String |
getServerName()
Name of the JORAM server to start. |
java.lang.Integer |
getServerPort()
|
java.lang.Integer |
getTxPendingTimer()
Duration in seconds during which a JMS transacted (non XA) session might be pending; above that duration the session is rolled back and closed; the 0 value means "no timer". |
void |
removeDestination(java.lang.String name)
|
void |
setDefaultDMQId(int serverId,
java.lang.String dmqId)
|
Methods inherited from interface org.objectweb.joram.client.jms.admin.JoramAdminMBean |
---|
createQueue, createQueue, createQueue, createTopic, createTopic, createTopic, createUser, createUser, executeXMLAdminJMX, exit, exportRepositoryToFile, getDestinations, getDestinations, getTimeOutToAbortRequest, getUsers, getUsers, setTimeOutToAbortRequest |
Method Detail |
---|
java.util.List getPlatformServersIds()
java.util.List getLocalUsers()
java.lang.String getPlatformConfigDir()
a3servers.xml
, a3debug.cfg
and admin file), needed when starting the collocated JORAM server.
java.lang.Boolean getPersistentPlatform()
true
if the JORAM server to start is persistent.
java.lang.Short getServerId()
java.lang.String getServerName()
java.lang.String getAdminFile()
java.lang.String getAdminFileXML()
java.lang.String getAdminFileExportXML()
java.lang.Boolean getCollocatedServer()
java.lang.String getHostName()
java.lang.Integer getServerPort()
java.lang.Integer getConnectingTimer()
java.lang.Integer getTxPendingTimer()
java.lang.Integer getCnxPendingTimer()
java.lang.Boolean getDeleteDurableSubscription()
void removeDestination(java.lang.String name) throws AdminException
AdminException
void setDefaultDMQId(int serverId, java.lang.String dmqId) throws java.net.ConnectException, AdminException
setDefaultDMQId
in interface JoramAdminMBean
java.net.ConnectException
AdminException
java.lang.String getDefaultDMQId(int serverId) throws java.net.ConnectException, AdminException
getDefaultDMQId
in interface JoramAdminMBean
java.net.ConnectException
AdminException
java.lang.String getDefaultDMQId() throws java.net.ConnectException, AdminException
getDefaultDMQId
in interface JoramAdminMBean
java.net.ConnectException
AdminException
|
Joram 5.1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |