A B C E G I J L M Q R S T U

A

addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.j2ee.ListenerRegistration
Add a listener to a registered managed object.

B

BoundaryStatistic - interface javax.management.j2ee.statistics.BoundaryStatistic.
The BoundaryStatistic interface specifies standard measurements of the upper and lower limits of the value of an attribute.
BoundedRangeStatistic - interface javax.management.j2ee.statistics.BoundedRangeStatistic.
The BoundedRangeStatistic interface extends the RangeStatistic and BoundaryStatistic interfaces and provides standard measurements of a range that has fixed limits.

C

CountStatistic - interface javax.management.j2ee.statistics.CountStatistic.
The CountStatistic interface specifies standard count measurements.
create() - Method in interface javax.management.j2ee.ManagementHome
Creates an MEJB session object which provides access to the J2EE Management Model.

E

EJBStats - interface javax.management.j2ee.statistics.EJBStats.
The EJBStats interface specifies statistics provided by all EJB component types.
EntityBeanStats - interface javax.management.j2ee.statistics.EntityBeanStats.
Specifies statistics provided by entity beans.

G

getActiveCount() - Method in interface javax.management.j2ee.statistics.JTAStats
Returns the number of active transactions.
getAttribute(ObjectName, String) - Method in interface javax.management.j2ee.Management
Gets the value of a specific attribute of a named managed object.
getAttributes(ObjectName, String[]) - Method in interface javax.management.j2ee.Management
Gets the attributes attribute of the Management object
getCloseCount() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
Returns the number of connections closed.
getCloseCount() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
Returns the number of connections closed.
getCommittedCount() - Method in interface javax.management.j2ee.statistics.JTAStats
Returns the number of committed transactions.
getConnectionFactory() - Method in interface javax.management.j2ee.statistics.JCAConnectionStats
Returns the JCAConnectionFactory OBJECT_NAME of the managed object that identifies the connector’s connection factory for this connection.
getConnectionPools() - Method in interface javax.management.j2ee.statistics.JDBCStats
Returns a list of JDBCConnectionPoolStats that provide statistics about the connection pools associated with the referencing JDBC resource statistics.
getConnectionPools() - Method in interface javax.management.j2ee.statistics.JCAStats
Returns a a list of JCAConnectionPoolStats that provide statistics about the connection pools associated with the referencing JCA resource statistics.
getConnections() - Method in interface javax.management.j2ee.statistics.JMSStats
Returns a list of JMSConnectionStats that provide statistics about the connections associated with the referencing JMS resource.
getConnections() - Method in interface javax.management.j2ee.statistics.JDBCStats
Returns a list of JDBCConnectionStats that provide statistics about the non-pooled connections associated with the referencing JDBC resource statistics.
getConnections() - Method in interface javax.management.j2ee.statistics.JCAStats
Returns a list of JCAConnectionStats that provide statistics about the non-pooled connections associated with the referencing JCA resource statistics.
getConsumers() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Returns a list of JMSConsumerStats that provide statistics about the message consumers associated with the referencing JMS session statistics.
getCount() - Method in interface javax.management.j2ee.statistics.TimeStatistic
Returns the number of times the operation was invoked since the beginning of this measurement.
getCount() - Method in interface javax.management.j2ee.statistics.CountStatistic
Returns the count since the measurement started.
getCreateCount() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
Returns the number of connections created.
getCreateCount() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
Returns the number of connections created.
getCreateCount() - Method in interface javax.management.j2ee.statistics.EJBStats
Returns the number of times the beans create method was called.
getCurrent() - Method in interface javax.management.j2ee.statistics.RangeStatistic
Returns the current value of this attribute.
getDefaultDomain() - Method in interface javax.management.j2ee.Management
Gets the defaultDomain attribute of the Management object
getDescription() - Method in interface javax.management.j2ee.statistics.Statistic
Returns a human-readable description of the Statistic.
getDestination() - Method in interface javax.management.j2ee.statistics.JMSProducerStats
Returns a string that encapsulates the identity of a message destination.
getDurableSubscriptionCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Returns the number of durable subscriptions.
getExpiredMessageCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Returns the number of expired messages.
getExpiredMessageCount() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
Returns the number of messages that expired before delivery.
getFreePoolSize() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
Returns the number of free connections in the pool.
getFreePoolSize() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
Returns the number of free connections in the pool.
getHeapSize() - Method in interface javax.management.j2ee.statistics.JVMStats
Returns the size of the JVM’s heap.
getHighWaterMark() - Method in interface javax.management.j2ee.statistics.RangeStatistic
Returns the highest value this attribute has held since the beginning of the measurement.
getJdbcDataSource() - Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
Returns the name of the managed object that identifies the JDBC data source for this connection.
getLastSampleTime() - Method in interface javax.management.j2ee.statistics.Statistic
Returns the time the most recent measurment was taken represented as a long, whose value is the number of milliseconds since "January 1, 1970, 00:00:00".
getListenerRegistry() - Method in interface javax.management.j2ee.Management
Gets the listenerRegistry attribute of the Management object
getLowerBound() - Method in interface javax.management.j2ee.statistics.BoundaryStatistic
Returns the lower limit of the value of this attribute.
getLowWaterMark() - Method in interface javax.management.j2ee.statistics.RangeStatistic
Returns the lowest value this attribute has held since the beginning of the measurement.
getManagedConnectionFactory() - Method in interface javax.management.j2ee.statistics.JCAConnectionStats
Returns the JCAManagedConnectionFactory OBJECT_NAME of the managed object that identifies the connector’s managed connection factory for this connection.
getMaxTime() - Method in interface javax.management.j2ee.statistics.TimeStatistic
Returns the maximum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
getMBeanCount() - Method in interface javax.management.j2ee.Management
Gets the mBeanCount attribute of the Management object
getMBeanInfo(ObjectName) - Method in interface javax.management.j2ee.Management
Gets the mBeanInfo attribute of the Management object
getMessageCount() - Method in interface javax.management.j2ee.statistics.MessageDrivenBeanStats
Returns the number of messages received.
getMessageCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Returns the number of messages exchanged.
getMessageCount() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
Returns the number of messages sent or received.
getMessageWaitTime() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Returns the time spent by a message before being delivered.
getMessageWaitTime() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
Returns the time spent by a message before being delivered.
getMethodReadyCount() - Method in interface javax.management.j2ee.statistics.SessionBeanStats
Returns the number of beans in the method-ready state.
getMinTime() - Method in interface javax.management.j2ee.statistics.TimeStatistic
Returns the minimum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
getName() - Method in interface javax.management.j2ee.statistics.Statistic
Returns the name of this Statistic.
getOrigin() - Method in interface javax.management.j2ee.statistics.JMSConsumerStats
Returns a string that encapsulates the identity of a message origin.
getPassiveCount() - Method in interface javax.management.j2ee.statistics.StatefulSessionBeanStats
Returns the number of beans that are in the passivated state.
getPendingMessageCount() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Returns the number of pending messages.
getPendingMessageCount() - Method in interface javax.management.j2ee.statistics.JMSEndpointStats
Returns the number of pending messages.
getPooledCount() - Method in interface javax.management.j2ee.statistics.EntityBeanStats
Returns the number of bean instances in the pooled state.
getPoolSize() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
Returns the size of the connection pool.
getPoolSize() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
Returns the size of the connection pool.
getProducers() - Method in interface javax.management.j2ee.statistics.JMSSessionStats
Returns a list of JMSProducerStats that provide statistics about the message producers associated with the referencing JMS session statistics.
getReadyCount() - Method in interface javax.management.j2ee.statistics.EntityBeanStats
Returns the number of bean instances in the ready state.
getRemoveCount() - Method in interface javax.management.j2ee.statistics.EJBStats
Returns the number of times the beans remove method was called.
getRolledbackCount() - Method in interface javax.management.j2ee.statistics.JTAStats
Returns the number of rolled-back transactions.
getSentMailCount() - Method in interface javax.management.j2ee.statistics.JavaMailStats
Returns the number of mail messages sent.
getServiceTime() - Method in interface javax.management.j2ee.statistics.ServletStats
Returns the execution time of the servlets service method.
getSessions() - Method in interface javax.management.j2ee.statistics.JMSConnectionStats
Returns a list of JMSSessionStats that provide statistics about the sessions associated with the referencing JMSConnectionStats.
getStartTime() - Method in interface javax.management.j2ee.statistics.Statistic
Returns the time the first measurment was taken represented as a long, whose value is the number of milliseconds since "January 1, 1970, 00:00:00".
getStatistic(String) - Method in interface javax.management.j2ee.statistics.Stats
Gets a Statistic by name.
getStatisticNames() - Method in interface javax.management.j2ee.statistics.Stats
Returns a list of the names of the attributes from the specific Stats interface that this object supports.
getStatistics() - Method in interface javax.management.j2ee.statistics.Stats
Returns a list of all the Statistic objects supported by this Stats object.
getTotalTime() - Method in interface javax.management.j2ee.statistics.TimeStatistic
Returns the sum total of time taken to complete every invocation of this operation since the beginning of this measurement.
getUnit() - Method in interface javax.management.j2ee.statistics.Statistic
Returns the unit of measurement for this Statistic.
getUpperBound() - Method in interface javax.management.j2ee.statistics.BoundaryStatistic
Returns the upper limit of the value of this attribute.
getUpTime() - Method in interface javax.management.j2ee.statistics.JVMStats
Returns the amount of time the JVM has been running.
getUseTime() - Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
Returns the time spent using a connection.
getUseTime() - Method in interface javax.management.j2ee.statistics.JCAConnectionStats
Returns the time spent using a connection.
getWaitingThreadCount() - Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
Returns the number of threads waiting for a connection.
getWaitingThreadCount() - Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
Returns the number of threads waiting for a connection.
getWaitTime() - Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
Returns the time spent waiting for a connection to be available.
getWaitTime() - Method in interface javax.management.j2ee.statistics.JCAConnectionStats
Returns time spent waiting for a connection to be available.

I

invoke(ObjectName, String, Object[], String[]) - Method in interface javax.management.j2ee.Management
Description of the Method
isRegistered(ObjectName) - Method in interface javax.management.j2ee.Management
Gets the registered attribute of the Management object
isTransactional() - Method in interface javax.management.j2ee.statistics.JMSConnectionStats
Returns the transactional state of this JMS connection.

J

JavaMailStats - interface javax.management.j2ee.statistics.JavaMailStats.
Specifies the statistics provided by a JavaMail resource.
javax.management.j2ee - package javax.management.j2ee
Provides MEJB releated classes and interfaces.
javax.management.j2ee.statistics - package javax.management.j2ee.statistics
Provides statistics releated classes and interfaces.
JCAConnectionPoolStats - interface javax.management.j2ee.statistics.JCAConnectionPoolStats.
The JCAConnectionPoolStats interface specifies the statistics provided by a JCA connection pool.
JCAConnectionStats - interface javax.management.j2ee.statistics.JCAConnectionStats.
The JCAConnectionStats interface specifies the statistics provided by a JCA connection.
JCAStats - interface javax.management.j2ee.statistics.JCAStats.
The JCAStats interface specifies the statistics provided by a JCA resource.
JDBCConnectionPoolStats - interface javax.management.j2ee.statistics.JDBCConnectionPoolStats.
Specifies the statistics provided by a JDBC connection pool.
JDBCConnectionStats - interface javax.management.j2ee.statistics.JDBCConnectionStats.
Specifies the statistics provided by a JDBC connection.
JDBCStats - interface javax.management.j2ee.statistics.JDBCStats.
The JDBCStats type specifies the statistics provided by a JDBC resource.
JMSConnectionStats - interface javax.management.j2ee.statistics.JMSConnectionStats.
Specifies the statistics provided by a JMS connection.
JMSConsumerStats - interface javax.management.j2ee.statistics.JMSConsumerStats.
Specifies the statistics provided by a JMS message consumer.
JMSEndpointStats - interface javax.management.j2ee.statistics.JMSEndpointStats.
Specifies the base interface for the statistics provided by a JMS message producer or a JMS message consumer.
JMSProducerStats - interface javax.management.j2ee.statistics.JMSProducerStats.
Specifies the statistics provided by a JMS message producer.
JMSSessionStats - interface javax.management.j2ee.statistics.JMSSessionStats.
Specifies the statistics provided by a JMS session.
JMSStats - interface javax.management.j2ee.statistics.JMSStats.
The JMSStats interface specifies the statistics provided by a JMS resource.
JTAStats - interface javax.management.j2ee.statistics.JTAStats.
Specifies the statistics provided by a JTA resource.
JVMStats - interface javax.management.j2ee.statistics.JVMStats.
Specifies the statistics provided by a Java VM.

L

ListenerRegistration - interface javax.management.j2ee.ListenerRegistration.
Provides the methods to add and remove event listeners to the MEJB component.

M

Management - interface javax.management.j2ee.Management.
The Management interface provides the APIs to navigate and manipulate managed objects.
ManagementHome - interface javax.management.j2ee.ManagementHome.
The required home interface for the Management EJB component.
MessageDrivenBeanStats - interface javax.management.j2ee.statistics.MessageDrivenBeanStats.
Specifies the statistics provided by a message driven bean.

Q

queryNames(ObjectName, QueryExp) - Method in interface javax.management.j2ee.Management
Description of the Method

R

RangeStatistic - interface javax.management.j2ee.statistics.RangeStatistic.
Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.
removeNotificationListener(ObjectName, NotificationListener) - Method in interface javax.management.j2ee.ListenerRegistration
Enables to remove a listener from a registered managed object.

S

ServletStats - interface javax.management.j2ee.statistics.ServletStats.
Specifies the statistics provided by a Servlet component.
SessionBeanStats - interface javax.management.j2ee.statistics.SessionBeanStats.
Specifies the statistics provided by session beans of both stateful and stateless types.
setAttribute(ObjectName, Attribute) - Method in interface javax.management.j2ee.Management
Sets the attribute attribute of the Management object
setAttributes(ObjectName, AttributeList) - Method in interface javax.management.j2ee.Management
Sets the attributes attribute of the Management object
StatefulSessionBeanStats - interface javax.management.j2ee.statistics.StatefulSessionBeanStats.
Specifies the statistics provided by a stateful session bean.
StatelessSessionBeanStats - interface javax.management.j2ee.statistics.StatelessSessionBeanStats.
Specifies the statistics provided by a stateless session bean.
Statistic - interface javax.management.j2ee.statistics.Statistic.
The Statistic interface and its subinterfaces specify the required accessors which provide the performance data described by the specific attributes in the Stats interfaces.
Stats - interface javax.management.j2ee.statistics.Stats.
The Stats interface and its subinterfaces specify performance data accessors for each of the specific managed object types.

T

TimeStatistic - interface javax.management.j2ee.statistics.TimeStatistic.
Specifies standard timing measurements for a given operation.

U

URLStats - interface javax.management.j2ee.statistics.URLStats.
Specifies the statistics provided by a URL resource.

A B C E G I J L M Q R S T U

Copyright © 2002-2003 EJTools Org.. All Rights Reserved.