|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.String |
getAdminFile()
Path to the file containing a description of the administered objects to create and bind. |
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 |
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)
|
Methods inherited from interface org.objectweb.joram.client.jms.admin.JoramAdminMBean |
createQueue, createQueue, createQueue, createTopic, createTopic, createTopic, createUser, createUser, exit, getDefaultDMQ, getDefaultDMQ, getDestinations, getDestinations, getTimeOutToAbortRequest, getUsers, getUsers, setDefaultDMQ, setTimeOutToAbortRequest |
Method Detail |
public java.util.List getPlatformServersIds()
public java.util.List getLocalUsers()
public java.lang.String getPlatformConfigDir()
a3servers.xml
, a3debug.cfg
and admin file), needed when starting the collocated JORAM server.
public java.lang.Boolean getPersistentPlatform()
true
if the JORAM server to start is persistent.
public java.lang.Short getServerId()
public java.lang.String getServerName()
public java.lang.String getAdminFile()
public java.lang.Boolean getCollocatedServer()
public java.lang.String getHostName()
public java.lang.Integer getServerPort()
public java.lang.Integer getConnectingTimer()
public java.lang.Integer getTxPendingTimer()
public java.lang.Integer getCnxPendingTimer()
public void removeDestination(java.lang.String name) throws AdminException
AdminException
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |