- GenericStatsImpl - Class in com.sun.enterprise.admin.monitor.stats
-
Provides for generic implementation of any Stats interface.
- GenericStatsImpl(String, Object) - Constructor for class com.sun.enterprise.admin.monitor.stats.GenericStatsImpl
-
- GenericStatsImpl(String, ClassLoader, Object) - Constructor for class com.sun.enterprise.admin.monitor.stats.GenericStatsImpl
-
- GenericStatsImpl(Class, Object) - Constructor for class com.sun.enterprise.admin.monitor.stats.GenericStatsImpl
-
Constructs a new instance of this class for a given interface and its implementation.
- getActivatedBeanSize() - Method in interface com.sun.enterprise.admin.monitor.stats.StatefulSessionStoreStats
-
Returns the total number of bytes activated by this store
- getActivationCount() - Method in interface com.sun.enterprise.admin.monitor.stats.StatefulSessionStoreStats
-
Returns the total number of sessions activated from the store
- getActivationErrorCount() - Method in interface com.sun.enterprise.admin.monitor.stats.StatefulSessionStoreStats
-
Returns the total number of sessions that could not be activated
from the store
- getActivationSuccessCount() - Method in interface com.sun.enterprise.admin.monitor.stats.StatefulSessionStoreStats
-
Returns the total number of sessions successfully activated
from the store
- getActivationTime() - Method in interface com.sun.enterprise.admin.monitor.stats.StatefulSessionStoreStats
-
Returns the time spent on activating beans from the store
- getActiveCount() - Method in interface org.glassfish.j2ee.statistics.JTAStats
-
Number of active transactions.
- getActiveIds() - Method in interface com.sun.enterprise.admin.monitor.stats.GFJTAStats
-
Returns the IDs of the transactions that are currently active, as a StrignStatistic.
- getActiveSessionsCurrent() - Method in interface com.sun.enterprise.admin.monitor.stats.WebModuleStats
-
Gets the number of currently active sessions for the web
module associated with this WebModuleStats.
- getActiveSessionsHigh() - Method in interface com.sun.enterprise.admin.monitor.stats.WebModuleStats
-
Gets the maximum number of concurrently active sessions for the web
module associated with this WebModuleStats.
- getActiveWorkCount() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectorWorkMgmtStats
-
returns the current, low & high counts of the work objects executed for
a connector module since the last reset.
- getAllChildren() - Method in interface com.sun.enterprise.admin.monitor.registry.StatsHolder
-
return an array of StatHolder objects each representing a child
of this node.
- getAllThreadIds() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMThreadStats
-
Returns a comma separated list of all live thread ids
- getApplicationStats() - Method in class com.sun.enterprise.admin.monitor.stats.lb.InstanceStats
-
- getApplicationStats() - Method in interface com.sun.enterprise.admin.monitor.stats.lb.InstanceStatsInterface
-
- getApplicationStatsAverageResponseTime() - Method in class com.sun.enterprise.admin.monitor.stats.lb.InstanceStats
-
- getApplicationStatsAverageResponseTime() - Method in interface com.sun.enterprise.admin.monitor.stats.lb.InstanceStatsInterface
-
- getApplicationStatsId() - Method in class com.sun.enterprise.admin.monitor.stats.lb.InstanceStats
-
- getApplicationStatsId() - Method in interface com.sun.enterprise.admin.monitor.stats.lb.InstanceStatsInterface
-
- getApplicationStatsMaxResponseTime() - Method in class com.sun.enterprise.admin.monitor.stats.lb.InstanceStats
-
- getApplicationStatsMaxResponseTime() - Method in interface com.sun.enterprise.admin.monitor.stats.lb.InstanceStatsInterface
-
- getApplicationStatsMinResponseTime() - Method in class com.sun.enterprise.admin.monitor.stats.lb.InstanceStats
-
- getApplicationStatsMinResponseTime() - Method in interface com.sun.enterprise.admin.monitor.stats.lb.InstanceStatsInterface
-
- getApplicationStatsNumActiveRequests() - Method in class com.sun.enterprise.admin.monitor.stats.lb.InstanceStats
-
- getApplicationStatsNumActiveRequests() - Method in interface com.sun.enterprise.admin.monitor.stats.lb.InstanceStatsInterface
-
- getApplicationStatsNumErrorRequests() - Method in class com.sun.enterprise.admin.monitor.stats.lb.InstanceStats
-
- getApplicationStatsNumErrorRequests() - Method in interface com.sun.enterprise.admin.monitor.stats.lb.InstanceStatsInterface
-
- getApplicationStatsNumFailoverRequests() - Method in class com.sun.enterprise.admin.monitor.stats.lb.InstanceStats
-
- getApplicationStatsNumFailoverRequests() - Method in interface com.sun.enterprise.admin.monitor.stats.lb.InstanceStatsInterface
-
- getApplicationStatsNumIdempotentUrlRequests() - Method in class com.sun.enterprise.admin.monitor.stats.lb.InstanceStats
-
- getApplicationStatsNumIdempotentUrlRequests() - Method in interface com.sun.enterprise.admin.monitor.stats.lb.InstanceStatsInterface
-
- getApplicationStatsNumTotalRequests() - Method in class com.sun.enterprise.admin.monitor.stats.lb.InstanceStats
-
- getApplicationStatsNumTotalRequests() - Method in interface com.sun.enterprise.admin.monitor.stats.lb.InstanceStatsInterface
-
- getArch() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMOperatingSystemStats
-
Returns the operating system architecture
- getAvailableProcessors() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMOperatingSystemStats
-
Returns the number of processors available to the JVM
- getAverage() - Method in interface com.sun.enterprise.admin.monitor.stats.AverageRangeStatistic
-
- getAverage() - Method in class com.sun.enterprise.admin.monitor.stats.AverageRangeStatisticImpl
-
- getAverage() - Method in class com.sun.enterprise.admin.monitor.stats.MutableAverageRangeStatisticImpl
-
- getAverageConnWaitTime() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectionPoolStats
-
Indicates the average wait time of connections, for successful
connection request attempts to the connector connection pool
- getAverageTimeInQueue() - Method in interface com.sun.enterprise.admin.monitor.stats.ThreadPoolStats
-
Returns average time in milliseconds a work item waited in the work queue before getting processed.
- getAverageWorkCompletionTime() - Method in interface com.sun.enterprise.admin.monitor.stats.ThreadPoolStats
-
Returns the statistical information about the average completion time of a work item in milliseconds.
- getBlockedCount() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMThreadInfoStats
-
Returns the number of times that this thread has been in the blocked
state
- getBlockedTime() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMThreadInfoStats
-
Returns the elapsed time (in milliseconds) that the thread associated
with this ThreadInfo has blocked to enter or reenter a monitor since
thread contention monitoring is enabled.
- getBootClasspath() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMRuntimeStats
-
Returns the classpath that is used by the bootstrap class loader
to search for class files
- getBytesReceived() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Cumulative value of the bytesReceived by each of the
RequestProcessors
- getBytesSent() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Cumulative value of the bytesSent by each of the
RequestProcessors
- getCacheHits() - Method in interface com.sun.enterprise.admin.monitor.stats.EJBCacheStats
-
Returns the number of times a user request hits an EJB in associated EJB cache instance, as a CountStatistic.
- getCacheMisses() - Method in interface com.sun.enterprise.admin.monitor.stats.EJBCacheStats
-
Returns the number of times a user request fails to find an EJB in associated EJB cache instance, as a CountStatistic.
- getCheckpointCount() - Method in interface com.sun.enterprise.admin.monitor.stats.HAStatefulSessionStoreStats
-
Returns the total number of sessions checkpointed using this store
- getCheckpointedBeanSize() - Method in interface com.sun.enterprise.admin.monitor.stats.HAStatefulSessionStoreStats
-
Returns the total number of bytes checkpointed by the store
- getCheckpointErrorCount() - Method in interface com.sun.enterprise.admin.monitor.stats.HAStatefulSessionStoreStats
-
Returns the total number of sessions that could not be checkpointed
using this store
- getCheckpointSuccessCount() - Method in interface com.sun.enterprise.admin.monitor.stats.HAStatefulSessionStoreStats
-
Returns the total number of sessions successfully checkpointed using
this store
- getCheckpointTime() - Method in interface com.sun.enterprise.admin.monitor.stats.HAStatefulSessionStoreStats
-
Returns the time spent on checkpointing beans to the store
- getChild(String) - Method in interface com.sun.enterprise.admin.monitor.registry.StatsHolder
-
- getClassPath() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMRuntimeStats
-
Returns the classpath that is used by the system class loader
to search for class files
- getCloseCount() - Method in interface org.glassfish.j2ee.statistics.JCAConnectionPoolStats
-
The number of connections closed
- getCloseCount() - Method in interface org.glassfish.j2ee.statistics.JDBCConnectionPoolStats
-
Number of connections closed.
- getClusterStats() - Method in class com.sun.enterprise.admin.monitor.stats.lb.LoadBalancerStats
-
- getClusterStats(int) - Method in class com.sun.enterprise.admin.monitor.stats.lb.LoadBalancerStats
-
- getClusterStats() - Method in interface com.sun.enterprise.admin.monitor.stats.lb.LoadBalancerStatsInterface
-
- getClusterStats(int) - Method in interface com.sun.enterprise.admin.monitor.stats.lb.LoadBalancerStatsInterface
-
- getCollectionCount() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMGarbageCollectorStats
-
Returns the total number of collections that have occurred
- getCollectionTime() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMGarbageCollectorStats
-
Returns the accumulated collection time in milliseconds
- getCommittedCount() - Method in interface org.glassfish.j2ee.statistics.JTAStats
-
Number of committed transactions.
- getCommittedHeapSize() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMMemoryStats
-
Returns the amount of memory in bytes that is committed
for the JVM to use
- getCommittedNonHeapSize() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMMemoryStats
-
Returns the amount of memory in bytes that is committed
for the JVM to use
- getCompletedWorkCount() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectorWorkMgmtStats
-
indicates the number of work objects that were completed by the
Application Server per connector module, since the last reset.
- getConnectionFactory() - Method in interface org.glassfish.j2ee.statistics.JCAConnectionStats
-
Returns the associated JCAConnectionFactory OBJECT_NAME
- getConnectionPools() - Method in interface org.glassfish.j2ee.statistics.JCAStats
-
Returns an array of JCAConnectionPool Stats that provide statistics about
the connection pools associated with the referencing JCA resource statistics
- getConnectionPools() - Method in interface org.glassfish.j2ee.statistics.JDBCStats
-
- getConnections() - Method in interface org.glassfish.j2ee.statistics.JCAStats
-
Returns an array of JCAConnectionStats that provide statistics about
the non-pooled connections associated with the referencing JCA resource statistics
- getConnections() - Method in interface org.glassfish.j2ee.statistics.JDBCStats
-
- getConnections() - Method in interface org.glassfish.j2ee.statistics.JMSStats
-
Returns an array of JMSConnectionStats that provide statistics about the connections associated with the referencing JMS resource.
- getConnectionsIdle() - Method in interface com.sun.enterprise.admin.monitor.stats.OrbConnectionManagerStats
-
Returns the total number of idle connections to the ORB as an instance of CountStatistic.
- getConnectionsInUse() - Method in interface com.sun.enterprise.admin.monitor.stats.OrbConnectionManagerStats
-
Returns the total number of in-use connections to the ORB as an instance of CountStatistic.
- getConnRequestWaitTime() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectionPoolStats
-
Indicates the longest, shortest wait times of connection
requests.
- getConsumers() - Method in interface org.glassfish.j2ee.statistics.JMSSessionStats
-
Returns an array of JMSConsumerStats that provide statistics about the message
consumers associated with the referencing JMS session statistics.
- getCount() - Method in class com.sun.enterprise.admin.monitor.stats.CountStatisticImpl
-
Returns the current value of this statistic.
- getCount() - Method in class com.sun.enterprise.admin.monitor.stats.MutableCountStatisticImpl
-
- getCount() - Method in class com.sun.enterprise.admin.monitor.stats.MutableTimeStatisticImpl
-
- getCount() - Method in class com.sun.enterprise.admin.monitor.stats.TimeStatisticImpl
-
Returns the number of times an operation was invoked
- getCount() - Method in interface org.glassfish.j2ee.statistics.CountStatistic
-
The count since the last reset.
- getCount() - Method in interface org.glassfish.j2ee.statistics.TimeStatistic
-
Number of times the operation was invoked since the beginning of this measurement.
- getCount200() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Returns the number of responses with a status code equal to 200
sent by the HTTP listener whose statistics are exposed by this
HTTPListenerStats.
- getCount200() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the number of responses with a 200 response code.
- getCount2xx() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Returns the number of responses with a status code in the 2xx range
sent by the HTTP listener whose statistics are exposed by this
HTTPListenerStats.
- getCount2xx() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the number of 200-level responses sent.
- getCount302() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Returns the number of responses with a status code equal to 302
sent by the HTTP listener whose statistics are exposed by this
HTTPListenerStats.
- getCount302() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the number of responses with a 302 response code.
- getCount304() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Returns the number of responses with a status code equal to 304
sent by the HTTP listener whose statistics are exposed by this
HTTPListenerStats.
- getCount304() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the number of responses with a 304 response code.
- getCount3xx() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Returns the number of responses with a status code in the 3xx range
sent by the HTTP listener whose statistics are exposed by this
HTTPListenerStats.
- getCount3xx() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the number of 300-level responses sent.
- getCount400() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Returns the number of responses with a status code equal to 400
sent by the HTTP listener whose statistics are exposed by this
HTTPListenerStats.
- getCount400() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the number of responses with a 400 response code.
- getCount401() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Returns the number of responses with a status code equal to 401
sent by the HTTP listener whose statistics are exposed by this
HTTPListenerStats.
- getCount401() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the number of responses with a 401 response code.
- getCount403() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Returns the number of responses with a status code equal to 403
sent by the HTTP listener whose statistics are exposed by this
HTTPListenerStats.
- getCount403() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the number of responses with a 403 response code.
- getCount404() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Returns the number of responses with a status code equal to 404
sent by the HTTP listener whose statistics are exposed by this
HTTPListenerStats.
- getCount404() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the number of responses with a 404 response code.
- getCount4xx() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Returns the number of responses with a status code in the 4xx range
sent by the HTTP listener whose statistics are exposed by this
HTTPListenerStats.
- getCount4xx() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the number of 400-level responses sent.
- getCount503() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Returns the number of responses with a status code equal to 503
sent by the HTTP listener whose statistics are exposed by this
HTTPListenerStats.
- getCount503() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the number of responses with a 503 response code.
- getCount5xx() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Returns the number of responses with a status code in the 5xx range
sent by the HTTP listener whose statistics are exposed by this
HTTPListenerStats.
- getCount5xx() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the number of 500-level responses sent.
- getCountAsyncAddrLookups() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCDnsStats
-
The total number of asynchronic address lookups
- getCountAsyncLookupsInProgress() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCDnsStats
-
The number of asynchronic lookups in progress
- getCountAsyncNameLookups() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCDnsStats
-
The total number of asynchronic name lookups
- getCountBytesReceived() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the number of bytes received.
- getCountBytesTransmitted() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the number of bytes transmitted.
- getCountCacheEntries() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCDnsStats
-
The number of current cache entries
- getCountCacheHits() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCDnsStats
-
The number of cache hits
- getCountCacheMisses() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCDnsStats
-
The number of cache misses
- getCountConnections() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCKeepAliveStats
-
Number of connections in keep-alive mode
- getCountContentHits() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCFileCacheStats
-
The Number of hits on cached file content
- getCountContentMisses() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCFileCacheStats
-
The Number of misses on cached file content
- getCountEntries() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCFileCacheStats
-
The number of current cache entries.
- getCountFlushes() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCKeepAliveStats
-
The number of times the server had to close a connection because the
KeepAliveCount exceeded the MaxKeepAliveConnections
- getCountHits() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCFileCacheStats
-
The Number of cache lookup hits
- getCountHits() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCKeepAliveStats
-
The number of times a request was successfully received from a
connection that had been kept alive
- getCountInfoHits() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCFileCacheStats
-
The Number of hits on cached file info
- getCountInfoMisses() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCFileCacheStats
-
The Number of misses on cached file info
- getCountMisses() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCFileCacheStats
-
The Number of cache lookup misses
- getCountOpenConnections() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Returns the number of open connections managed by the HTTP listener
whose statistics are exposed by this HTTPListenerStats.
- getCountOpenConnections() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the number of open connections.
- getCountOpenEntries() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCFileCacheStats
-
The number of current open cache entries
- getCountOther() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Returns the number of responses with a status code outside the 2xx,
3xx, 4xx, and 5xx range, sent by the HTTP listener whose statistics
are exposed by this HTTPListenerStats.
- getCountOther() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the number of responses sent that were not 200, 300, 400,
or 500 level.
- getCountOverflows() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCConnectionQueueStats
-
Gets the number of times the queue has been too full to accommodate
a connection
- getCountQueued() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCConnectionQueueStats
-
Gets the number of connections currently in the queue
- getCountQueued() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCThreadPoolStats
-
Returns the current number of requests waiting for a native thread
- getCountQueued15MinuteAverage() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCConnectionQueueStats
-
Gets the average number of connections queued in the last 15 minutes
- getCountQueued1MinuteAverage() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCConnectionQueueStats
-
Gets the average number of connections queued in the last 1 minute
- getCountQueued5MinuteAverage() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCConnectionQueueStats
-
Gets the average number of connections queued in the last 5 minutes
- getCountRefusals() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCKeepAliveStats
-
The number of times the server could not hand off the connection to a
keep-alive thread, possibly due to too many persistent connections
- getCountRequests() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the number of requests serviced.
- getCountThreads() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCThreadPoolStats
-
Returns current number of threads
- getCountThreadsIdle() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCThreadPoolStats
-
Returns the number of threads that are currently idle
- getCountTimeouts() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCKeepAliveStats
-
The number of times the server terminated keep-alive connections as the
client connections timed out, without any activity
- getCountTotalConnections() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCConnectionQueueStats
-
Gets the total number of connections that have been accepted.
- getCountTotalQueued() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCConnectionQueueStats
-
Gets the total number of connections that have been queued.
- getCreateCount() - Method in interface org.glassfish.j2ee.statistics.EJBStats
-
Number of times create was called.
- getCreateCount() - Method in interface org.glassfish.j2ee.statistics.JCAConnectionPoolStats
-
The number of connections created
- getCreateCount() - Method in interface org.glassfish.j2ee.statistics.JDBCConnectionPoolStats
-
Number of connections created.
- getCurrent() - Method in class com.sun.enterprise.admin.monitor.stats.AverageRangeStatisticImpl
-
- getCurrent() - Method in class com.sun.enterprise.admin.monitor.stats.BoundedRangeStatisticImpl
-
Returns the current value of this statistic.
- getCurrent() - Method in class com.sun.enterprise.admin.monitor.stats.MutableAverageRangeStatisticImpl
-
- getCurrent() - Method in class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl
-
- getCurrent() - Method in class com.sun.enterprise.admin.monitor.stats.RangeStatisticImpl
-
Returns the current value of this statistic.
- getCurrent() - Method in interface com.sun.enterprise.admin.monitor.stats.StringStatistic
-
Returns the String value of the statistic.
- getCurrent() - Method in class com.sun.enterprise.admin.monitor.stats.StringStatisticImpl
-
Returns the String value of the statistic.
- getCurrent() - Method in interface org.glassfish.j2ee.statistics.RangeStatistic
-
The current value of this attribute.
- getCurrentNumberOfThreads() - Method in interface com.sun.enterprise.admin.monitor.stats.ThreadPoolStats
-
Returns the statistical information about the number of Threads in the associated ThreaPool, as an instance of BoundedRangeStatistic.
- getCurrentSize() - Method in interface com.sun.enterprise.admin.monitor.stats.StatefulSessionStoreStats
-
Returns the number of passivated/checkpointed sessions in the
store
- getCurrentThreadCount() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
The number of request processing threads currently in the
thread pool
- getCurrentThreadCPUTime() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMThreadStats
-
Returns the CPU time for the current thread in nanoseconds, if
CPU time measurement is enabled.
- getCurrentThreadsBusy() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
The number of request processing threads currently in the
thread pool, serving requests.
- getDaemonThreadCount() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMThreadStats
-
Returns the current number of live daemon threads
- getDeliveredMessageCount() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectorEndPointFactoryStats
-
indicates the number of messages delivered through Endpoints created, via
this endpoint factory
- getDescription() - Method in class com.sun.enterprise.admin.monitor.stats.AverageRangeStatisticImpl
-
- getDescription() - Method in class com.sun.enterprise.admin.monitor.stats.MutableAverageRangeStatisticImpl
-
- getDescription() - Method in class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl
-
- getDescription() - Method in class com.sun.enterprise.admin.monitor.stats.MutableCountStatisticImpl
-
- getDescription() - Method in class com.sun.enterprise.admin.monitor.stats.MutableTimeStatisticImpl
-
- getDescription() - Method in class com.sun.enterprise.admin.monitor.stats.StatisticImpl
-
returns the description of the statistic
- getDescription() - Method in interface org.glassfish.j2ee.statistics.Statistic
-
A human-readable description of the Statistic.
- getDestination() - Method in interface org.glassfish.j2ee.statistics.JMSProducerStats
-
Returns a string that encapsulates the identity of the message destination
- getDottedName() - Method in interface com.sun.enterprise.admin.monitor.registry.StatsHolder
-
Gets the hierarchically denoted dotted name for this node.
- getDurableSubscriptionCount() - Method in interface org.glassfish.j2ee.statistics.JMSSessionStats
-
Number of durable subscriptions.
- getErrorCount() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Cumulative value of the errorCount of each of the
RequestProcessors.
- getErrorCount() - Method in interface com.sun.enterprise.admin.monitor.stats.ServletStats
-
The errorCount represents the number of cases where the response
code was >= 400
- getExecutionTime() - Method in interface com.sun.enterprise.admin.monitor.stats.EJBMethodStats
-
Returns the time spent during the last successful/unsuccessful attempt to execute the operation, as a CountStatistic.
- getExpiredMessageCount() - Method in interface org.glassfish.j2ee.statistics.JMSEndpointStats
-
Number of messages that expired before delivery.
- getExpiredMessageCount() - Method in interface org.glassfish.j2ee.statistics.JMSSessionStats
-
Number of expired messages.
- getExpiredSessionCount() - Method in interface com.sun.enterprise.admin.monitor.stats.StatefulSessionStoreStats
-
Returns the total number of expired sessions that were removed by
the store
- getExpiredSessionsTotal() - Method in interface com.sun.enterprise.admin.monitor.stats.WebModuleStats
-
Gets the total number of expired sessions for the web
module associated with this WebModuleStats.
- getFailedBean() - Method in exception com.sun.enterprise.admin.monitor.stats.lb.LoadBalancerStats.ValidateException
-
- getFailedPropertyName() - Method in exception com.sun.enterprise.admin.monitor.stats.lb.LoadBalancerStats.ValidateException
-
- getFlagAsyncEnabled() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCDnsStats
-
Returns whether asynchronic lookup is enabled.
- getFlagCacheEnabled() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCDnsStats
-
Indicates whether the DNS cache is enabled or disable.
- getFlagEnabled() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCFileCacheStats
-
Returns whether the file cache us enabled.
- getFlagProfilingEnabled() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCHttpServiceStats
-
Returns 1 if profiling is enabled, otherwise 0
- getFlagVirtualServerOverflow() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCHttpServiceStats
-
Returns 1 if virtual server overflow is enable, otherwise 0
- getFreePoolSize() - Method in interface org.glassfish.j2ee.statistics.JCAConnectionPoolStats
-
The number of free connections in the pool
- getFreePoolSize() - Method in interface org.glassfish.j2ee.statistics.JDBCConnectionPoolStats
-
Number of free connections in the pool.
- getHealth() - Method in class com.sun.enterprise.admin.monitor.stats.lb.InstanceStats
-
- getHealth() - Method in interface com.sun.enterprise.admin.monitor.stats.lb.InstanceStatsInterface
-
- getHeapSize() - Method in interface org.glassfish.j2ee.statistics.JVMStats
-
Size of the JVM's heap.
- getHighWaterMark() - Method in class com.sun.enterprise.admin.monitor.stats.AverageRangeStatisticImpl
-
- getHighWaterMark() - Method in class com.sun.enterprise.admin.monitor.stats.BoundedRangeStatisticImpl
-
Returns the highest value of this statistic, since measurement started.
- getHighWaterMark() - Method in class com.sun.enterprise.admin.monitor.stats.MutableAverageRangeStatisticImpl
-
- getHighWaterMark() - Method in class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl
-
- getHighWaterMark() - Method in class com.sun.enterprise.admin.monitor.stats.RangeStatisticImpl
-
Returns the highest value of this statistic, since measurement started.
- getHighWaterMark() - Method in interface org.glassfish.j2ee.statistics.RangeStatistic
-
The highest value this attribute has held since the beginning of the measurement.
- getHosts() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCVirtualServerStats
-
Returns the hosts related to this virtual server
- getId() - Method in class com.sun.enterprise.admin.monitor.stats.lb.ClusterStats
-
- getId() - Method in interface com.sun.enterprise.admin.monitor.stats.lb.ClusterStatsInterface
-
- getId() - Method in class com.sun.enterprise.admin.monitor.stats.lb.InstanceStats
-
- getId() - Method in interface com.sun.enterprise.admin.monitor.stats.lb.InstanceStatsInterface
-
- getId() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCConnectionQueueStats
-
Gets the ID of the connection queue
- getID() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCHttpServiceStats
-
Returns HttpService Id
- getId() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCThreadPoolStats
-
Returns the thread pool Id
- getId() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCVirtualServerStats
-
Returns the virtual server ID
- getInitHeapSize() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMMemoryStats
-
Returns the size of the heap initially requested by the JVM
- getInitNonHeapSize() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMMemoryStats
-
Returns the size of the non=heap area initially
requested by the JVM
- getInputArguments() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMRuntimeStats
-
Returns the input arguments passed to the JVM.
- getInstanceStats() - Method in class com.sun.enterprise.admin.monitor.stats.lb.ClusterStats
-
- getInstanceStats(int) - Method in class com.sun.enterprise.admin.monitor.stats.lb.ClusterStats
-
- getInstanceStats() - Method in interface com.sun.enterprise.admin.monitor.stats.lb.ClusterStatsInterface
-
- getInstanceStats(int) - Method in interface com.sun.enterprise.admin.monitor.stats.lb.ClusterStatsInterface
-
- getInterfaces() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCVirtualServerStats
-
Returns the interfaces related to this virtual server
- getJdbcDataSource() - Method in interface org.glassfish.j2ee.statistics.JDBCConnectionStats
-
Identifies the JDBC driver for the corresponding JDBCConnection.
- getJmsMaxMessagesLoad() - Method in interface com.sun.enterprise.admin.monitor.stats.EJBPoolStats
-
Returns the maximum number of messages to load into a JMS session, at a time, as a CountStatistic.
- getJspCount() - Method in interface com.sun.enterprise.admin.monitor.stats.WebModuleStats
-
Gets the number of JSPs that have been loaded in the web module
associated with this WebModuleStats.
- getJspErrorCount() - Method in interface com.sun.enterprise.admin.monitor.stats.WebModuleStats
-
Gets the number of errors that were triggered by JSP invocations.
- getJspReloadCount() - Method in interface com.sun.enterprise.admin.monitor.stats.WebModuleStats
-
Gets the number of JSPs that have been reloaded in the web module
associated with this WebModuleStats
.
- getLastSampleTime() - Method in class com.sun.enterprise.admin.monitor.stats.AverageRangeStatisticImpl
-
- getLastSampleTime() - Method in class com.sun.enterprise.admin.monitor.stats.MutableAverageRangeStatisticImpl
-
- getLastSampleTime() - Method in class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl
-
- getLastSampleTime() - Method in class com.sun.enterprise.admin.monitor.stats.MutableCountStatisticImpl
-
- getLastSampleTime() - Method in class com.sun.enterprise.admin.monitor.stats.MutableTimeStatisticImpl
-
- getLastSampleTime() - Method in class com.sun.enterprise.admin.monitor.stats.StatisticImpl
-
returns the time in millis, at which the last measurement was taken
- getLastSampleTime() - Method in interface org.glassfish.j2ee.statistics.Statistic
-
The time of the last measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
- getLibraryPath() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMRuntimeStats
-
returns the Java library path
- getLoad15MinuteAverage() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCHttpServiceStats
-
Returns the average load for the last 15 minutes
- getLoad1MinuteAverage() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCHttpServiceStats
-
Returns the average load in the last minute
- getLoad5MinuteAverage() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCHttpServiceStats
-
Returns the average load for the last 5 minutes
- getLoadedClassCount() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMClassLoadingStats
-
Returns the number of classes that are currently loaded
in the JVM
- getLockName() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMThreadInfoStats
-
Returns the string representation of the monitor lock that the thread
is blocked to enter or waiting to be notified through
the Object.wait method
- getLockOwnerId() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMThreadInfoStats
-
Returns the Id of the thread which holds the monitor lock of an
object on which this thread is blocking
- getLockOwnerName() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMThreadInfoStats
-
Returns the name of the thread that holds the monitor lock of the
object this thread is blocking on
- getLowerBound() - Method in class com.sun.enterprise.admin.monitor.stats.BoundaryStatisticImpl
-
Returns the lowest possible value, that this statistic is permitted to attain
- getLowerBound() - Method in class com.sun.enterprise.admin.monitor.stats.BoundedRangeStatisticImpl
-
Return the lowest possible value, that this statistic is permitted to attain.
- getLowerBound() - Method in class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl
-
- getLowerBound() - Method in interface org.glassfish.j2ee.statistics.BoundaryStatistic
-
The lower limit of the value of this attribute.The upper limit of the value of this attribute.
- getLowWaterMark() - Method in class com.sun.enterprise.admin.monitor.stats.AverageRangeStatisticImpl
-
- getLowWaterMark() - Method in class com.sun.enterprise.admin.monitor.stats.BoundedRangeStatisticImpl
-
Returns the lowest value of this statistic, since measurement started.
- getLowWaterMark() - Method in class com.sun.enterprise.admin.monitor.stats.MutableAverageRangeStatisticImpl
-
- getLowWaterMark() - Method in class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl
-
- getLowWaterMark() - Method in class com.sun.enterprise.admin.monitor.stats.RangeStatisticImpl
-
Returns the lowest value of this statistic, since measurement started.
- getLowWaterMark() - Method in interface org.glassfish.j2ee.statistics.RangeStatistic
-
The lowest value this attribute has held since the beginning of the measurement.
- getManagedConnectionFactory() - Method in interface org.glassfish.j2ee.statistics.JCAConnectionStats
-
Returns the associated JCAManagedConnectionFactory OBJECT_NAME
- getManagementSpecVersion() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMRuntimeStats
-
Returns the management spec version implemented by the
JVM
- getMaxByteTransmissionRate() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the maximum rate at which data was transmitted over some
server-defined interval.
- getMaxCacheEntries() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCDnsStats
-
The maximum number of cache entries
- getMaxConnections() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCKeepAliveStats
-
Maximum number of connections allowed in keep-alive mode simultaneously
- getMaxEntries() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCFileCacheStats
-
The maximum number of cache entries
- getMaxHeapCacheSize() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCFileCacheStats
-
The Maximum heap space used for cache
- getMaxHeapSize() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMMemoryStats
-
Returns the maximum amount of memory in bytes that can be used
for memory management
- getMaxMmapCacheSize() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCFileCacheStats
-
The Maximum Memory Map size to be used for caching
- getMaxNonHeapSize() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMMemoryStats
-
Returns the maximum amount of memory in bytes that can be used
for memory management
- getMaxOpenConnections() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Returns the maximum number of open connections managed by the HTTP
listener whose statistics are exposed by this
HTTPListenerStats.
- getMaxOpenConnections() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the maximum number of open connections.
- getMaxOpenEntries() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCFileCacheStats
-
The Maximum number of open cache entries
- getMaxQueued() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCConnectionQueueStats
-
Gets the maximum size of the connection queue
- getMaxQueued() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCThreadPoolStats
-
Returns the maximum number of requests that can be queued at one
time to wait for a native thread
- getMaxSpareThreads() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
The maximum number of unused request processing threads that will
be allowed to exist until the thread pool starts stopping the
unnecessary threads.
- getMaxThreads() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
The maximum number of request processing threads that are
created by the listener.
- getMaxThreads() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCHttpServiceStats
-
Returns the max amount of threads
- getMaxThreads() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCThreadPoolStats
-
Returns the maximum number of native threads allowed in the thread pool
- getMaxTime() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
The longest response time for a request.
- getMaxTime() - Method in class com.sun.enterprise.admin.monitor.stats.MutableTimeStatisticImpl
-
- getMaxTime() - Method in interface com.sun.enterprise.admin.monitor.stats.ServletStats
-
The maximum processing time of a servlet request
- getMaxTime() - Method in class com.sun.enterprise.admin.monitor.stats.TimeStatisticImpl
-
Returns the maximum amount of time that it took for one invocation of an
operation, since measurement started.
- getMaxTime() - Method in interface org.glassfish.j2ee.statistics.TimeStatistic
-
The maximum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
- getMaxVirtualServers() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCHttpServiceStats
-
The Max amount of virtual servers
- getMessageCount() - Method in interface org.glassfish.j2ee.statistics.JMSEndpointStats
-
Number of messages sent or received.
- getMessageCount() - Method in interface org.glassfish.j2ee.statistics.JMSSessionStats
-
Number of messages exchanged.
- getMessageCount() - Method in interface org.glassfish.j2ee.statistics.MessageDrivenBeanStats
-
Number of messages received.
- getMessagesCreatedCount() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectorEndPointFactoryStats
-
indicates the number of messages created via this endpoint factory, since
the last reset
- getMessageWaitTime() - Method in interface org.glassfish.j2ee.statistics.JMSEndpointStats
-
Time spent by a message before being delivered.
- getMessageWaitTime() - Method in interface org.glassfish.j2ee.statistics.JMSSessionStats
-
Time spent by a message before being delivered.
- getMethod() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the method of the last request serviced.
- getMethodReadyCount() - Method in interface org.glassfish.j2ee.statistics.SessionBeanStats
-
Number of beans in the method-ready state.
- getMethodStatistic() - Method in interface com.sun.enterprise.admin.monitor.stats.EJBMethodStats
-
Returns the statistics of the method invocation as an instance of TimeStatistic.
- getMinSpareThreads() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
The number of request processing threads that will be created
when this listener is first started.
- getMinTime() - Method in class com.sun.enterprise.admin.monitor.stats.MutableTimeStatisticImpl
-
- getMinTime() - Method in class com.sun.enterprise.admin.monitor.stats.TimeStatisticImpl
-
Returns the minimum amount of time that it took for one invocation of an
operation, since measurement started.
- getMinTime() - Method in interface org.glassfish.j2ee.statistics.TimeStatistic
-
The minimum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
- getMode() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCVirtualServerStats
-
Returns the current virtual server mode:
unknown/active
- getMonitorDeadlockedThreads() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMThreadStats
-
Returns a comma separated list of thread ids that are
monitor deadlocked
- getMonitoredObjectType(String) - Static method in class com.sun.enterprise.admin.monitor.registry.MonitoredObjectType
-
Get a MonitoredObjectType instance for the specified string type.
- getName() - Method in interface com.sun.enterprise.admin.monitor.registry.StatsHolder
-
Returns name of this hierarchical node
- getName() - Method in class com.sun.enterprise.admin.monitor.stats.AverageRangeStatisticImpl
-
- getName() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMCompilationStats
-
Returns the name of the JIT Compiler
- getName() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMOperatingSystemStats
-
Returns the operating system name
- getName() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMRuntimeStats
-
Returns the name representing the running JVM
- getName() - Method in class com.sun.enterprise.admin.monitor.stats.MutableAverageRangeStatisticImpl
-
- getName() - Method in class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl
-
- getName() - Method in class com.sun.enterprise.admin.monitor.stats.MutableCountStatisticImpl
-
- getName() - Method in class com.sun.enterprise.admin.monitor.stats.MutableTimeStatisticImpl
-
- getName() - Method in class com.sun.enterprise.admin.monitor.stats.StatisticImpl
-
returns the name of the statistic
- getName() - Method in interface org.glassfish.j2ee.statistics.Statistic
-
The name of this Statistic.
- getNumActiveRequests() - Method in class com.sun.enterprise.admin.monitor.stats.lb.InstanceStats
-
- getNumActiveRequests() - Method in interface com.sun.enterprise.admin.monitor.stats.lb.InstanceStatsInterface
-
- getNumBeansInCache() - Method in interface com.sun.enterprise.admin.monitor.stats.EJBCacheStats
-
Returns total number of EJBs in the associated EJB Cache, as a BoundedRangeStatistic.
- getNumBeansInPool() - Method in interface com.sun.enterprise.admin.monitor.stats.EJBPoolStats
-
Returns the statistical information about the number of EJBs in the associated pool, as an instance of BoundedRangeStatistic.
- getNumberOfAvailableThreads() - Method in interface com.sun.enterprise.admin.monitor.stats.ThreadPoolStats
-
Returns the total number of available threads, as an instance of
CountStatistic.
- getNumberOfBusyThreads() - Method in interface com.sun.enterprise.admin.monitor.stats.ThreadPoolStats
-
- getNumberOfWorkItemsInQueue() - Method in interface com.sun.enterprise.admin.monitor.stats.ThreadPoolStats
-
Returns the work items in queue
- getNumConnAcquired() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectionPoolStats
-
indicates the number of logical EIS/JDBC connections that were acquired
from the pool, since the last reset
- getNumConnCreated() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectionPoolStats
-
indicates the number of physical EIS/JDBC connections that were created,
since the last reset
- getNumConnDestroyed() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectionPoolStats
-
indicates the number of physical EIS/JDBC connections that were destroyed
, since the last reset
- getNumConnFailedValidation() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectionPoolStats
-
represents the number of connections that failed validation
- getNumConnFree() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectionPoolStats
-
Indicates the number of free connections in the pool in addition
to their high and low watermarks.
- getNumConnNotSuccessfullyMatched() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectionPoolStats
-
Indicates the number of connections that were rejected by the
Managed Connection Factory during matching.
- getNumConnReleased() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectionPoolStats
-
indicates the number of logical EIS/JDBC connections that were released
to the pool, since the last reset
- getNumConnSuccessfullyMatched() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectionPoolStats
-
Indicates the number of connections that were successfully matched by
the Managed Connection Factory.
- getNumConnTimedOut() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectionPoolStats
-
represents the number of connection requests that timed out
- getNumConnUsed() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectionPoolStats
-
Statistic to represent the Connection Usage
In addition to information about the number of connections being
used currently, this also contains information about the
Maximum number of connections that were used(High Watermark)
- getNumExpiredSessionsRemoved() - Method in interface com.sun.enterprise.admin.monitor.stats.EJBCacheStats
-
Returns the number of removed Expired Sessions as a CountStatistic.
- getNumPassivationErrors() - Method in interface com.sun.enterprise.admin.monitor.stats.EJBCacheStats
-
Returns the number of errors in passivating a Stateful Session Bean, as a CountStatistic.
- getNumPassivations() - Method in interface com.sun.enterprise.admin.monitor.stats.EJBCacheStats
-
Returns the number of passivations of a Stateful Session Bean, as a CountStatistic.
- getNumPassivationSuccess() - Method in interface com.sun.enterprise.admin.monitor.stats.EJBCacheStats
-
Returns the number of errors in passivating a Stateful Session Bean, as a CountStatistic.
- getNumPotentialConnLeak() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectionPoolStats
-
Indicates the number of potential connection leaks
- getNumThreadsWaiting() - Method in interface com.sun.enterprise.admin.monitor.stats.EJBPoolStats
-
Returns the number of threads waiting for free Beans, as an instance of CountStatistic.
- getNumTimersCreated() - Method in interface com.sun.enterprise.admin.monitor.stats.TimerServiceStats
-
Total number of timers created in the system
- getNumTimersDelivered() - Method in interface com.sun.enterprise.admin.monitor.stats.TimerServiceStats
-
Total number of timers delivered by the system
- getNumTimersRemoved() - Method in interface com.sun.enterprise.admin.monitor.stats.TimerServiceStats
-
Total number of timers removed from the system
- getNumTotalRequests() - Method in class com.sun.enterprise.admin.monitor.stats.lb.InstanceStats
-
- getNumTotalRequests() - Method in interface com.sun.enterprise.admin.monitor.stats.lb.InstanceStatsInterface
-
- getObjectName() - Method in interface com.sun.enterprise.admin.monitor.registry.StatsHolder
-
Gets the ObjectName pertaining to the MBean for this node.
- getObjectPendingFinalizationCount() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMMemoryStats
-
Returns the approximate number of objects, that are
pending finalization.
- getOrigin() - Method in interface org.glassfish.j2ee.statistics.JMSConsumerStats
-
Returns a string that encapsulates the identity of a message origin
- getPassivatedBeanSize() - Method in interface com.sun.enterprise.admin.monitor.stats.StatefulSessionStoreStats
-
Returns the total number of bytes passivated by this store
- getPassivationCount() - Method in interface com.sun.enterprise.admin.monitor.stats.StatefulSessionStoreStats
-
Returns the total number of sessions passivated using this store
- getPassivationErrorCount() - Method in interface com.sun.enterprise.admin.monitor.stats.StatefulSessionStoreStats
-
Returns the total number of sessions that could not be passivated
using the store
- getPassivationSuccessCount() - Method in interface com.sun.enterprise.admin.monitor.stats.StatefulSessionStoreStats
-
Returns the total number of sessions passivated successfully
using this store
- getPassivationTime() - Method in interface com.sun.enterprise.admin.monitor.stats.StatefulSessionStoreStats
-
Returns the time spent on passivating beans to the store
- getPassiveCount() - Method in interface org.glassfish.j2ee.statistics.StatefulSessionBeanStats
-
Number of beans that are in the passive state.
- getPeakQueued() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCConnectionQueueStats
-
Gets the largest number of connections that were in the queue
simultaneously.
- getPeakQueued() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCThreadPoolStats
-
Returns the highest number of requests that were ever queued up
simultaneously for the use of a native thread since the server
was started
- getPeakThreadCount() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMThreadStats
-
Returns the peak live thread count, since the JVM started or
the peak was reset
- getPendingMessageCount() - Method in interface org.glassfish.j2ee.statistics.JMSEndpointStats
-
Number of pending messages.
- getPendingMessageCount() - Method in interface org.glassfish.j2ee.statistics.JMSSessionStats
-
Number of pending messages.
- getPooledCount() - Method in interface org.glassfish.j2ee.statistics.EntityBeanStats
-
Number of beans in the pooled state.
- getPoolSize() - Method in interface org.glassfish.j2ee.statistics.JCAConnectionPoolStats
-
The size of the connection pool
- getPoolSize() - Method in interface org.glassfish.j2ee.statistics.JDBCConnectionPoolStats
-
Size of the connection pool.
- getProcessingTime() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Cumulative value of the processing times of each of the
RequestProcessors.
- getProcessingTime() - Method in interface com.sun.enterprise.admin.monitor.stats.ServletStats
-
Cumulative Value, indicating the time taken to process the
requests received so far.
- getProducers() - Method in interface org.glassfish.j2ee.statistics.JMSSessionStats
-
Returns an array of JMSProducerStats that provide statistics about the message
producers associated with the referencing JMS session statistics.
- getRateBytesReceived() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCHttpServiceStats
-
Returns the rate of bytes received
- getRateBytesTransmitted() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCHttpServiceStats
-
Returns the rate of bytes transmitted
- getRateBytesTransmitted() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the rate (in bytes per second) at which data was transmitted
over some server-defined interval.
- getReadyCount() - Method in interface org.glassfish.j2ee.statistics.EntityBeanStats
-
Number of beans in the ready state.
- getRejectedSessionsTotal() - Method in interface com.sun.enterprise.admin.monitor.stats.WebModuleStats
-
Gets the total number of rejected sessions for the web
module associated with this WebModuleStats.
- getRejectedWorkCount() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectorWorkMgmtStats
-
indicates the number of work objects rejected by the Application Server
per connector module, since the last reset.
- getRemoveCount() - Method in interface org.glassfish.j2ee.statistics.EJBStats
-
Number of times remove was called.
- getRequestCount() - Method in interface com.sun.enterprise.admin.monitor.stats.HTTPListenerStats
-
Cumulative number of the requests processed so far,
by the RequestProcessors.
- getRequestCount() - Method in interface com.sun.enterprise.admin.monitor.stats.ServletStats
-
Number of requests processed by this servlet.
- getRolledbackCount() - Method in interface org.glassfish.j2ee.statistics.JTAStats
-
Number of rolled-back transactions.
- getRuntimeExceptionsCount() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectorEndPointFactoryStats
-
indicates the number of runtime exceptions that had occurred during the
delivery of messages to endpoints created via this endpoint factory.
- getSecondsMaxAge() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCFileCacheStats
-
The maximum age of a valid cache entry
- getSecondsRunning() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCHttpServiceStats
-
Returns the amount of seconds the HttpService has been running
- getSecondsTimeouts() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCKeepAliveStats
-
The time (in seconds) before idle keep-alive connections are closed
- getSentMailCount() - Method in interface org.glassfish.j2ee.statistics.JavaMailStats
-
The number of mail messages sent.
- getServiceTime() - Method in interface com.sun.enterprise.admin.monitor.stats.ServletStats
-
Gets the execution time of the servlet's service method.
- getServiceTime() - Method in interface org.glassfish.j2ee.statistics.ServletStats
-
Execution times for the methods.
- getServletProcessingTimes() - Method in interface com.sun.enterprise.admin.monitor.stats.WebModuleStats
-
Gets the cumulative processing times of all servlets in the web module
associated with this WebModuleStats.
- getSessions() - Method in interface com.sun.enterprise.admin.monitor.stats.WebModuleStats
-
Returns comma-separated list of all sessions currently active in the web
module associated with this WebModuleStats.
- getSessions() - Method in interface org.glassfish.j2ee.statistics.JMSConnectionStats
-
Returns an array of JMSSessionStats that provide statistics
about the sessions associated with the referencing JMSConnectionStats.
- getSessionsTotal() - Method in interface com.sun.enterprise.admin.monitor.stats.WebModuleStats
-
Gets the total number of sessions that have been created for the web
module associated with this WebModuleStats.
- getSizeHeapCache() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCFileCacheStats
-
The Heap space used for cache
- getSizeMmapCache() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCFileCacheStats
-
The size of Mapped memory used for caching
- getSpecName() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMRuntimeStats
-
Returns the JVM specification name
- getSpecVendor() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMRuntimeStats
-
Returns the JVM specification vendor
- getSpecVersion() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMRuntimeStats
-
Returns the JVM specification version
- getStackTrace() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMThreadInfoStats
-
Returns the stacktrace associated with this thread
- getStartTime() - Method in class com.sun.enterprise.admin.monitor.stats.AverageRangeStatisticImpl
-
- getStartTime() - Method in class com.sun.enterprise.admin.monitor.stats.MutableAverageRangeStatisticImpl
-
- getStartTime() - Method in class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl
-
- getStartTime() - Method in class com.sun.enterprise.admin.monitor.stats.MutableCountStatisticImpl
-
- getStartTime() - Method in class com.sun.enterprise.admin.monitor.stats.MutableTimeStatisticImpl
-
- getStartTime() - Method in class com.sun.enterprise.admin.monitor.stats.StatisticImpl
-
returns the time in millis, at which the first measurement was taken
- getStartTime() - Method in interface org.glassfish.j2ee.statistics.Statistic
-
The time of the first measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
- getState() - Method in interface com.sun.enterprise.admin.monitor.stats.GFJTAStats
-
Returns the current state of the transaction service as a StringStatistic.
- getStatistic(String) - Method in class com.sun.enterprise.admin.monitor.stats.GenericStatsImpl
-
- getStatistic(String) - Method in interface org.glassfish.j2ee.statistics.Stats
-
Get a Statistic by name.
- getStatisticNames() - Method in class com.sun.enterprise.admin.monitor.stats.GenericStatsImpl
-
- getStatisticNames() - Method in interface org.glassfish.j2ee.statistics.Stats
-
Returns an array of Strings which are the names of the attributes from the specific Stats submodel that this object supports.
- getStatistics() - Method in class com.sun.enterprise.admin.monitor.stats.GenericStatsImpl
-
- getStatistics() - Method in interface org.glassfish.j2ee.statistics.Stats
-
Returns an array containing all of the Statistic objects supported by this Stats object.
- getStats() - Method in interface com.sun.enterprise.admin.monitor.registry.StatsHolder
-
- getStatsClass() - Method in interface com.sun.enterprise.admin.monitor.registry.StatsHolder
-
- getStatsClassName() - Method in interface com.sun.enterprise.admin.monitor.registry.StatsHolder
-
- getSubmittedWorkCount() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectorWorkMgmtStats
-
indicates the number of work objects submitted by a connector module
for execution, since the last reset
- getThreadCount() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMThreadStats
-
Returns the current number of live daemon and non-daemon
threads
- getThreadId() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMThreadInfoStats
-
Returns the Id of the thread
- getThreadName() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMThreadInfoStats
-
Returns the name of the thread
- getThreadState() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMThreadInfoStats
-
Returns the state of the thread
- getTicksTotalQueued() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCConnectionQueueStats
-
Gets the total number of ticks that connections have spent in the
queue.
- getTimeStarted() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCHttpServiceStats
-
Returns the Time the HttpService Was Started
- getTotalBeansCreated() - Method in interface com.sun.enterprise.admin.monitor.stats.EJBPoolStats
-
Returns the number of Beans created in associated pool so far over time, since the gathering of data started, as a CountStatistic.
- getTotalBeansDestroyed() - Method in interface com.sun.enterprise.admin.monitor.stats.EJBPoolStats
-
Returns the number of Beans destroyed from associated pool so far over time, since the gathering of data started, as a CountStatistic.
- getTotalCompilationTime() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMCompilationStats
-
Returns the accumulated time in milliseconds, that was spent
in compilation
- getTotalConnections() - Method in interface com.sun.enterprise.admin.monitor.stats.OrbConnectionManagerStats
-
Returns the total number of connections to the ORB as an instance of BoundedRangeStatistic.
- getTotalLoadedClassCount() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMClassLoadingStats
-
Returns the total number of classes that have been loaded,
since the JVM began execution
- getTotalNumErrors() - Method in interface com.sun.enterprise.admin.monitor.stats.EJBMethodStats
-
Returns the total number of errors as a CountStatistic.
- getTotalNumSuccess() - Method in interface com.sun.enterprise.admin.monitor.stats.EJBMethodStats
-
Returns the total number of successful runs, as a CountStatistic.
- getTotalStartedThreadCount() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMThreadStats
-
Returns the total number of threads created and also started
since the JVM started
- getTotalTime() - Method in class com.sun.enterprise.admin.monitor.stats.MutableTimeStatisticImpl
-
- getTotalTime() - Method in class com.sun.enterprise.admin.monitor.stats.TimeStatisticImpl
-
Returns the amount of time that it took for all invocations,
since measurement started.
- getTotalTime() - Method in interface org.glassfish.j2ee.statistics.TimeStatistic
-
This is the sum total of time taken to complete every invocation of this operation since the beginning of this measurement.
- getTotalWorkItemsAdded() - Method in interface com.sun.enterprise.admin.monitor.stats.ThreadPoolStats
-
Returns the the total number of work items added so far to the work queue associated with threadpool.
- getType() - Method in interface com.sun.enterprise.admin.monitor.registry.StatsHolder
-
Returns type of this hierarchical node
- getTypeName() - Method in class com.sun.enterprise.admin.monitor.registry.MonitoredObjectType
-
Get type of this "MonitoredObjectType" as string
- getUnit() - Method in class com.sun.enterprise.admin.monitor.stats.AverageRangeStatisticImpl
-
- getUnit() - Method in class com.sun.enterprise.admin.monitor.stats.MutableAverageRangeStatisticImpl
-
- getUnit() - Method in class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl
-
- getUnit() - Method in class com.sun.enterprise.admin.monitor.stats.MutableCountStatisticImpl
-
- getUnit() - Method in class com.sun.enterprise.admin.monitor.stats.MutableTimeStatisticImpl
-
- getUnit() - Method in class com.sun.enterprise.admin.monitor.stats.StatisticImpl
-
returns the unit of measurement for the statistic
- getUnit() - Method in interface org.glassfish.j2ee.statistics.Statistic
-
The unit of measurement for this Statistic.
- getUnloadedClassCount() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMClassLoadingStats
-
Returns the number of classes that have been unloaded from the JVM
- getUpperBound() - Method in class com.sun.enterprise.admin.monitor.stats.BoundaryStatisticImpl
-
Return the highest possible value, that this statistic is permitted to attain
- getUpperBound() - Method in class com.sun.enterprise.admin.monitor.stats.BoundedRangeStatisticImpl
-
Returns the highest possible value, that this statistic is permitted to attain.
- getUpperBound() - Method in class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl
-
- getUpperBound() - Method in interface org.glassfish.j2ee.statistics.BoundaryStatistic
-
The upper limit of the value of this attribute.
- getUptime() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMRuntimeStats
-
Returns the uptime of the JVM in milliseconds
- getUpTime() - Method in interface org.glassfish.j2ee.statistics.JVMStats
-
Amount of time the JVM has been running.
- getUri() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCRequestStats
-
Gets the URI of the last request serviced.
- getUsedHeapSize() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMMemoryStats
-
Returns the size of the heap currently in use
- getUsedNonHeapSize() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMMemoryStats
-
Returns the size of the non-heap area currently in use
- getUseTime() - Method in interface org.glassfish.j2ee.statistics.JCAConnectionStats
-
Returns the time spent using a connection
- getUseTime() - Method in interface org.glassfish.j2ee.statistics.JDBCConnectionStats
-
Time spent using a connection.
- getVersion() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMOperatingSystemStats
-
Returns the operating system version
- getVersionServer() - Method in interface com.sun.enterprise.admin.monitor.stats.PWCHttpServiceStats
-
Returns the HttpService Version
- getVmName() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMRuntimeStats
-
Returns the JVM implementation name
- getVmVendor() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMRuntimeStats
-
Returns the JVM implementation vendor
- getVmVersion() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMRuntimeStats
-
Returns the JVM implementation version
- getWaitedCount() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMThreadInfoStats
-
Returns the number of times that the thread has been in WAITING or
TIMED_WAITING states
- getWaitedTime() - Method in interface com.sun.enterprise.admin.monitor.stats.JVMThreadInfoStats
-
Returns the elapsed time(in milliseconds) that the thread has been in
the waiting state.
- getWaitingThreadCount() - Method in interface org.glassfish.j2ee.statistics.JCAConnectionPoolStats
-
The number of threads waiting for a connection
- getWaitingThreadCount() - Method in interface org.glassfish.j2ee.statistics.JDBCConnectionPoolStats
-
Number of threads waiting for a connection.
- getWaitQueueLength() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectionPoolStats
-
Indicates the number of connection requests in the queue waiting
to be serviced
- getWaitQueueLength() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectorWorkMgmtStats
-
indicates the current, high & low of the number of work objects waiting
in the work queue before executing, since the last reset
- getWaitTime() - Method in interface org.glassfish.j2ee.statistics.JCAConnectionStats
-
Returns the time spent waiting for a connection to be available
- getWaitTime() - Method in interface org.glassfish.j2ee.statistics.JDBCConnectionStats
-
Time spent waiting for a connection to be available.
- getWebModuleStats(String, String, String, String) - Method in interface com.sun.enterprise.admin.monitor.registry.MonitoringRegistry
-
Gets the WebModuleStats associated with the web module named
webModuleName that is part of the application named
j2eeAppName and has been deployed on the virtual server
vsId.
- getWorkRequestWaitTime() - Method in interface com.sun.enterprise.admin.monitor.stats.ConnectorWorkMgmtStats
-
indicates the longest and shorted wait of a work object in the work queue
before it gets executed, since the last reset
- GFJTAStats - Interface in com.sun.enterprise.admin.monitor.stats
-
Defines additional Sun ONE Application Server specific statistic to transaction service.