Package | Description |
---|---|
com.caucho.management.server | |
com.caucho.server.rewrite |
Modifier and Type | Interface and 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 |
ConfigMXBean
MBean API for a parsed Config file.
|
interface |
ConnectionPoolMXBean
MBean API for the JCA connection pool.
|
interface |
DatabaseMXBean
MBean API for the database connection pool.
|
interface |
EAppMXBean |
interface |
EarDeployMXBean |
interface |
HealthSystemMXBean
Interface for the health system
|
interface |
HostDeployMXBean |
interface |
HostMXBean
Management interface for the host.
|
interface |
IfMBeanEnabledMXBean
Interface for a resin:IfMBeanEnabled rewrite rule.
|
interface |
JdbcDriverMXBean
MBean API for a JDBC driver.
|
interface |
JdbcQueryMXBean
MBean API to perform simple queries using a pooled JDBC driver.
|
interface |
JmsQueueMXBean
MBean API for a JMS Queue.
|
interface |
JmsTopicMXBean
MBean API for a JMS Topic.
|
interface |
JvmThreadsMXBean
Information about the jvm threads.
|
interface |
LicenseMXBean |
interface |
LicenseStoreMXBean
JMX interface to the pro LicenseStore
|
interface |
LocalRepositoryMXBean
Overview of the Local Repository.
|
interface |
ManagementMXBean
Management facade for Resin, used for REST.
|
interface |
MemoryMXBean
Management interface for the memory
|
interface |
OsgiBundleMXBean
MBean API for an OsgiBundle
|
interface |
OsgiServiceMXBean
MBean API for an OsgiService
|
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 |
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 |
TransactionManagerMXBean
MBean API for the TransactionManager connection pool.
|
interface |
WatchdogMXBean
Management interface for the watchdog thread watching a server.
|
interface |
WebAppDeployMXBean |
interface |
WebAppMXBean
MBean API for the WebApp.
|
interface |
WebBeanMXBean
MBean API for a WebBean
|
interface |
XmppUserDomainMXBean
Management interface for the xmpp/bam user domain
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterMXBean.addDynamicServer(java.lang.String id,
java.lang.String address,
int port)
Adds a new dynamic server to the cluster
|
StringQueryReply |
ManagementMXBean.addLicense(java.lang.String serverId,
boolean isOverwrite,
java.lang.String to,
boolean isRestart,
java.io.InputStream in) |
void |
XmppUserDomainMXBean.addUser(java.lang.String user,
java.lang.String password,
java.lang.String email)
Adds a new user
|
AddUserQueryReply |
ManagementMXBean.addUser(java.lang.String serverId,
java.lang.String user,
java.lang.String password,
java.lang.String rolesStr) |
JmxCallQueryReply |
ManagementMXBean.callJmx(java.lang.String serverId,
java.lang.String pattern,
java.lang.String operation,
java.lang.String operationIdx,
java.lang.String values) |
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.
|
java.io.InputStream |
ManagementMXBean.configCat(java.lang.String serverId,
java.lang.String name,
java.lang.String stage,
java.lang.String version) |
java.lang.String |
ManagementMXBean.configDeploy(java.lang.String serverId,
java.lang.String stage,
java.lang.String version,
java.lang.String message,
java.io.InputStream is) |
java.lang.String[] |
ManagementMXBean.configLs(java.lang.String serverId,
java.lang.String name,
java.lang.String stage,
java.lang.String version) |
java.lang.String |
ManagementMXBean.configUndeploy(java.lang.String serverId,
java.lang.String stage,
java.lang.String version,
java.lang.String message) |
void |
ArchiveDeployMXBean.deploy(java.lang.String name)
Deploys the resource with the given name
|
java.lang.String |
ManagementMXBean.deployCopy(java.lang.String serverId,
java.lang.String sourceContext,
java.lang.String sourceHost,
java.lang.String sourceStage,
java.lang.String sourceVersion,
java.lang.String targetContext,
java.lang.String targetHost,
java.lang.String targetStage,
java.lang.String targetVersion,
java.lang.String message) |
DeployTagResult[] |
ManagementMXBean.deployList(java.lang.String serverId,
java.lang.String pattern) |
boolean |
DeployControllerMXBean.destroy() |
void |
IfMBeanEnabledMXBean.disable() |
java.lang.String |
ManagementMXBean.disable(java.lang.String serverId) |
java.lang.String |
ManagementMXBean.disableSoft(java.lang.String serverId) |
JsonQueryReply |
ManagementMXBean.doJmxDump(java.lang.String value) |
JsonQueryReply |
ManagementMXBean.doThreadDump(java.lang.String serverId) |
void |
IfMBeanEnabledMXBean.enable() |
java.lang.String |
ManagementMXBean.enable(java.lang.String serverId) |
void |
ClusterServerMXBean.enableSessionOnly()
Enables connections to the target server.
|
TcpConnectionInfo |
ServerMXBean.findConnectionByThreadId(long threadId)
Returns the TcpConnectionInfo for a given thread id
|
HealthEventLog[] |
HealthSystemMXBean.findEvents(int serverIndex,
long minTime,
long maxTime,
int limit) |
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.
|
LicenseMXBean[] |
LicenseStoreMXBean.getAllLicenses() |
java.lang.String |
ArchiveDeployMXBean.getArchiveDirectory() |
java.lang.String |
ArchiveDeployMXBean.getArchivePath(java.lang.String name) |
java.lang.String[] |
WebBeanMXBean.getBeanTypes()
Returns the all the bean types
|
long |
BlockManagerMXBean.getBlockCapacity()
Returns the number of blocks in the block manager
|
int |
JvmThreadsMXBean.getBlockedCount()
Returns the number of blocked threads.
|
long |
BlockManagerMXBean.getBlockReadCountTotal()
Returns the block read count.
|
long |
BlockManagerMXBean.getBlockWriteCountTotal()
Returns the block write count.
|
long |
OsgiBundleMXBean.getBundleId()
Returns the bundle id
|
double |
ProxyCacheMXBean.getCacheableRate()
Returns the cacheable rate
|
java.lang.String |
JdbcDriverMXBean.getClassName()
Returns the driver class
|
java.lang.String[] |
EnvironmentMXBean.getClassPath()
Returns the classpath for the environment
|
java.lang.String[] |
DeployControllerMXBean.getClassPath()
Returns the classpath
|
long |
WebAppMXBean.getClientDisconnectCountTotal()
Returns the number of connections that have ended with a
ClientDisconnectException for this web-app in it's lifetime. |
long |
PortMXBean.getClientDisconnectCountTotal()
The total number of connections that have terminated with
ClientDisconnectException . |
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
|
long |
ClusterServerMXBean.getClusterIdleTime()
Returns the timeout for an idle socket that is connected to the target
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.
|
java.lang.String |
ClusterServerMXBean.getClusterState()
Returns the lifecycle state as a cluster server.
|
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.
|
long |
TransactionManagerMXBean.getCommitCountTotal()
Returns the total number of committed transaction.
|
long |
TransactionManagerMXBean.getCommitResourceFailCountTotal()
Returns the number of failed commits in the final resource commit
|
java.lang.String |
ResinMXBean.getConfigDirectory()
Returns the directory that contains resin.xml
|
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"
|
ConfigMXBean[] |
ResinMXBean.getConfigs() |
ConfigMXBean[] |
WebAppMXBean.getConfigs() |
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 |
ConnectionPoolMXBean.getConnectionCountTotal()
Returns the total number of connections.
|
long |
JdbcDriverMXBean.getConnectionCountTotal()
Returns the total number of connections.
|
int |
ConnectionPoolMXBean.getConnectionCreateCount()
Returns the number of connections being created.
|
long |
ConnectionPoolMXBean.getConnectionCreateCountTotal()
Returns the total number of created connections.
|
long |
ConnectionPoolMXBean.getConnectionFailCountTotal()
Returns the total number of failed connections.
|
long |
JdbcDriverMXBean.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.
|
int |
ClusterServerMXBean.getConnectionMin()
The minimum number of connections for green load balancing.
|
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.
|
long |
ConfigMXBean.getCrc64() |
java.util.Date |
ServerMXBean.getCurrentTime()
Returns the current time according to the server.
|
java.lang.String |
ResinMXBean.getDataDirectory()
Returns the resin-data directory
|
long |
RewriteImportMXBean.getDependencyCheckInterval() |
long |
ArchiveDeployMXBean.getDependencyCheckInterval() |
java.lang.String |
LicenseMXBean.getDescription() |
java.lang.String |
TcpConnectionMXBean.getDisplayState()
Returns the connection state.
|
JdbcDriverMXBean[] |
DatabaseMXBean.getDrivers()
Returns the primary drivers.
|
long |
MemoryMXBean.getEdenCommitted() |
long |
MemoryMXBean.getEdenFree() |
long |
MemoryMXBean.getEdenMax() |
long |
MemoryMXBean.getEdenUsed() |
EnvironmentMXBean |
ServerMXBean.getEnvironment()
Returns the classloader EnvironmentMXBean
|
java.lang.String |
DeployControllerMXBean.getErrorMessage()
Returns any error message
|
java.lang.String |
LicenseMXBean.getErrorMessage() |
long |
SessionManagerMXBean.getEstimatedMemorySize() |
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.sql.Date |
LicenseMXBean.getExpireDate() |
java.lang.String |
LicenseMXBean.getExpireMessage() |
java.lang.String |
ArchiveDeployMXBean.getExtension() |
long |
BamServiceMXBean.getExternalMessageReadCount() |
long |
BamServiceMXBean.getExternalMessageWriteCount() |
long |
MemoryMXBean.getGarbageCollectionCount() |
long |
MemoryMXBean.getGarbageCollectionTime() |
int |
ServerMXBean.getHeaderCountMax()
Returns the HTTP header maximum count
|
int |
ServerMXBean.getHeaderSizeMax()
Returns the HTTP header maximum length
|
java.lang.String[] |
HealthSystemMXBean.getHealthStatusNames() |
java.lang.String |
ClusterServerMXBean.getHeartbeatState() |
long |
ProxyCacheMXBean.getHitCountTotal()
Returns the proxy cache hit count.
|
long |
BlockManagerMXBean.getHitCountTotal()
Returns the block LRU 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 |
DeployControllerMXBean.getId() |
java.lang.String |
ServerMXBean.getId()
Returns the -server id.
|
java.lang.String |
WatchdogMXBean.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 |
ProxyCacheMXBean.getInvocationHitCountTotal()
Returns the invocation hit count
|
long |
ProxyCacheMXBean.getInvocationMissCountTotal()
Returns the invocation miss count
|
java.sql.Date |
LicenseMXBean.getIssueDate() |
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 its 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.
|
long |
PortMXBean.getKeepaliveSelectCountTotal()
Returns the number of requests that have ended up in the
keepalive select state for this server in its lifetime.
|
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.getKeepaliveThreadTimeout()
Returns the timeout for a keepalive using its own thread before
going to the select.
|
long |
PortMXBean.getKeepaliveTimeout()
Returns the timeout for a keepalive connection
|
java.lang.String[] |
HealthSystemMXBean.getLabels() |
java.util.Date |
ClusterServerMXBean.getLastBusyTime()
Returns the last time of the busy response.
|
java.util.Date |
HealthSystemMXBean.getLastCheckFinishTime() |
java.util.Date |
HealthSystemMXBean.getLastCheckStartTime() |
java.util.Date |
ConnectionPoolMXBean.getLastFailTime()
Returns the last failed connection time.
|
java.util.Date |
JdbcDriverMXBean.getLastFailTime()
Returns the last connection fail time.
|
java.util.Date |
ClusterServerMXBean.getLastFailTime()
Returns the time of the last failure.
|
java.util.Date |
ClusterServerMXBean.getLastHeartbeatTime() |
long |
ConfigMXBean.getLastModified() |
double |
ClusterServerMXBean.getLatencyFactor()
Returns the server's latency factory
|
long |
ConfigMXBean.getLength() |
java.lang.String |
LicenseStoreMXBean.getLicenseDirectory() |
java.lang.String |
LicenseStoreMXBean.getLicenseMessage() |
long |
JmsQueueMXBean.getListenerFailCountTotal()
Returns the number of listener failures
|
java.util.Date |
JmsQueueMXBean.getListenerFailLastTime()
Returns the last time of listener failures
|
java.lang.String |
ClusterServerMXBean.getLoadBalanceState()
Returns the load balance state.
|
java.lang.String |
ResinMXBean.getLocalHost()
Returns the ip address or host name of the machine that is running this ResinServer.
|
java.lang.String |
OsgiBundleMXBean.getLocation()
Returns the bundle location URL
|
java.lang.String |
ResinMXBean.getLogDirectory()
Returns the log directory, the value of "-log-directory"
|
LicenseMXBean |
LicenseStoreMXBean.getLongestLicense() |
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 |
ServerMXBean.getMemoryFreeMin()
Returns the memory-free-min limit for forcing GC and restarting.
|
long |
BlockManagerMXBean.getMemorySize()
Returns the number of bytes in the block manager
|
int |
ClusterServerMXBean.getMessageQueueLargeSize() |
int |
ClusterServerMXBean.getMessageQueueSize() |
int |
ConnectionPoolMXBean.getMinIdleCount()
Returns the minimum number of idle connections
|
long |
ProxyCacheMXBean.getMissCountTotal()
Returns the proxy cache miss count.
|
long |
BlockManagerMXBean.getMissCountTotal()
Returns the block cache miss count.
|
double |
BlockManagerMXBean.getMissRate()
Returns the block cache miss rate.
|
java.lang.String |
ManagedObjectMXBean.getName()
The JMX name property of the mbean.
|
java.lang.String[] |
ArchiveDeployMXBean.getNames() |
int |
JvmThreadsMXBean.getNativeCount()
Returns the number of native threads.
|
javax.management.ObjectName |
ManagedObjectMXBean.getObjectName()
Returns the
ObjectName of the mbean. |
javax.management.ObjectName |
AbstractManagedObject.getObjectName()
Returns the
ObjectName of the mbean. |
java.lang.String |
ConfigMXBean.getPath() |
java.lang.String |
LicenseMXBean.getPath() |
long |
HealthSystemMXBean.getPeriod() |
long |
MemoryMXBean.getPermGenCommitted() |
long |
MemoryMXBean.getPermGenFree() |
long |
ServerMXBean.getPermGenFreeMin()
Returns the perm-gen-free-min limit for forcing GC and restarting.
|
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.
|
int |
PortMXBean.getPortThreadMax()
Returns the active threads for the port.
|
java.util.Properties |
JdbcDriverMXBean.getProperties()
Returns the drivers configured properties
|
java.lang.String |
PortMXBean.getProtocolName()
Returns the port's protocol name.
|
java.lang.String[] |
WebBeanMXBean.getQualifiers()
Returns the binding types
|
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.
|
int |
JmsQueueMXBean.getReceiverCount()
Returns the number of consumers for the queue.
|
int |
HealthSystemMXBean.getRecheckMax() |
long |
HealthSystemMXBean.getRecheckPeriod() |
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 redeploy checks.
|
java.lang.String |
RewriteImportMXBean.getRedeployError() |
java.lang.String |
DeployControllerMXBean.getRedeployMode()
Returns the redeploy mode, one of "default", "automatic", "lazy", or "manual".
|
java.lang.String |
DeployMXBean.getRedeployMode() |
java.lang.String |
TcpConnectionMXBean.getRemoteAddress()
Returns the remote address of the connection
|
java.util.Map<java.lang.String,java.lang.String> |
DeployControllerMXBean.getRepositoryMetaData()
Returns the repository metadata for the entry.
|
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 |
WebAppMXBean.getRequestCountTotal()
Returns the total number of requests serviced by the web-app
since it started.
|
long |
PortMXBean.getRequestCountTotal()
Returns the total number of requests serviced by the server
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 |
WebAppMXBean.getRequestTimeTotal()
Returns the total duration in milliseconds that connections serviced by
this web-app have taken.
|
long |
PortMXBean.getRequestTimeTotal()
Returns the total duration in milliseconds that requests serviced by
this port 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 |
ResinMXBean.getResinHome()
The Resin home directory used when starting this instance of Resin.
|
java.lang.String |
WatchdogMXBean.getResinHome()
Returns the resinHome
|
java.lang.String |
WatchdogMXBean.getResinRoot()
Returns the resinRoot
|
long |
TransactionManagerMXBean.getRollbackCountTotal()
Returns the total number of rollbacks transaction.
|
java.lang.String |
HostMXBean.getRootDirectory()
Returns the root directory.
|
java.lang.String |
ResinMXBean.getRootDirectory()
The root directory used when starting this instance of Resin.
|
java.lang.String |
DeployControllerMXBean.getRootDirectory()
Returns the root directory.
|
java.lang.String |
LocalRepositoryMXBean.getRootHash()
Returns the root hash code.
|
int |
JvmThreadsMXBean.getRunnableCount()
Returns the number of runnable threads.
|
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.
|
java.lang.String |
WebBeanMXBean.getScope()
Returns the scope type attribute
|
int |
ServerMXBean.getSelectKeepaliveCount()
Returns the current number of connections that are in the keepalive
state and are using select to maintain the connection.
|
ClusterServerMXBean |
ServerMXBean.getSelfServer()
Returns the cluster server for this server
|
long |
ServerMXBean.getSendfileCountTotal()
Returns the number of sendfile() responses
|
ServerMXBean |
ResinMXBean.getServer()
Returns the server MBean's ObjectName for this instance.
|
double |
ClusterServerMXBean.getServerCpuLoadAvg()
Returns the server's load average.
|
java.lang.String |
ServerMXBean.getServerHeader()
Returns the HTTP server header.
|
int |
ServerMXBean.getServerIndex()
Returns the server index in the cluster triad.
|
ClusterServerMXBean[] |
ClusterMXBean.getServers()
Returns a list of
ObjectName s for the
com.caucho.server.cluster.ClusterClient s that
are used to create outbound connections to communicate with
members of the cluster. |
long |
LicenseMXBean.getServerTimeout() |
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.
|
java.lang.String |
ServerMXBean.getStage()
Returns the deployment repository stage.
|
int |
WatchdogMXBean.getStartCount()
Returns the number of times the server has been restarted.
|
java.util.Date |
DeployControllerMXBean.getStartTime()
Returns the time the controller was last started.
|
java.util.Date |
ServerMXBean.getStartTime()
Returns the last start time.
|
java.util.Date |
WatchdogMXBean.getStartTime()
Returns the last start time.
|
long |
HealthSystemMXBean.getStartupDelay() |
java.lang.String |
DeployControllerMXBean.getStartupMode()
Returns the startup mode, one of "default", "automatic", "lazy", or "manual".
|
java.lang.String |
DeployMXBean.getStartupMode() |
java.lang.String |
OsgiBundleMXBean.getState()
Returns the bundle state
|
java.lang.String |
RewriteRuleMXBean.getState() |
java.lang.String |
HealthSystemMXBean.getState() |
java.lang.String |
RewriteImportMXBean.getState() |
java.lang.String |
JdbcDriverMXBean.getState() |
java.lang.String |
TcpConnectionMXBean.getState()
Returns the connection state.
|
java.lang.String |
DeployControllerMXBean.getState()
Returns the controller's state.
|
java.lang.String |
DeployMXBean.getState() |
java.lang.String |
PortMXBean.getState() |
java.lang.String |
ServerMXBean.getState()
The current lifecycle state.
|
java.lang.String |
WatchdogMXBean.getState()
The current lifecycle state.
|
java.lang.String |
IfMBeanEnabledMXBean.getState() |
StatServiceValuesQueryReply |
ManagementMXBean.getStats(java.lang.String serverId,
java.lang.String metersStr,
java.lang.String periodStr) |
StringQueryReply |
ManagementMXBean.getStatus(java.lang.String value) |
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
|
java.lang.String |
OsgiBundleMXBean.getSymbolicName()
Returns the symbolic name
|
long |
HealthSystemMXBean.getSystemRecheckTimeout() |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
LocalRepositoryMXBean.getTagMap() |
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 |
JvmThreadsMXBean.getThreadCount()
Returns the number of active threads.
|
int |
PortMXBean.getThreadCount()
Returns the current number of threads that are servicing requests.
|
long |
ThreadPoolMXBean.getThreadCreateCountTotal()
Returns the total number of started threads.
|
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.
|
long |
ThreadPoolMXBean.getThreadOverflowCountTotal()
Returns the total number of overflow threads.
|
ThreadPoolMXBean |
ServerMXBean.getThreadPool()
Returns the server's thread pool administration
|
int |
ThreadPoolMXBean.getThreadPriorityMin()
Returns the priority thread gap
|
int |
ThreadPoolMXBean.getThreadPriorityQueueSize()
Returns the thread priority queue size
|
int |
PortMXBean.getThreadStartCount()
Returns the current number of threads that are starting and
waiting to service requests.
|
int |
ThreadPoolMXBean.getThreadStartingCount()
Returns the current number of starting threads.
|
int |
ThreadPoolMXBean.getThreadTaskQueueSize()
Returns the thread task queue size
|
int |
ThreadPoolMXBean.getThreadWaitCount()
Returns the current number of waiting schedule threads.
|
long |
PortMXBean.getThrottleDisconnectCountTotal()
The total number of connections that have been disconnected
by throttling.
|
int |
TransactionManagerMXBean.getTransactionCount()
Returns the total number of in-progress transactions.
|
java.lang.String |
ManagedObjectMXBean.getType()
The JMX type of this MBean.
|
long |
ServerMXBean.getUptime()
Returns the time in milliseconds since the last start.
|
java.lang.String |
DatabaseMXBean.getUrl()
Returns the primary URL for the database.
|
java.lang.String |
JdbcDriverMXBean.getUrl()
Returns the URL
|
java.lang.String |
TcpConnectionMXBean.getUrl()
Returns the current url being processed
|
java.lang.String |
JdbcQueryMXBean.getUrl() |
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
|
int |
ServerMXBean.getUrlLengthMax()
Returns the HTTP URL maximum length
|
java.lang.String |
WebAppDeployMXBean.getURLPrefix() |
java.lang.String |
EarDeployMXBean.getURLPrefix() |
java.lang.String |
ResinMXBean.getUserName()
Returns the user name of the process that is running this ResinServer.
|
java.lang.String |
WatchdogMXBean.getUserName()
Returns the userName
|
LicenseMXBean[] |
LicenseStoreMXBean.getValidLicenses() |
java.lang.String |
OsgiBundleMXBean.getVersion()
Returns the bundle version
|
java.lang.String |
ResinMXBean.getVersion()
Returns the version.
|
java.lang.String |
WebAppMXBean.getVersion()
Returns the deployed version
|
java.sql.Date |
LicenseMXBean.getVersionExpireDate() |
int |
JvmThreadsMXBean.getWaitingCount()
Returns the number of waiting threads.
|
long |
ClusterServerMXBean.getWarmupTime()
Returns the warmup time in milliseconds.
|
java.lang.String |
ResinMXBean.getWatchdogStartMessage()
Returns the restart message.
|
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 |
ServerMXBean.isBindPortsAfterStart()
Returns true if ports are bound after startup.
|
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 |
ServerMXBean.isDevelopmentModeErrorPage()
True if detailed error pages are being generated.
|
boolean |
ClusterServerMXBean.isDynamicServer()
Returns true if this is a dynamic server
|
boolean |
ClusterMXBean.isDynamicServerEnable()
Returns true if this cluster supports adding dynamic servers.
|
boolean |
SessionManagerMXBean.isEnableCookies()
True if the server reads and writes cookies
|
boolean |
HealthSystemMXBean.isEnabled() |
boolean |
WebAppMXBean.isEnabled()
Returns true if the web-app is enabled.
|
boolean |
SessionManagerMXBean.isEnableURLRewriting()
(discouraged).
|
boolean |
ClusterServerMXBean.isHeartbeatActive() |
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 |
PortMXBean.isJniEnabled()
Returns true if JNI is enabled
|
boolean |
DeployMXBean.isModified() |
boolean |
ResinMXBean.isProfessional()
Returns true for the professional version.
|
boolean |
ResinMXBean.isRestart()
Returns true if this was a restarted instance.
|
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 |
ClusterServerMXBean.isSelfServer()
Returns true for the server's own ClusterServer
|
boolean |
DatabaseMXBean.isSpy()
Returns true for query spy mode, logged at "com.caucho.sql.spy" at
the finer level.
|
boolean |
PortMXBean.isSSL() |
boolean |
PortMXBean.isTcpKeepalive()
Returns true if tcp-keepalive is enabled.
|
boolean |
PortMXBean.isTcpNoDelay()
Returns true if tcp-no-delay is enabled.
|
boolean |
ClusterServerMXBean.isTriadServer()
Returns true if this is a triad server
|
boolean |
LicenseMXBean.isValid() |
boolean |
LicenseMXBean.isVersionLicense() |
void |
WatchdogMXBean.kill()
Kills the Resin process
|
JdbcTableColumn[] |
JdbcQueryMXBean.listColumns(java.lang.String table) |
ListJmxQueryReply |
ManagementMXBean.listJmx(java.lang.String serverId,
java.lang.String pattern,
boolean isPrintAttributes,
boolean isPrintValues,
boolean isPrintOperations,
boolean isPrintAllBeans,
boolean isPrintPlatformBeans) |
java.util.Date[] |
ManagementMXBean.listRestarts(java.lang.String serverId,
java.lang.String periodStr) |
java.lang.String[] |
JdbcQueryMXBean.listTables() |
ListUsersQueryReply |
ManagementMXBean.listUsers(java.lang.String serverId) |
PdfReportQueryReply |
ManagementMXBean.pdfReport(java.lang.String serverId,
java.lang.String report,
java.lang.String periodStr,
java.lang.String logDirectory,
java.lang.String profileTimeStr,
java.lang.String samplePeriodStr,
boolean isSnapshot,
boolean isWatchdog,
boolean isLoadPdf) |
boolean |
ClusterServerMXBean.ping()
Returns true if a connection can be made to the target server.
|
JdbcQueryResult |
JdbcQueryMXBean.query(java.lang.String sql) |
void |
ClusterServerMXBean.removeDynamicServer()
Remove this server as a dynamic server
|
RemoveUserQueryReply |
ManagementMXBean.removeUser(java.lang.String serverId,
java.lang.String user) |
void |
IfMBeanEnabledMXBean.reset() |
void |
DeployControllerMXBean.restart()
Restarts the instance.
|
void |
ServerMXBean.restart()
Restart this Resin server.
|
DeployControllerState |
ManagementMXBean.restartWebApp(java.lang.String serverId,
java.lang.String tag,
java.lang.String context,
java.lang.String stage,
java.lang.String host,
java.lang.String version) |
java.lang.String |
SessionManagerMXBean.sessionAsJsonString(java.lang.String id) |
java.lang.String[] |
SessionManagerMXBean.sessionIdList() |
java.lang.String |
SessionManagerMXBean.sessionsAsJsonString() |
java.lang.String |
SessionManagerMXBean.sessionSerializationDebug(java.lang.String id)
Returns the debug string for a session
|
JmxSetQueryReply |
ManagementMXBean.setJmx(java.lang.String serverId,
java.lang.String pattern,
java.lang.String attribute,
java.lang.String value) |
StringQueryReply |
ManagementMXBean.setLogLevel(java.lang.String serverId,
java.lang.String loggersValue,
java.lang.String levelValue,
java.lang.String activeTime) |
void |
SnapshotServiceMXBean.snapshotHealth() |
void |
SnapshotServiceMXBean.snapshotHeap() |
void |
SnapshotServiceMXBean.snapshotJmx() |
void |
SnapshotServiceMXBean.snapshotProfile() |
void |
SnapshotServiceMXBean.snapshotProfile(long period,
long samplingRate,
int stackDepth) |
void |
SnapshotServiceMXBean.snapshotScoreboards() |
void |
SnapshotServiceMXBean.snapshotThreadDump() |
void |
RewriteRuleMXBean.start() |
void |
RewriteImportMXBean.start() |
boolean |
JdbcDriverMXBean.start()
Enables the driver.
|
void |
DeployControllerMXBean.start()
Starts the instance.
|
void |
DeployMXBean.start() |
void |
ClusterServerMXBean.start()
Enables connections to the target server.
|
void |
WatchdogMXBean.start()
Start the Resin process
|
void |
ArchiveDeployMXBean.start(java.lang.String name)
Starts the resource with the given name
|
void |
SnapshotServiceMXBean.startProfile(long samplingRate,
int stackDepth) |
DeployControllerState |
ManagementMXBean.startWebApp(java.lang.String serverId,
java.lang.String tag,
java.lang.String context,
java.lang.String stage,
java.lang.String host,
java.lang.String version) |
int |
SessionManagerMXBean.stickySessionServer(java.lang.String sessionId,
int n) |
void |
RewriteRuleMXBean.stop() |
void |
RewriteImportMXBean.stop() |
boolean |
JdbcDriverMXBean.stop()
Disables the driver.
|
void |
DeployControllerMXBean.stop()
Stops the instance.
|
void |
DeployMXBean.stop() |
void |
ClusterServerMXBean.stop()
Disables connections to the target server.
|
void |
WatchdogMXBean.stop()
Stop the Resin process
|
void |
ArchiveDeployMXBean.stop(java.lang.String name)
Stops the resource with the given name
|
void |
SnapshotServiceMXBean.stopProfile() |
DeployControllerState |
ManagementMXBean.stopWebApp(java.lang.String serverId,
java.lang.String tag,
java.lang.String context,
java.lang.String stage,
java.lang.String host,
java.lang.String version) |
void |
ArchiveDeployMXBean.undeploy(java.lang.String name)
Undeploys the resource with the given name
|
java.lang.String |
ManagementMXBean.undeploy(java.lang.String serverId,
java.lang.String context,
java.lang.String host,
java.lang.String stage,
java.lang.String version,
java.lang.String message) |
void |
RewriteImportMXBean.update() |
void |
DeployControllerMXBean.update()
Restarts the instance if any changes are detected.
|
void |
DeployMXBean.update() |
java.lang.String |
ManagementMXBean.webappDeploy(java.lang.String serverId,
java.lang.String context,
java.lang.String host,
java.lang.String stage,
java.lang.String version,
java.lang.String message,
java.io.InputStream is) |
Modifier and Type | Method and Description |
---|---|
void |
ProxyCacheMXBean.clearCacheByPattern(java.lang.String hostRegexp,
java.lang.String urlRegexp)
Clears the cache by regexp patterns.
|
void |
ProxyCacheMXBean.clearCacheByPattern(java.lang.String hostRegexp,
java.lang.String urlRegexp)
Clears the cache by regexp patterns.
|
java.lang.String |
ArchiveDeployMXBean.getArchivePath(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
ImportRule.RewriteImportAdmin.update() |