Joram ${version}

org.objectweb.joram.client.connector
Interface JoramAdapterMBean

All Superinterfaces:
JoramAdminMBean
All Known Implementing Classes:
JoramAdapter

public interface JoramAdapterMBean
extends JoramAdminMBean


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

getPlatformServersIds

public java.util.List getPlatformServersIds()
Platform servers identifiers.


getLocalUsers

public java.util.List getLocalUsers()

getPlatformConfigDir

public 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.


getPersistentPlatform

public java.lang.Boolean getPersistentPlatform()
true if the JORAM server to start is persistent.


getServerId

public java.lang.Short getServerId()
Identifier of the JORAM server to start.


getServerName

public java.lang.String getServerName()
Name of the JORAM server to start.


getAdminFile

public java.lang.String getAdminFile()
Path to the file containing a description of the administered objects to create and bind.


getCollocatedServer

public java.lang.Boolean getCollocatedServer()

getHostName

public java.lang.String getHostName()

getServerPort

public java.lang.Integer getServerPort()

getConnectingTimer

public 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.


getTxPendingTimer

public 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".


getCnxPendingTimer

public 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.


removeDestination

public void removeDestination(java.lang.String name)
                       throws AdminException
Throws:
AdminException

Joram ${version}

Copyright © 2005 Scalagent - All rights reserved