|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Description | |
|---|---|
| com.caucho.management.server | |
| com.caucho.server.rewrite | |
| Uses of Description in com.caucho.management.server |
|---|
| Classes in com.caucho.management.server with annotations of type Description | |
|---|---|
interface |
AccessLogMXBean
Management interface for the access-log |
interface |
BlockManagerMXBean
Management interface for the block manager used by the proxy cache and persistent sessions. |
interface |
ClusterServerMXBean
A client-view of a cluster's server. |
interface |
ConnectionPoolMXBean
MBean API for the JCA connection pool. |
interface |
EAppMXBean
|
interface |
EarDeployMXBean
|
interface |
HostDeployMXBean
|
interface |
HostMXBean
Management interface for the host. |
interface |
JdbcDriverMXBean
MBean API for a JDBC driver. |
interface |
JmsQueueMXBean
MBean API for a JMS Queue. |
interface |
JmsTopicMXBean
MBean API for a JMS Topic. |
interface |
MemoryMXBean
Management interface for the memory |
interface |
PortMXBean
Represents a protocol connection. |
interface |
ProxyCacheMXBean
Management interface for the proxy cache. |
interface |
ResinMXBean
Management interface for the server. |
interface |
ResourceDeployMXBean
|
interface |
RewriteImportMXBean
Interface for a rewrite rule. |
interface |
RewriteRuleMXBean
Interface for a rewrite rule. |
interface |
ServerConnectorMXBean
A client-view of a cluster's server. |
interface |
ServerMXBean
Management interface for the server. |
interface |
SessionManagerMXBean
Administration for the SessionManager for a WebApp. |
interface |
TcpConnectionMXBean
Represents a tcp-connection |
interface |
ThreadPoolMXBean
Management interface for the thread pool. |
interface |
WatchdogMXBean
Management interface for the watchdog thread watching a server. |
interface |
WebAppDeployMXBean
|
interface |
WebAppMXBean
MBean API for the WebApp. |
interface |
XmppUserDomainMXBean
Management interface for the xmpp/bam user domain |
| Methods in com.caucho.management.server with annotations of type Description | |
|---|---|
void |
ClusterMXBean.addDynamicServer(java.lang.String id,
java.lang.String address,
int port)
Adds a new dynamic server to the cluster |
void |
XmppUserDomainMXBean.addUser(java.lang.String user,
java.lang.String password,
java.lang.String email)
Adds a new user |
void |
ConnectionPoolMXBean.clear()
Clears all idle connections in the pool. |
void |
ProxyCacheMXBean.clearCache()
Clears the cache. |
void |
ProxyCacheMXBean.clearCacheByPattern(java.lang.String hostRegexp,
java.lang.String urlRegexp)
Clears the cache by regexp patterns. |
void |
ProxyCacheMXBean.clearExpires()
Clears the expires timers for the cache. |
void |
ClusterServerMXBean.enableSessionOnly()
Enables connections to the target server. |
void |
AccessLogMXBean.flush()
Flush the log to disk |
int |
PortMXBean.getAcceptListenBacklog()
Returns the operating system listen backlog |
int |
PortMXBean.getAcceptThreadMax()
Returns the maximum number of accept threads |
int |
PortMXBean.getAcceptThreadMin()
Returns the minimum number of accept threads |
java.lang.String |
PortMXBean.getAddress()
Returns the ip address or used to bind the port. |
java.lang.String |
ClusterServerMXBean.getAddress()
Returns the ip address or host name of the server. |
java.lang.String |
ArchiveDeployMXBean.getArchiveDirectory()
|
java.lang.String |
ArchiveDeployMXBean.getArchivePath(java.lang.String name)
|
long |
BlockManagerMXBean.getBlockCapacity()
Returns the number of blocks in the block manager |
java.lang.String |
JdbcDriverMXBean.getClassName()
Returns the driver class |
java.lang.String[] |
EnvironmentMXBean.getClassPath()
Returns the classpath for the environment |
long |
PortMXBean.getClientDisconnectCountTotal()
The total number of connections that have terminated with ClientDisconnectException. |
long |
WebAppMXBean.getClientDisconnectCountTotal()
Returns the number of connections that have ended with a ClientDisconnectException for this web-app in it's lifetime. |
long |
ServerMXBean.getClientDisconnectCountTotal()
The total number of connections that have terminated with ClientDisconnectException. |
ClusterMXBean |
ClusterServerMXBean.getCluster()
The containing cluster. |
ClusterMXBean |
ServerMXBean.getCluster()
Returns the cluster owning this server |
int |
ClusterServerMXBean.getClusterIndex()
The cluster index of the server. |
PortMXBean |
ServerMXBean.getClusterPort()
Returns the cluster port |
ClusterMXBean[] |
ResinMXBean.getClusters()
Returns the Cluster mbean-names for all clusters managed by Resin. |
long |
MemoryMXBean.getCodeCacheCommitted()
|
long |
MemoryMXBean.getCodeCacheFree()
|
long |
MemoryMXBean.getCodeCacheMax()
|
long |
MemoryMXBean.getCodeCacheUsed()
|
int |
PortMXBean.getCometIdleCount()
Returns the current number of comet-socket idle and waiting to service requests. |
java.lang.Throwable |
DeployMXBean.getConfigException()
|
java.lang.Throwable |
ArchiveDeployMXBean.getConfigException(java.lang.String name)
|
java.lang.String |
ResinMXBean.getConfigFile()
Returns the config file, the value of "-conf foo.conf" |
int |
ConnectionPoolMXBean.getConnectionActiveCount()
Returns the number of active connections. |
int |
ClusterServerMXBean.getConnectionActiveCount()
Returns the number of connections actively being used to communicate with the target server. |
long |
ClusterServerMXBean.getConnectionBusyCountTotal()
Returns the number of connections which resulted in a busy response. |
int |
ConnectionPoolMXBean.getConnectionCount()
Returns the total number of connections. |
long |
JdbcDriverMXBean.getConnectionCountTotal()
Returns the total number of connections. |
long |
ConnectionPoolMXBean.getConnectionCountTotal()
Returns the total number of connections. |
long |
ConnectionPoolMXBean.getConnectionCreateCountTotal()
Returns the total number of created connections. |
long |
JdbcDriverMXBean.getConnectionFailCountTotal()
Returns the total number of failed connections. |
long |
ConnectionPoolMXBean.getConnectionFailCountTotal()
Returns the total number of failed connections. |
long |
ClusterServerMXBean.getConnectionFailCountTotal()
Returns the number of connections which could not connect to the target server. |
int |
ConnectionPoolMXBean.getConnectionIdleCount()
Returns the number of idle connections. |
int |
ClusterServerMXBean.getConnectionIdleCount()
Returns the number of open but currently unused connections to the target server. |
long |
ClusterServerMXBean.getConnectionKeepaliveCountTotal()
Returns the number of connections that have been made to the target server. |
int |
PortMXBean.getConnectionMax()
Returns the maximum number of active connections allowed for the port. |
long |
ClusterServerMXBean.getConnectionNewCountTotal()
Returns the number of connections that have been made to the target server. |
long |
ConnectionPoolMXBean.getConnectionWaitTime()
How long to wait for connections when timed out. |
long |
ClusterServerMXBean.getConnectTimeout()
The timeout in milliseconds for connecting to the server. |
int |
JmsQueueMXBean.getConsumerCount()
Returns the number of consumers for the queue. |
java.lang.String |
WebAppMXBean.getContextPath()
Returns the application's context path. |
java.lang.String |
SessionManagerMXBean.getCookieDomain()
The host domain used for session cookies |
long |
SessionManagerMXBean.getCookieLength()
The length of the generated cookie |
long |
SessionManagerMXBean.getCookieMaxAge()
The session cookie max-age sent to the browser. |
java.lang.String |
SessionManagerMXBean.getCookieName()
The cookie name used for sessions. |
java.lang.String |
SessionManagerMXBean.getCookiePort()
The session cookie port sent to the client browser. |
int |
SessionManagerMXBean.getCookieVersion()
The cookie version sent to the browser. |
double |
ServerMXBean.getCpuLoadAvg()
Returns the current CPU load average. |
java.util.Date |
ServerMXBean.getCurrentTime()
Returns the current time according to the server. |
long |
ArchiveDeployMXBean.getDependencyCheckInterval()
|
long |
RewriteImportMXBean.getDependencyCheckInterval()
|
long |
MemoryMXBean.getEdenCommitted()
|
long |
MemoryMXBean.getEdenFree()
|
long |
MemoryMXBean.getEdenMax()
|
long |
MemoryMXBean.getEdenUsed()
|
EnvironmentMXBean |
ServerMXBean.getEnvironment()
Returns the classloader EnvironmentMXBean |
java.lang.String |
ArchiveDeployMXBean.getExpandDirectory()
|
java.lang.String |
ArchiveDeployMXBean.getExpandPath(java.lang.String name)
|
java.lang.String |
ArchiveDeployMXBean.getExpandPrefix()
|
java.lang.String |
ArchiveDeployMXBean.getExpandSuffix()
|
java.lang.String |
ArchiveDeployMXBean.getExtension()
|
long |
BlockManagerMXBean.getHitCountTotal()
Returns the block LRU cache hit count. |
long |
ProxyCacheMXBean.getHitCountTotal()
Returns the proxy cache hit count. |
HostMXBean |
WebAppMXBean.getHost()
Returns the owning host |
java.lang.String |
HostMXBean.getHostName()
Returns the host name. |
HostMXBean[] |
ClusterMXBean.getHosts()
Returns a list of the ObjectNames for the virtual hosts. |
java.lang.String |
WatchdogMXBean.getId()
Returns the -server id. |
java.lang.String |
ServerMXBean.getId()
Returns the -server id. |
long |
ClusterServerMXBean.getIdleTime()
Returns the timeout for an idle socket that is connected to the target server. |
java.util.Date |
WatchdogMXBean.getInitialStartTime()
Returns the last start time. |
long |
ServerMXBean.getInvocationCacheHitCountTotal()
Returns the invocation cache hit count. |
long |
ServerMXBean.getInvocationCacheMissCountTotal()
Returns the invocation cache miss count. |
long |
PortMXBean.getKeepaliveConnectionTimeMax()
Returns the maximum total time for keepalive connections |
int |
PortMXBean.getKeepaliveCount()
Returns the current number of connections that are in the keepalive state |
long |
PortMXBean.getKeepaliveCountTotal()
Returns the number of requests that have ended up in the keepalive state for this server in it's lifetime. |
long |
ServerMXBean.getKeepaliveCountTotal()
Returns the number of requests that have ended up in the keepalive state for this server in it's lifetime. |
int |
PortMXBean.getKeepaliveMax()
Returns the maximum number keepalive connections allowed for the port. |
int |
PortMXBean.getKeepaliveSelectCount()
Returns the current number of connections that are in the keepalive state and are using select to maintain the connection. |
int |
PortMXBean.getKeepaliveSelectMax()
Returns the maximum number of select keepalive connections allowed for the port. |
int |
PortMXBean.getKeepaliveThreadCount()
Returns the current number of connections that are in the keepalive state and are using a thread to maintain the connection. |
long |
PortMXBean.getKeepaliveTimeout()
Returns the timeout for a keepalive connection |
java.util.Date |
ClusterServerMXBean.getLastBusyTime()
Returns the last time of the busy response. |
java.util.Date |
JdbcDriverMXBean.getLastFailTime()
Returns the last connection fail time. |
java.util.Date |
ConnectionPoolMXBean.getLastFailTime()
Returns the last failed connection time. |
java.util.Date |
ClusterServerMXBean.getLastFailTime()
Returns the time of the last failure. |
double |
ClusterServerMXBean.getLatencyFactor()
Returns the server's latency factory |
long |
JmsQueueMXBean.getListenerFailCountTotal()
Returns the number of listener failures |
java.util.Date |
JmsQueueMXBean.getListenerFailLastTime()
Returns the last time of listener failures |
java.lang.String |
ResinMXBean.getLocalHost()
Returns the ip address or host name of the machine that is running this ResinServer. |
java.util.Map<java.lang.String,java.lang.String> |
WebAppMXBean.getManifestAttributes()
Returns any manifest entries from the .war file |
long |
ConnectionPoolMXBean.getMaxActiveTime()
Returns the pool active time in milliseconds. |
int |
ConnectionPoolMXBean.getMaxConnections()
Returns the maximum number of connections. |
int |
ConnectionPoolMXBean.getMaxCreateConnections()
Returns the max number of connections trying to connect. |
int |
ConnectionPoolMXBean.getMaxIdleCount()
Returns the maximum number of idle connections |
long |
ConnectionPoolMXBean.getMaxIdleTime()
Returns the pool idle time in milliseconds. |
int |
ConnectionPoolMXBean.getMaxOverflowConnections()
Returns the number of overflow connections. |
long |
ConnectionPoolMXBean.getMaxPoolTime()
Returns the pool time in milliseconds. |
long |
BlockManagerMXBean.getMissCountTotal()
Returns the proxy cache miss count. |
long |
ProxyCacheMXBean.getMissCountTotal()
Returns the proxy cache miss count. |
java.lang.String |
ManagedObjectMXBean.getName()
The JMX name property of the mbean. |
java.lang.String[] |
ArchiveDeployMXBean.getNames()
|
javax.management.ObjectName |
ManagedObjectMXBean.getObjectName()
Returns the ObjectName of the mbean. |
javax.management.ObjectName |
AbstractManagedObject.getObjectName()
Returns the ObjectName of the mbean. |
long |
MemoryMXBean.getPermGenCommitted()
|
long |
MemoryMXBean.getPermGenFree()
|
long |
MemoryMXBean.getPermGenMax()
|
long |
MemoryMXBean.getPermGenUsed()
|
PersistentStoreMXBean |
SessionManagerMXBean.getPersistentStore()
Returns the persistent store. |
PersistentStoreMXBean |
ClusterMXBean.getPersistentStore()
Returns the persistent-store ObjectName. |
int |
PortMXBean.getPort()
Returns the port number used to bind the port. |
int |
ClusterServerMXBean.getPort()
Returns the resin/admin port number of the server. |
PortMXBean[] |
ServerMXBean.getPorts()
Returns the array of ports. |
java.lang.String |
PortMXBean.getProtocolName()
Returns the port's protocol name. |
int |
JmsQueueMXBean.getQueueSize()
Returns the current size of the queue. |
long |
PortMXBean.getReadBytesTotal()
Returns the total number of bytes that requests serviced by this port have read. |
long |
ClusterServerMXBean.getRecoverTime()
Returns the timeout for assuming a target server remains unavailable once a connection attempt fails. |
long |
DeployControllerMXBean.getRedeployCheckInterval()
Returns the interval between redploy checks. |
java.lang.String |
RewriteImportMXBean.getRedeployError()
|
java.lang.String |
DeployMXBean.getRedeployMode()
|
java.lang.String |
DeployControllerMXBean.getRedeployMode()
Returns the redeploy mode, one of "default", "automatic", "lazy", or "manual". |
long |
TcpConnectionMXBean.getRequestActiveTime()
Returns the time this request has spent in the active state. |
int |
WebAppMXBean.getRequestCount()
Returns the current number of requests being serviced by the web-app. |
long |
PortMXBean.getRequestCountTotal()
Returns the total number of requests serviced by the server since it started. |
long |
WebAppMXBean.getRequestCountTotal()
Returns the total number of requests serviced by the web-app since it started. |
long |
ServerMXBean.getRequestCountTotal()
Returns the total number of requests serviced by the server since it started. |
long |
WebAppMXBean.getRequestReadBytesTotal()
Returns the total number of bytes that requests serviced by this web-app have read. |
long |
ServerMXBean.getRequestReadBytesTotal()
Returns the total number of bytes that requests serviced by this server have read. |
long |
PortMXBean.getRequestTimeTotal()
Returns the total duration in milliseconds that requests serviced by this port have taken. |
long |
WebAppMXBean.getRequestTimeTotal()
Returns the total duration in milliseconds that connections serviced by this web-app have taken. |
long |
ServerMXBean.getRequestTimeTotal()
Returns the total duration in milliseconds that requests serviced by this server have taken. |
long |
WebAppMXBean.getRequestWriteBytesTotal()
Returns the total number of bytes that connections serviced by this web-app have written. |
long |
ServerMXBean.getRequestWriteBytesTotal()
Returns the total number of bytes that requests serviced by this server have written. |
java.lang.String |
WatchdogMXBean.getResinConf()
Returns the resinConf |
java.lang.String |
WatchdogMXBean.getResinHome()
Returns the resinHome |
java.lang.String |
ResinMXBean.getResinHome()
The Resin home directory used when starting this instance of Resin. |
java.lang.String |
WatchdogMXBean.getResinRoot()
Returns the resinRoot |
java.lang.String |
WebAppMXBean.getRootDirectory()
Returns the root directory. |
java.lang.String |
HostMXBean.getRootDirectory()
Returns the root directory. |
java.lang.String |
ResinMXBean.getRootDirectory()
The root directory used when starting this instance of Resin. |
long |
ServerMXBean.getRuntimeMemory()
Returns the current total amount of memory available for the JVM, in bytes. |
long |
ServerMXBean.getRuntimeMemoryFree()
Returns the current free amount of memory available for the JVM, in bytes. |
java.lang.String |
SessionManagerMXBean.getSaveMode()
Returns the session save-mode. |
int |
ServerMXBean.getSelectKeepaliveCount()
Returns the current number of connections that are in the keepalive state and are using select to maintain the connection. |
ServerMXBean |
ResinMXBean.getServer()
Returns the server MBean's ObjectName for this instance. |
double |
ClusterServerMXBean.getServerCpuLoadAvg()
Returns the server's load average. |
ClusterServerMXBean[] |
ClusterMXBean.getServers()
Returns a list of ObjectNames for the
com.caucho.server.cluster.ClusterClients that
are used to create outbound connections to communicate with
members of the cluster. |
long |
SessionManagerMXBean.getSessionActiveCount()
Returns the count of active sessions. |
long |
SessionManagerMXBean.getSessionCreateCountTotal()
Returns the count of sessions created |
long |
SessionManagerMXBean.getSessionInvalidateCountTotal()
Returns the count of sessions invalidated |
SessionManagerMXBean |
WebAppMXBean.getSessionManager()
Returns the session manager |
int |
SessionManagerMXBean.getSessionMax()
The maximum number of sessions in memory. |
long |
SessionManagerMXBean.getSessionTimeout()
The maximum time an idle session will be saved. |
long |
SessionManagerMXBean.getSessionTimeoutCountTotal()
Returns the count of sessions timeout |
long |
ServerMXBean.getShutdownWaitMax()
The maximum time to spend waiting for the server to stop gracefully |
long |
PortMXBean.getSocketTimeout()
Returns the timeout for socket reads when waiting for data from a client. |
long |
ClusterServerMXBean.getSocketTimeout()
Returns the timeout to use for reads when communicating with the target server. |
int |
WatchdogMXBean.getStartCount()
Returns the number of times the server has been restarted. |
java.util.Date |
WatchdogMXBean.getStartTime()
Returns the last start time. |
java.util.Date |
ServerMXBean.getStartTime()
Returns the last start time. |
java.util.Date |
DeployControllerMXBean.getStartTime()
Returns the time the controller was last started. |
java.lang.String |
DeployMXBean.getStartupMode()
|
java.lang.String |
DeployControllerMXBean.getStartupMode()
Returns the startup mode, one of "default", "automatic", "lazy", or "manual". |
java.lang.String |
JdbcDriverMXBean.getState()
|
java.lang.String |
PortMXBean.getState()
|
java.lang.String |
WatchdogMXBean.getState()
The current lifecycle state. |
java.lang.String |
TcpConnectionMXBean.getState()
Returns the connection state. |
java.lang.String |
RewriteRuleMXBean.getState()
|
java.lang.String |
ClusterServerMXBean.getState()
Returns the lifecycle state. |
java.lang.String |
ServerMXBean.getState()
The current lifecycle state. |
java.lang.String |
DeployMXBean.getState()
|
java.lang.String |
DeployControllerMXBean.getState()
Returns the controller's state. |
java.lang.String |
RewriteImportMXBean.getState()
|
long |
WebAppMXBean.getStatus500CountTotal()
Returns the number of 500 status requests |
java.util.Date |
WebAppMXBean.getStatus500LastTime()
Returns the time of the last 500 status requests |
long |
MemoryMXBean.getSurvivorCommitted()
|
long |
MemoryMXBean.getSurvivorFree()
|
long |
MemoryMXBean.getSurvivorMax()
|
long |
MemoryMXBean.getSurvivorUsed()
|
long |
PortMXBean.getSuspendTimeMax()
Returns the suspend/comet time max |
long |
MemoryMXBean.getTenuredCommitted()
|
long |
MemoryMXBean.getTenuredFree()
|
long |
MemoryMXBean.getTenuredMax()
|
long |
MemoryMXBean.getTenuredUsed()
|
int |
ThreadPoolMXBean.getThreadActiveCount()
Returns the current number of active threads. |
int |
PortMXBean.getThreadActiveCount()
Returns the current number of threads that are servicing requests. |
int |
ServerMXBean.getThreadActiveCount()
Returns the current number of threads that are servicing requests. |
int |
ThreadPoolMXBean.getThreadCount()
Returns the current number of threads. |
int |
PortMXBean.getThreadCount()
Returns the current number of threads that are servicing requests. |
int |
ThreadPoolMXBean.getThreadExecutorMax()
Returns the maximum number of executor threads. |
long |
TcpConnectionMXBean.getThreadId()
Returns the thread-id. |
int |
ThreadPoolMXBean.getThreadIdleCount()
Returns the current number of idle threads. |
int |
PortMXBean.getThreadIdleCount()
Returns the current number of threads that are idle and waiting to service requests. |
int |
ThreadPoolMXBean.getThreadIdleMax()
Returns the maximum number of idle threads. |
int |
ThreadPoolMXBean.getThreadIdleMin()
Returns the minimum number of idle threads. |
int |
ServerMXBean.getThreadKeepaliveCount()
Returns the current number of connections that are in the keepalive state and are using a thread to maintain the connection. |
int |
ThreadPoolMXBean.getThreadMax()
Returns the maximum number of threads. |
ThreadPoolMXBean |
ServerMXBean.getThreadPool()
Returns the server's thread pool administration |
int |
ThreadPoolMXBean.getThreadPriorityMin()
Returns the priority thread gap |
java.lang.String |
ManagedObjectMXBean.getType()
The JMX type of this MBean. |
java.lang.String |
JdbcDriverMXBean.getUrl()
Returns the URL |
java.lang.String |
JmsTopicMXBean.getUrl()
Returns a URL describing the topic configuration. |
java.lang.String |
JmsQueueMXBean.getUrl()
Returns a URL describing the topic configuration. |
java.lang.String |
HostMXBean.getURL()
Returns the URL |
java.lang.String |
EarDeployMXBean.getURLPrefix()
|
java.lang.String |
WebAppDeployMXBean.getURLPrefix()
|
java.lang.String |
WatchdogMXBean.getUserName()
Returns the userName |
java.lang.String |
ResinMXBean.getUserName()
Returns the user name of the process that is running this ResinServer. |
java.lang.String |
WebAppMXBean.getVersion()
Returns the deployed version |
java.lang.String |
ResinMXBean.getVersion()
Returns the version. |
long |
ClusterServerMXBean.getWarmupTime()
Returns the warmup time in milliseconds. |
WebAppMXBean |
SessionManagerMXBean.getWebApp()
Returns the owning WebApp. |
WebAppMXBean[] |
HostMXBean.getWebApps()
Returns an array of the webapps |
int |
ClusterServerMXBean.getWeight()
Returns the load-balancer weight, defaulting to 100. |
long |
PortMXBean.getWriteBytesTotal()
Returns the total number of bytes that requests serviced by this port have written. |
boolean |
SessionManagerMXBean.isAlwaysSaveSession()
True if the session should be serialized for storage, even if no attributes in the session have been set. |
boolean |
SessionManagerMXBean.isCookieAppendServerIndex()
If true, the server's cluster index is appended to the cookie value. |
boolean |
SessionManagerMXBean.isCookieHttpOnly()
True if the cookie should only be used for http, not https requests. |
boolean |
SessionManagerMXBean.isCookieSecure()
True if the session cookie should only be sent on a secure connection. |
boolean |
ServerMXBean.isDetailedStatistics()
Returns true if detailed statistics are being kept. |
boolean |
ClusterServerMXBean.isDynamicServer()
Returns true if this is a dynamic server |
boolean |
SessionManagerMXBean.isEnableCookies()
True if the server reads and writes cookies |
boolean |
SessionManagerMXBean.isEnableURLRewriting()
(discouraged). |
boolean |
SessionManagerMXBean.isIgnoreSerializationErrors()
True if persistent sessions should ignore serialization errors. |
boolean |
SessionManagerMXBean.isInvalidateAfterListener()
True if the session should be invalidated only after listeners are called. |
boolean |
DeployMXBean.isModified()
|
boolean |
ResinMXBean.isProfessional()
Returns true for the professional version. |
boolean |
SessionManagerMXBean.isReuseSessionId()
True if session-id should be reused if no session exists. |
boolean |
ServerMXBean.isSelectManagerEnabled()
Returns true if a AbstractSelectManager is enabled and active |
boolean |
PortMXBean.isSSL()
|
void |
WatchdogMXBean.kill()
Kills the Resin process |
boolean |
ClusterServerMXBean.ping()
Returns true if a connection can be made to the target server. |
void |
ClusterServerMXBean.removeDynamicServer()
Remove this server as a dynamic server |
void |
ServerMXBean.restart()
Restart this Resin server. |
void |
DeployControllerMXBean.restart()
Restarts the instance. |
boolean |
JdbcDriverMXBean.start()
Enables the driver. |
void |
WatchdogMXBean.start()
Start the Resin process |
void |
RewriteRuleMXBean.start()
|
void |
ClusterServerMXBean.start()
Enables connections to the target server. |
void |
DeployMXBean.start()
|
void |
DeployControllerMXBean.start()
Starts the instance. |
void |
RewriteImportMXBean.start()
|
void |
ArchiveDeployMXBean.start(java.lang.String name)
|
boolean |
JdbcDriverMXBean.stop()
Disables the driver. |
void |
WatchdogMXBean.stop()
Stop the Resin process |
void |
RewriteRuleMXBean.stop()
|
void |
ClusterServerMXBean.stop()
Disables connections to the target server. |
void |
DeployMXBean.stop()
|
void |
DeployControllerMXBean.stop()
Stops the instance. |
void |
RewriteImportMXBean.stop()
|
void |
ArchiveDeployMXBean.stop(java.lang.String name)
|
void |
ArchiveDeployMXBean.undeploy(java.lang.String name)
|