A B C E G I J K L M N O P R S T U W

A

ALGORITHM_TYPE_IBM - Static variable in interface org.apache.geronimo.management.geronimo.SecureConnector
 
ALGORITHM_TYPE_SUN - Static variable in interface org.apache.geronimo.management.geronimo.SecureConnector
 
AppClientModule - interface org.apache.geronimo.management.AppClientModule.
Represents the JSR-77 type with the same name
addConnector(String, String, String, String, int) - Method in interface org.apache.geronimo.management.geronimo.EJBManager
Creates a new connector, and returns the ObjectName for it.
addConnector(JMSBroker, String, String, String, int) - Method in interface org.apache.geronimo.management.geronimo.JMSManager
Creates a new connector, and returns the ObjectName for it.
addConnector(WebContainer, String, String, String, int) - Method in interface org.apache.geronimo.management.geronimo.WebManager
Creates and returns a new web connector.
addStat(String, Statistic) - Method in class org.apache.geronimo.management.stats.StatsImpl
 

B

BoundaryStatisticImpl - class org.apache.geronimo.management.stats.BoundaryStatisticImpl.
 
BoundaryStatisticImpl(String, String, String) - Constructor for class org.apache.geronimo.management.stats.BoundaryStatisticImpl
 
BoundaryStatisticImpl(String, String, String, long, long) - Constructor for class org.apache.geronimo.management.stats.BoundaryStatisticImpl
 
BoundedRangeImpl - class org.apache.geronimo.management.stats.BoundedRangeImpl.
 
BoundedRangeImpl(String, String, String) - Constructor for class org.apache.geronimo.management.stats.BoundedRangeImpl
 
BoundedRangeImpl(String, String, String, long, long, long) - Constructor for class org.apache.geronimo.management.stats.BoundedRangeImpl
 

C

CountStatisticImpl - class org.apache.geronimo.management.stats.CountStatisticImpl.
 
CountStatisticImpl(String, String, String) - Constructor for class org.apache.geronimo.management.stats.CountStatisticImpl
 
CountStatisticImpl(String, String, String, long) - Constructor for class org.apache.geronimo.management.stats.CountStatisticImpl
 
createKeystore(String, char[]) - Method in interface org.apache.geronimo.management.geronimo.KeystoreManager
Creates a new, empty keystore.
createSSLFactory(String, String, String, String, String, String, ClassLoader) - Method in interface org.apache.geronimo.management.geronimo.KeystoreManager
Gets a SocketFactory using one Keystore to access the private key and another to provide the list of trusted certificate authorities.
createSSLFactory(String, String, String, String, ClassLoader) - Method in interface org.apache.geronimo.management.geronimo.KeystoreManager
Gets a SocketFactory using one Keystore to access the private key and another to provide the list of trusted certificate authorities.
createSSLServerFactory(String, String, String, String, String, String, ClassLoader) - Method in interface org.apache.geronimo.management.geronimo.KeystoreManager
Gets a ServerSocketFactory using one Keystore to access the private key and another to provide the list of trusted certificate authorities.

E

EJB - interface org.apache.geronimo.management.EJB.
Represents the JSR-77 type with the same name
EJBConnector - interface org.apache.geronimo.management.geronimo.EJBConnector.
Management interface for network connectors used to communicate with an EJB container.
EJBManager - interface org.apache.geronimo.management.geronimo.EJBManager.
 
EJBModule - interface org.apache.geronimo.management.EJBModule.
Represents the JSR-77 type with the same name
EntityBean - interface org.apache.geronimo.management.EntityBean.
Represents the JSR-77 type with the same name
EventProvider - interface org.apache.geronimo.management.EventProvider.
This is a representation of the EventProvider type defined in the J2EE Management specification.

G

generateKeyPair(String, char[], char[], String, int, String, int, String, String, String, String, String, String) - Method in interface org.apache.geronimo.management.geronimo.KeystoreInstance
Generates a new private key and certificate pair in this keystore.
getAcceptQueueSize() - Method in interface org.apache.geronimo.management.geronimo.WebConnector
Gets the maximum number of connections that may be queued while all threads are busy.
getAccessLog(WebContainer) - Method in interface org.apache.geronimo.management.geronimo.WebManager
Gets the WebAccessLog implementation for a web container.
getActiveRequestCount() - Method in interface org.apache.geronimo.management.geronimo.stats.WebContainerStats
Gets the number of requests being processed concurrently (as well as the min and max since statistics gathering started).
getAdminObjectClass() - Method in interface org.apache.geronimo.management.geronimo.JCAAdminObject
 
getAdminObjectInstances() - Method in interface org.apache.geronimo.management.geronimo.JCAResource
 
getAdminObjectInstances(String) - Method in interface org.apache.geronimo.management.geronimo.JCAResource
 
getAdminObjectInstances(String[]) - Method in interface org.apache.geronimo.management.geronimo.JCAResource
 
getAdminObjectInterface() - Method in interface org.apache.geronimo.management.geronimo.JCAAdminObject
 
getAdminObjects() - Method in interface org.apache.geronimo.management.geronimo.JCAResource
 
getAlgorithm() - Method in interface org.apache.geronimo.management.geronimo.SecureConnector
Gets the certificate algorithm used to access the keystore.
getAppClients() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
Gets the application clients currently running in this J2EEServer.
getApplications() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
Gets the applications currently running in this J2EEServer.
getAvailableProcessors() - Method in interface org.apache.geronimo.management.geronimo.JVM
 
getBufferSizeBytes() - Method in interface org.apache.geronimo.management.geronimo.WebConnector
Gets the size of the buffer used to handle network data for this connector.
getCertificate(String, char[]) - Method in interface org.apache.geronimo.management.geronimo.KeystoreInstance
Gets a particular certificate from the keystore.
getClientModules() - Method in interface org.apache.geronimo.management.geronimo.J2EEApplication
 
getConfigProperties() - Method in interface org.apache.geronimo.management.geronimo.JCAAdminObject
Gets the config properties in the form of a map where the key is the property name and the value is property type (as a String not a Class).
getConfigProperties() - Method in interface org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory
Gets the config properties in the form of a map where the key is the property name and the value is property type (as a String not a Class).
getConfigProperty(String) - Method in interface org.apache.geronimo.management.geronimo.JCAAdminObject
 
getConfigProperty(String) - Method in interface org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory
 
getConfigurationManager() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
Gets the ConfigurationManager associated with this J2EEServer.
getConnectUrl() - Method in interface org.apache.geronimo.management.geronimo.WebConnector
Gets a URL used to connect to the web server via this connector.
getConnectionDuration() - Method in interface org.apache.geronimo.management.geronimo.stats.WebContainerStats
Gets the legnth of time that connections have been open (includes figures across all connections open at present)
getConnectionFactories() - Method in interface org.apache.geronimo.management.JCAResource
A list of connection factories provided by this resource.
getConnectionFactory() - Method in interface org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory
 
getConnectionFactoryImplClass() - Method in interface org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory
 
getConnectionFactoryInstances() - Method in interface org.apache.geronimo.management.geronimo.JCAResource
 
getConnectionFactoryInterface() - Method in interface org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory
 
getConnectionImplClass() - Method in interface org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory
 
getConnectionInterface() - Method in interface org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory
 
getConnectionManager() - Method in interface org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory
Gets the ConnectionManager associated with this managed connection factory.
getConnectionRequestCount() - Method in interface org.apache.geronimo.management.geronimo.stats.WebContainerStats
Gets the number of requests handled by a particular connection (as well as the min and max since statistics gathering started).
getConnectors(String) - Method in interface org.apache.geronimo.management.geronimo.NetworkContainer
Gets any existing connectors for this network container for the specified protocol.
getConnectors() - Method in interface org.apache.geronimo.management.geronimo.NetworkContainer
Gets any existing connectors associated with this network container.
getConnectors(String) - Method in interface org.apache.geronimo.management.geronimo.NetworkManager
Gets any existing connectors for this network technology for the specified protocol.
getConnectors() - Method in interface org.apache.geronimo.management.geronimo.NetworkManager
Gets any existing connectors associated with this network technology.
getConnectorsForContainer(Object, String) - Method in interface org.apache.geronimo.management.geronimo.NetworkManager
Gets the ObjectNames of any existing connectors for the specified container for the specified protocol.
getConnectorsForContainer(Object) - Method in interface org.apache.geronimo.management.geronimo.NetworkManager
Gets the ObjectNames of any existing connectors for the specified container.
getContainer() - Method in interface org.apache.geronimo.management.geronimo.WebModule
Gets the ObjectName of the WebContainer that's hosting this WebModule.
getContainers() - Method in interface org.apache.geronimo.management.geronimo.NetworkManager
Gets the network containers (web, EJB, JMS, etc.)
getContextPath() - Method in interface org.apache.geronimo.management.geronimo.WebModule
Gets the web context for this web app.
getCount() - Method in class org.apache.geronimo.management.stats.CountStatisticImpl
 
getCount() - Method in class org.apache.geronimo.management.stats.TimeStatisticImpl
 
getCountForConsumer(String) - Method in interface org.apache.geronimo.management.geronimo.stats.ThreadPoolStats
For each consumer listed by getThreadConsumers(), this can be used to find out how many threads that consumer is consuming at the time these statistics were generated.
getCurrent() - Method in class org.apache.geronimo.management.stats.RangeStatisticImpl
 
getDeployedObjectInstances() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
A list of all of the J2EEApplication and J2EEModule types deployed on this J2EEServer.
getDeployedObjects() - Method in interface org.apache.geronimo.management.J2EEServer
A list of all of the J2EEApplication and J2EEModule types deployed on this J2EEServer.
getDeploymentDescriptor() - Method in interface org.apache.geronimo.management.J2EEDeployedObject
The deploymentDescriptor string must contain the original XML deployment descriptor that was created for this module during the deployment process.
getDescription() - Method in interface org.apache.geronimo.management.geronimo.ResourceAdapterModule
 
getDescription() - Method in class org.apache.geronimo.management.stats.StatisticImpl
 
getDisplayName() - Method in interface org.apache.geronimo.management.geronimo.ResourceAdapterModule
 
getEISType() - Method in interface org.apache.geronimo.management.geronimo.ResourceAdapterModule
 
getEJBManagers() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
Gets the EJB Managers associated with this J2EEServer, or null if there are none in the current server configuration.
getEJBModules() - Method in interface org.apache.geronimo.management.geronimo.J2EEApplication
 
getEJBModules() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
Gets the EJB modules currently running in this J2EEServer.
getEjbs() - Method in interface org.apache.geronimo.management.EJBModule
A list of EJBs included in this EJB JAR
getEventTypes() - Method in interface org.apache.geronimo.management.EventProvider
Gets the event types this object can fire.
getExpiredLoginScanIntervalMillis() - Method in interface org.apache.geronimo.management.geronimo.LoginService
 
getHeapSize() - Method in class org.apache.geronimo.management.stats.JVMStatsImpl
 
getHeapSizeImpl() - Method in class org.apache.geronimo.management.stats.JVMStatsImpl
Used to access the native implementation in order to call setters
getHighWaterMark() - Method in class org.apache.geronimo.management.stats.RangeStatisticImpl
 
getHost() - Method in interface org.apache.geronimo.management.geronimo.NetworkConnector
Gets the hostname/IP that this connector listens on.
getImplementedInterfaces() - Method in interface org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory
 
getJCAResourceImplementations() - Method in interface org.apache.geronimo.management.geronimo.ResourceAdapter
 
getJCAResources() - Method in interface org.apache.geronimo.management.ResourceAdapter
A list of JCA resources provided by this resource adapter.
getJDBCDataSources() - Method in interface org.apache.geronimo.management.JDBCDataSource
The driver used by this data source to connect to the database.
getJDBCDataSources() - Method in interface org.apache.geronimo.management.JDBCResource
A list of data sources this JDBC resource provides.
getJMSManagers() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
Gets the JMS Managers associated with this J2EEServer, or null if there are none in the current server configuration.
getJavaVMInstances() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
A list of all Java virtual machines on which this J2EEServer has running threads.
getJavaVMs() - Method in interface org.apache.geronimo.management.J2EEModule
A list of JVMs this module is running on.
getJavaVMs() - Method in interface org.apache.geronimo.management.J2EEServer
A list of all Java virtual machines on which this J2EEServer has running threads.
getJavaVendor() - Method in interface org.apache.geronimo.management.JVM
The vendor of the JVMImpl we are running on.
getJavaVersion() - Method in interface org.apache.geronimo.management.JVM
The version of the JVMImpl we are running on.
getKernelBootTime() - Method in interface org.apache.geronimo.management.geronimo.JVM
Gets the date at which the kernel was most recently started in this JVM
getKeyManager(String, String) - Method in interface org.apache.geronimo.management.geronimo.KeystoreInstance
Gets a KeyManager for a key in this Keystore.
getKeystoreFileName() - Method in interface org.apache.geronimo.management.geronimo.SecureConnector
Gets the name of the keystore file that holds the server certificate (and by default, the trusted CA certificates used for client certificate authentication).
getKeystoreManager() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
Gets the KeystoreManager associated with this J2EEServer.
getKeystoreName() - Method in interface org.apache.geronimo.management.geronimo.KeystoreInstance
Returns the name of the keystore as known to the keystore manager.
getKeystoreType() - Method in interface org.apache.geronimo.management.geronimo.SecureConnector
Gets the format of the entries in the keystore.
getKeystores() - Method in interface org.apache.geronimo.management.geronimo.KeystoreManager
Gets the names of the keystores available in the server.
getLastSampleTime() - Method in class org.apache.geronimo.management.stats.StatisticImpl
 
getLineContent() - Method in class org.apache.geronimo.management.geronimo.Log.LogMessage
 
getLineCount() - Method in class org.apache.geronimo.management.geronimo.Log.SearchResults
 
getLineNumber() - Method in class org.apache.geronimo.management.geronimo.Log.LogMessage
 
getLingerMillis() - Method in interface org.apache.geronimo.management.geronimo.WebConnector
Gets the amount of time the socket used by this connector will linger after being closed.
getListenAddress() - Method in interface org.apache.geronimo.management.geronimo.NetworkConnector
Every connector must specify a property of type InetSocketAddress because we use that to identify the network services to print a list during startup.
getLogFileNames(String) - Method in interface org.apache.geronimo.management.geronimo.WebAccessLog
Gets the name of all log files used by this log.
getLogNames() - Method in interface org.apache.geronimo.management.geronimo.WebAccessLog
Gets the name of all logs used by this system.
getLoginService() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
Gets the LoginService associated with this J2EEServer.
getLowWaterMark() - Method in class org.apache.geronimo.management.stats.RangeStatisticImpl
 
getLowerBound() - Method in class org.apache.geronimo.management.stats.BoundaryStatisticImpl
 
getLowerBound() - Method in class org.apache.geronimo.management.stats.BoundedRangeImpl
 
getManagedConnectionFactory() - Method in interface org.apache.geronimo.management.JCAConnectionFactory
The managed connection factory used by this connection factory.
getManagedConnectionFactoryClass() - Method in interface org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory
 
getManagedConnectionFactoryInstance() - Method in interface org.apache.geronimo.management.geronimo.JCAConnectionFactory
 
getMatchingItems(String, String, String, String, String, Date, Date, Integer, Integer) - Method in interface org.apache.geronimo.management.geronimo.WebAccessLog
Searches the log for records matching the specified parameters.
getMaxLoginDurationMillis() - Method in interface org.apache.geronimo.management.geronimo.LoginService
 
getMaxThreads() - Method in interface org.apache.geronimo.management.geronimo.WebConnector
Gets the maximum number of threads used to service connections from this connector.
getMaxTime() - Method in class org.apache.geronimo.management.stats.TimeStatisticImpl
 
getMinTime() - Method in class org.apache.geronimo.management.stats.TimeStatisticImpl
 
getModules() - Method in interface org.apache.geronimo.management.J2EEApplication
A list of J2EEModules that comprise this application.
getModulesInstances() - Method in interface org.apache.geronimo.management.geronimo.J2EEApplication
 
getName() - Method in class org.apache.geronimo.management.stats.StatisticImpl
 
getNode() - Method in interface org.apache.geronimo.management.JVM
The node we are running on.
getObjectName() - Method in interface org.apache.geronimo.management.J2EEManagedObject
Gets the unique name of this object.
getObjectName() - Method in interface org.apache.geronimo.management.geronimo.LoginService
Return the object name of this login service.
getOpenConnectionCount() - Method in interface org.apache.geronimo.management.geronimo.stats.WebContainerStats
Gets the number of connections currently open (as well as the min and max since statistics gathering started).
getOutboundFactories() - Method in interface org.apache.geronimo.management.geronimo.JCAResource
 
getOutboundFactories(String) - Method in interface org.apache.geronimo.management.geronimo.JCAResource
 
getOutboundFactories(String[]) - Method in interface org.apache.geronimo.management.geronimo.JCAResource
 
getPluginInstaller() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
Gets the PluginInstaller associated with this J2EEServer.
getPluginRepositoryLists() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
Gets the lists of plugin repositories available in this server.
getPort() - Method in interface org.apache.geronimo.management.geronimo.NetworkConnector
Gets the network port that this connector listens on.
getProductName() - Method in interface org.apache.geronimo.management.geronimo.NetworkManager
Gets the name of the product that this manager manages.
getProtocol() - Method in interface org.apache.geronimo.management.geronimo.NetworkConnector
Gets the network protocol that this connector handles.
getRAModules() - Method in interface org.apache.geronimo.management.geronimo.J2EEApplication
 
getRealmName() - Method in interface org.apache.geronimo.management.geronimo.SecurityRealm
The name of the realm, which must be unique across all realms in the server.
getRealms() - Method in interface org.apache.geronimo.management.geronimo.LoginService
 
getRedirectPort() - Method in interface org.apache.geronimo.management.geronimo.WebConnector
Gets the network port to which traffic will be redirected if this connector handles insecure traffic and the request requires a secure connection.
getRepositories() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
Gets the Repositories associated with this J2EEServer.
getRequestDuration() - Method in interface org.apache.geronimo.management.geronimo.stats.WebContainerStats
Gets the legnth of time taken to process a request (includes figures across all requests since statistics gathering started)
getResourceAdapterInstanceNames() - Method in interface org.apache.geronimo.management.geronimo.JCAResource
A list of instances of this resource adapter (e.g.
getResourceAdapterInstances() - Method in interface org.apache.geronimo.management.geronimo.JCAResource
 
getResourceAdapterInstances() - Method in interface org.apache.geronimo.management.geronimo.ResourceAdapterModule
 
getResourceAdapterModules() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
Gets the J2EE Connector modules currently running in this J2EEServer.
getResourceAdapterVersion() - Method in interface org.apache.geronimo.management.geronimo.ResourceAdapterModule
 
getResourceAdapters() - Method in interface org.apache.geronimo.management.ResourceAdapterModule
A list of Resource Adapters included in this RAR
getResourceInstances() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
A list of resources available to this server.
getResources() - Method in interface org.apache.geronimo.management.J2EEServer
A list of resources available to this server.
getResources() - Method in interface org.apache.geronimo.management.geronimo.J2EEApplication
A list of J2EEResources deployed with this application.
getResults() - Method in class org.apache.geronimo.management.geronimo.Log.SearchResults
 
getSecureProtocol() - Method in interface org.apache.geronimo.management.geronimo.SecureConnector
Gets the protocol used for secure communication.
getSecurityRealms() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
Gets the SecurityRealms associated with this J2EEServer.
getServer() - Method in interface org.apache.geronimo.management.J2EEDeployedObject
The J2EE server the application or module is deployed on.
getServerInfo() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
Gets the ServerInfo associated with this J2EEServer.
getServerInstances() - Method in interface org.apache.geronimo.management.geronimo.J2EEDomain
 
getServerVendor() - Method in interface org.apache.geronimo.management.J2EEServer
Identifies the J2EE platform vendor of this J2EEServer.
getServerVersion() - Method in interface org.apache.geronimo.management.J2EEServer
Identifies the J2EE implemetation version of this J2EEServer.
getServers() - Method in interface org.apache.geronimo.management.J2EEDomain
The J2EEDomain managed object type represents a management domain.
getServlets() - Method in interface org.apache.geronimo.management.WebModule
A list of Servlets included in this WAR
getStartTime() - Method in class org.apache.geronimo.management.stats.StatisticImpl
 
getStatistic(String) - Method in class org.apache.geronimo.management.stats.StatsImpl
 
getStatisticNames() - Method in class org.apache.geronimo.management.stats.StatsImpl
 
getStatistics() - Method in class org.apache.geronimo.management.stats.StatsImpl
 
getStats() - Method in interface org.apache.geronimo.management.StatisticsProvider
Gets the statistics collected for this class.
getSupportedProtocols() - Method in interface org.apache.geronimo.management.geronimo.NetworkManager
Gets the protocols which this container can configure connectors for.
getSystemLog() - Method in interface org.apache.geronimo.management.geronimo.JVM
Gets the system log instance
getSystemProperties() - Method in interface org.apache.geronimo.management.geronimo.JVM
Gets the system properties for this JVM
getThreadConsumers() - Method in interface org.apache.geronimo.management.geronimo.stats.ThreadPoolStats
Gets a list of the known consumers of threads from this pool.
getThreadPools() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
Gets the thread pools associated with this J2EEServer.
getThreadsInUse() - Method in interface org.apache.geronimo.management.geronimo.stats.ThreadPoolStats
Gets the min and max pool size, as well as the most, least, and current number of threads in use.
getTotalConnectionCount() - Method in interface org.apache.geronimo.management.geronimo.stats.WebContainerStats
Gets the total number of connections thus far
getTotalErrorCount() - Method in interface org.apache.geronimo.management.geronimo.stats.WebContainerStats
Gets the number of errors that have been returned since statistics gathering started.
getTotalRequestCount() - Method in interface org.apache.geronimo.management.geronimo.stats.WebContainerStats
Gets the number of requests that have been processed since statistics gathering started.
getTotalTime() - Method in class org.apache.geronimo.management.stats.TimeStatisticImpl
 
getTrustManager(String) - Method in interface org.apache.geronimo.management.geronimo.KeystoreInstance
Gets a TrustManager for this keystore.
getURLFor() - Method in interface org.apache.geronimo.management.geronimo.WebModule
Gets a URL that can be used to access this web application.
getUnit() - Method in class org.apache.geronimo.management.stats.StatisticImpl
 
getUnlockedKeyStores() - Method in interface org.apache.geronimo.management.geronimo.KeystoreManager
Gets the aliases for any keystores that are available to be used as private key keystores for an SSL factory.
getUnlockedKeys() - Method in interface org.apache.geronimo.management.geronimo.KeystoreInstance
Gets the aliases for all the private keys that are currently unlocked.
getUnlockedTrustStores() - Method in interface org.apache.geronimo.management.geronimo.KeystoreManager
Gets the aliases for any keystores that are available to be used as trusted certificate keystores for an SSL factory.
getUpTime() - Method in class org.apache.geronimo.management.stats.JVMStatsImpl
 
getUpTimeImpl() - Method in class org.apache.geronimo.management.stats.JVMStatsImpl
Used to access the native implementation in order to call setters
getUpperBound() - Method in class org.apache.geronimo.management.stats.BoundaryStatisticImpl
 
getUpperBound() - Method in class org.apache.geronimo.management.stats.BoundedRangeImpl
 
getVendorName() - Method in interface org.apache.geronimo.management.geronimo.ResourceAdapterModule
 
getWARDirectory() - Method in interface org.apache.geronimo.management.geronimo.WebModule
Gets the location of the web module "source" (typically an exploded directory).
getWARName() - Method in interface org.apache.geronimo.management.geronimo.WebModule
Gets a name for this WAR file that can be used to identify the WAR to a user.
getWebManagers() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
Gets the Web Managers associated with this J2EEServer, or null if there are none in the current server configuration.
getWebModules() - Method in interface org.apache.geronimo.management.geronimo.J2EEApplication
 
getWebModules() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
Gets the web modules currently running in this J2EEServer.
getWritableRepositories() - Method in interface org.apache.geronimo.management.geronimo.J2EEServer
Gets the writable repositories associated with this J2EEServer.

I

importTrustCertificate(Certificate, String, char[]) - Method in interface org.apache.geronimo.management.geronimo.KeystoreInstance
Adds a certificate to this keystore as a trusted certificate.
isCapped() - Method in class org.apache.geronimo.management.geronimo.Log.SearchResults
 
isClientAuthRequired() - Method in interface org.apache.geronimo.management.geronimo.SecureConnector
Checks whether clients are required to authenticate using client certificates in order to connect using this connector.
isEventProvider() - Method in interface org.apache.geronimo.management.J2EEManagedObject
Determines if this object implemnts the event provider type defined in the J2EE Management specification.
isKeyLocked(String) - Method in interface org.apache.geronimo.management.geronimo.KeystoreInstance
Checks whether the specified private key is locked, which is to say, available for other components to use to generate socket factories.
isKeystoreLocked() - Method in interface org.apache.geronimo.management.geronimo.KeystoreInstance
Checks whether this keystore is unlocked, which is to say, available for other components to use to generate socket factories.
isStateManageable() - Method in interface org.apache.geronimo.management.J2EEManagedObject
Determines if this object implements the state manageable type defined in the J2EE Management specification.
isStatisticsProvider() - Method in interface org.apache.geronimo.management.J2EEManagedObject
Determines if this object implemnts the statistics provider type defined in the J2EE Management specification.
isStatsOn() - Method in interface org.apache.geronimo.management.geronimo.stats.WebContainerStats
Gets the current state of statistics collection (on or off)
isTcpNoDelay() - Method in interface org.apache.geronimo.management.geronimo.WebConnector
Gets whether the TCP_NODELAY flag is set for the sockets used by this connector.
isTrustStore() - Method in interface org.apache.geronimo.management.geronimo.KeystoreInstance
Checks whether this keystore can be used as a trust store (e.g.

J

J2EEApplication - interface org.apache.geronimo.management.J2EEApplication.
Identifies a J2EE application EAR that has been deployed.
J2EEApplication - interface org.apache.geronimo.management.geronimo.J2EEApplication.
Represents the JSR-77 type with the same name
J2EEDeployedObject - interface org.apache.geronimo.management.J2EEDeployedObject.
 
J2EEDomain - interface org.apache.geronimo.management.J2EEDomain.
 
J2EEDomain - interface org.apache.geronimo.management.geronimo.J2EEDomain.
Geronimo extension of the standard J2EEDomain class.
J2EEManagedObject - interface org.apache.geronimo.management.J2EEManagedObject.
 
J2EEModule - interface org.apache.geronimo.management.J2EEModule.
Represents the JSR-77 type with the same name
J2EEResource - interface org.apache.geronimo.management.J2EEResource.
 
J2EEServer - interface org.apache.geronimo.management.J2EEServer.
 
J2EEServer - interface org.apache.geronimo.management.geronimo.J2EEServer.
Geronimo-specific extensions to the standard J2EE server management interface.
JCAAdminObject - interface org.apache.geronimo.management.geronimo.JCAAdminObject.
Management interface for admin objects
JCAConnectionFactory - interface org.apache.geronimo.management.JCAConnectionFactory.
Represents the JSR-77 type with the same name
JCAConnectionFactory - interface org.apache.geronimo.management.geronimo.JCAConnectionFactory.
 
JCAManagedConnectionFactory - interface org.apache.geronimo.management.JCAManagedConnectionFactory.
Represents the JSR-77 type with the same name
JCAManagedConnectionFactory - interface org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory.
 
JCAResource - interface org.apache.geronimo.management.JCAResource.
Represents the JSR-77 type with the same name
JCAResource - interface org.apache.geronimo.management.geronimo.JCAResource.
Geronimo override of the JCAResource management interface.
JCAResourceAdapter - interface org.apache.geronimo.management.geronimo.JCAResourceAdapter.
Represents the JSR-77 type with the same name
JDBCDataSource - interface org.apache.geronimo.management.JDBCDataSource.
Represents the JSR-77 type with the same name
JDBCDriver - interface org.apache.geronimo.management.JDBCDriver.
Represents the JSR-77 type with the same name
JDBCResource - interface org.apache.geronimo.management.JDBCResource.
Represents the JSR-77 type with the same name
JMSBroker - interface org.apache.geronimo.management.geronimo.JMSBroker.
Represents a JMS broker
JMSConnector - interface org.apache.geronimo.management.geronimo.JMSConnector.
Represents a JMS connector
JMSManager - interface org.apache.geronimo.management.geronimo.JMSManager.
Main entry point for managing a particular JMS implementation.
JMSResource - interface org.apache.geronimo.management.JMSResource.
Represents the JSR-77 type with the same name
JNDIResource - interface org.apache.geronimo.management.JNDIResource.
See JSR77.3.29
JTAResource - interface org.apache.geronimo.management.JTAResource.
Represents the JSR-77 type with the same name
JVM - interface org.apache.geronimo.management.JVM.
 
JVM - interface org.apache.geronimo.management.geronimo.JVM.
Geronimo extensions to the standard JSR-77 JVM type.
JVMStatsImpl - class org.apache.geronimo.management.stats.JVMStatsImpl.
Geronimo implementation of the JSR-77 JVMStats interface.
JVMStatsImpl() - Constructor for class org.apache.geronimo.management.stats.JVMStatsImpl
 
JavaMailResource - interface org.apache.geronimo.management.JavaMailResource.
Represents the JSR-77 type with the same name

K

KEYSTORE_TYPE_JKS - Static variable in interface org.apache.geronimo.management.geronimo.SecureConnector
 
KEYSTORE_TYPE_PKCS12 - Static variable in interface org.apache.geronimo.management.geronimo.SecureConnector
 
KeyIsLocked - exception org.apache.geronimo.management.geronimo.KeyIsLocked.
Exception indicating that the private key you tried to do something with is locked.
KeyIsLocked(String) - Constructor for class org.apache.geronimo.management.geronimo.KeyIsLocked
 
KeyIsLocked(String, Throwable) - Constructor for class org.apache.geronimo.management.geronimo.KeyIsLocked
 
KeystoreInstance - interface org.apache.geronimo.management.geronimo.KeystoreInstance.
Management interface for dealing with a specific Keystore
KeystoreIsLocked - exception org.apache.geronimo.management.geronimo.KeystoreIsLocked.
Exception indicating that the keystore you tried to do something with is locked.
KeystoreIsLocked(String) - Constructor for class org.apache.geronimo.management.geronimo.KeystoreIsLocked
 
KeystoreIsLocked(String, Throwable) - Constructor for class org.apache.geronimo.management.geronimo.KeystoreIsLocked
 
KeystoreManager - interface org.apache.geronimo.management.geronimo.KeystoreManager.
Management interface for working with keystores.

L

Log - interface org.apache.geronimo.management.geronimo.Log.
A general log manager.
Log.LogMessage - class org.apache.geronimo.management.geronimo.Log.LogMessage.
 
Log.LogMessage(int, String) - Constructor for class org.apache.geronimo.management.geronimo.Log.LogMessage
 
Log.SearchResults - class org.apache.geronimo.management.geronimo.Log.SearchResults.
 
Log.SearchResults(int, Log.LogMessage[], boolean) - Constructor for class org.apache.geronimo.management.geronimo.Log.SearchResults
 
LoginService - interface org.apache.geronimo.management.geronimo.LoginService.
A very basic sketch of a login service.
listPrivateKeys(char[]) - Method in interface org.apache.geronimo.management.geronimo.KeystoreInstance
Gets the aliases of all private key entries in the keystore
listTrustCertificates(char[]) - Method in interface org.apache.geronimo.management.geronimo.KeystoreInstance
Gets the aliases of all trusted certificate entries in the keystore.
lockKeystore() - Method in interface org.apache.geronimo.management.geronimo.KeystoreInstance
Clears any saved password, meaning this keystore cannot be used by other server components.
lockPrivateKey(String) - Method in interface org.apache.geronimo.management.geronimo.KeystoreInstance
Clears any saved password for the specified private key, meaning this key cannot be used for a socket factory by other server components.

M

MAX_SEARCH_RESULTS - Static variable in interface org.apache.geronimo.management.geronimo.Log
The most search lines that will ever be returned, no matter what you ask for.
MessageDrivenBean - interface org.apache.geronimo.management.MessageDrivenBean.
Represents the JSR-77 type with the same name

N

NetworkConnector - interface org.apache.geronimo.management.geronimo.NetworkConnector.
Base management interface for a network connector used to handle some protocol in order to talk to some part of the Geronimo server.
NetworkContainer - interface org.apache.geronimo.management.geronimo.NetworkContainer.
Basic operations for a network container.
NetworkManager - interface org.apache.geronimo.management.geronimo.NetworkManager.
Base management interface for a network technology with associated containers and connectors.

O

org.apache.geronimo.management - package org.apache.geronimo.management
 
org.apache.geronimo.management.geronimo - package org.apache.geronimo.management.geronimo
 
org.apache.geronimo.management.geronimo.stats - package org.apache.geronimo.management.geronimo.stats
 
org.apache.geronimo.management.stats - package org.apache.geronimo.management.stats
 

P

PROTOCOL_AJP - Static variable in interface org.apache.geronimo.management.geronimo.WebManager
 
PROTOCOL_HTTP - Static variable in interface org.apache.geronimo.management.geronimo.EJBManager
 
PROTOCOL_HTTP - Static variable in interface org.apache.geronimo.management.geronimo.WebManager
 
PROTOCOL_HTTPS - Static variable in interface org.apache.geronimo.management.geronimo.EJBManager
 
PROTOCOL_HTTPS - Static variable in interface org.apache.geronimo.management.geronimo.WebManager
 
PROTOCOL_HTTP_SOAP - Static variable in interface org.apache.geronimo.management.geronimo.EJBManager
 
PROTOCOL_IIOP - Static variable in interface org.apache.geronimo.management.geronimo.EJBManager
 
PROTOCOL_RMI - Static variable in interface org.apache.geronimo.management.geronimo.EJBManager
 

R

RMI_IIOPResource - interface org.apache.geronimo.management.RMI_IIOPResource.
Represents the JSR-77 type with the same name
RangeStatisticImpl - class org.apache.geronimo.management.stats.RangeStatisticImpl.
 
RangeStatisticImpl(String, String, String) - Constructor for class org.apache.geronimo.management.stats.RangeStatisticImpl
 
RangeStatisticImpl(String, String, String, long) - Constructor for class org.apache.geronimo.management.stats.RangeStatisticImpl
 
ResourceAdapter - interface org.apache.geronimo.management.ResourceAdapter.
Represents the JSR-77 type with the same name
ResourceAdapter - interface org.apache.geronimo.management.geronimo.ResourceAdapter.
 
ResourceAdapterModule - interface org.apache.geronimo.management.ResourceAdapterModule.
Represents the JSR-77 type with the same name
ResourceAdapterModule - interface org.apache.geronimo.management.geronimo.ResourceAdapterModule.
 
removeConnector(AbstractName) - Method in interface org.apache.geronimo.management.geronimo.NetworkManager
Removes a connector.
removeStat(String) - Method in class org.apache.geronimo.management.stats.StatsImpl
Used when the available statistics are dynamic (e.g.

S

SECURE_PROTOCOL_TYPE_SSL - Static variable in interface org.apache.geronimo.management.geronimo.SecureConnector
 
SECURE_PROTOCOL_TYPE_TLS - Static variable in interface org.apache.geronimo.management.geronimo.SecureConnector
 
SecureConnector - interface org.apache.geronimo.management.geronimo.SecureConnector.
Common configuration settings for connectors that use SSL/TLS to conduct secure communications with clients.
SecurityRealm - interface org.apache.geronimo.management.geronimo.SecurityRealm.
A security realm in the server.
Servlet - interface org.apache.geronimo.management.Servlet.
Represents the JSR-77 type with the same name
SessionBean - interface org.apache.geronimo.management.SessionBean.
Represents the JSR-77 type with the same name
StatefulSessionBean - interface org.apache.geronimo.management.StatefulSessionBean.
Represents the JSR-77 type with the same name
StatelessSessionBean - interface org.apache.geronimo.management.StatelessSessionBean.
Represents the JSR-77 type with the same name
StatisticImpl - class org.apache.geronimo.management.stats.StatisticImpl.
Implementation of the JSR-77 Statistic interface (JSR77.6.4)
StatisticImpl(String, String, String) - Constructor for class org.apache.geronimo.management.stats.StatisticImpl
 
StatisticsProvider - interface org.apache.geronimo.management.StatisticsProvider.
This is a representation of the StatisticsProvider type defined in the J2EE Management specification.
StatsImpl - class org.apache.geronimo.management.stats.StatsImpl.
Geronimo implementation of the JSR-77 Stats interface.
StatsImpl() - Constructor for class org.apache.geronimo.management.stats.StatsImpl
 
setAcceptQueueSize(int) - Method in interface org.apache.geronimo.management.geronimo.WebConnector
Sets the maximum number of connections that may be queued while all threads are busy.
setAlgorithm(String) - Method in interface org.apache.geronimo.management.geronimo.SecureConnector
Sets the certificate algorithm used to access the keystore.
setBounds(long) - Method in class org.apache.geronimo.management.stats.BoundaryStatisticImpl
 
setBounds(long, long) - Method in class org.apache.geronimo.management.stats.BoundaryStatisticImpl
 
setBounds(long, long) - Method in class org.apache.geronimo.management.stats.BoundedRangeImpl
 
setBufferSizeBytes(int) - Method in interface org.apache.geronimo.management.geronimo.WebConnector
Gets the size of the buffer used to handle network data for this connector.
setClientAuthRequired(boolean) - Method in interface org.apache.geronimo.management.geronimo.SecureConnector
Checks whether clients are required to authenticate using client certificates in order to connect using this connector.
setConfigProperty(String, Object) - Method in interface org.apache.geronimo.management.geronimo.JCAAdminObject
 
setConfigProperty(String, Object) - Method in interface org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory
 
setCount(long) - Method in class org.apache.geronimo.management.stats.CountStatisticImpl
 
setCount(long) - Method in class org.apache.geronimo.management.stats.TimeStatisticImpl
 
setCurrent(long) - Method in class org.apache.geronimo.management.stats.BoundedRangeImpl
 
setCurrent(long) - Method in class org.apache.geronimo.management.stats.RangeStatisticImpl
 
setExpiredLoginScanIntervalMillis(int) - Method in interface org.apache.geronimo.management.geronimo.LoginService
 
setHighWaterMark(long) - Method in class org.apache.geronimo.management.stats.RangeStatisticImpl
 
setHost(String) - Method in interface org.apache.geronimo.management.geronimo.NetworkConnector
Sets the hostname/IP that this connector listens on.
setKeystoreFileName(String) - Method in interface org.apache.geronimo.management.geronimo.SecureConnector
Sets the name of the keystore file that holds the server certificate (and by default, the trusted CA certificates used for client certificate authentication).
setKeystorePassword(String) - Method in interface org.apache.geronimo.management.geronimo.SecureConnector
Sets the password used to access the keystore, and by default, used to access the server private key inside the keystore.
setKeystoreType(String) - Method in interface org.apache.geronimo.management.geronimo.SecureConnector
Sets the format of the entries in the keystore.
setLastSampleTime(long) - Method in class org.apache.geronimo.management.stats.StatisticImpl
 
setLastSampleTime() - Method in class org.apache.geronimo.management.stats.StatisticImpl
 
setLingerMillis(int) - Method in interface org.apache.geronimo.management.geronimo.WebConnector
Sets the amount of time the socket used by this connector will linger after being closed.
setLowWaterMark(long) - Method in class org.apache.geronimo.management.stats.RangeStatisticImpl
 
setLowerBound(long) - Method in class org.apache.geronimo.management.stats.BoundaryStatisticImpl
 
setLowerBound(long) - Method in class org.apache.geronimo.management.stats.BoundedRangeImpl
 
setMaxLoginDurationMillis(int) - Method in interface org.apache.geronimo.management.geronimo.LoginService
 
setMaxThreads(int) - Method in interface org.apache.geronimo.management.geronimo.WebConnector
Sets the maximum number of threads used to service connections from this connector.
setMaxTime(long) - Method in class org.apache.geronimo.management.stats.TimeStatisticImpl
 
setMinTime(long) - Method in class org.apache.geronimo.management.stats.TimeStatisticImpl
 
setPort(int) - Method in interface org.apache.geronimo.management.geronimo.NetworkConnector
Sets the network port that this connector listens on.
setRealms(Collection) - Method in interface org.apache.geronimo.management.geronimo.LoginService
 
setRedirectPort(int) - Method in interface org.apache.geronimo.management.geronimo.WebConnector
Gets the network port to which traffic will be redirected if this connector handles insecure traffic and the request requires a secure connection.
setSecureProtocol(String) - Method in interface org.apache.geronimo.management.geronimo.SecureConnector
Gets the protocol used for secure communication.
setStartTime() - Method in class org.apache.geronimo.management.stats.StatisticImpl
 
setStartTime(long) - Method in class org.apache.geronimo.management.stats.StatisticImpl
 
setTcpNoDelay(boolean) - Method in interface org.apache.geronimo.management.geronimo.WebConnector
Sets whether the TCP_NODELAY flag is set for the sockets used by this connector.
setTotalTime(long) - Method in class org.apache.geronimo.management.stats.TimeStatisticImpl
 
setUpperBound(long) - Method in class org.apache.geronimo.management.stats.BoundaryStatisticImpl
 
setUpperBound(long) - Method in class org.apache.geronimo.management.stats.BoundedRangeImpl
 

T

ThreadPoolStats - interface org.apache.geronimo.management.geronimo.stats.ThreadPoolStats.
Statistics expected for a Thread Pool implementation
TimeStatisticImpl - class org.apache.geronimo.management.stats.TimeStatisticImpl.
 
TimeStatisticImpl(String, String, String) - Constructor for class org.apache.geronimo.management.stats.TimeStatisticImpl
 

U

UNIT_COUNT - Static variable in class org.apache.geronimo.management.stats.StatisticImpl
 
UNIT_MEMORY_BYTES - Static variable in class org.apache.geronimo.management.stats.StatisticImpl
 
UNIT_MEMORY_GIGABYTES - Static variable in class org.apache.geronimo.management.stats.StatisticImpl
 
UNIT_MEMORY_KILOBYTES - Static variable in class org.apache.geronimo.management.stats.StatisticImpl
 
UNIT_MEMORY_MEGABYTES - Static variable in class org.apache.geronimo.management.stats.StatisticImpl
 
UNIT_TIME_HOUR - Static variable in class org.apache.geronimo.management.stats.StatisticImpl
 
UNIT_TIME_MICROSECOND - Static variable in class org.apache.geronimo.management.stats.StatisticImpl
 
UNIT_TIME_MILLISECOND - Static variable in class org.apache.geronimo.management.stats.StatisticImpl
 
UNIT_TIME_MINUTE - Static variable in class org.apache.geronimo.management.stats.StatisticImpl
 
UNIT_TIME_NANOSECOND - Static variable in class org.apache.geronimo.management.stats.StatisticImpl
 
UNIT_TIME_SECOND - Static variable in class org.apache.geronimo.management.stats.StatisticImpl
 
URLResource - interface org.apache.geronimo.management.URLResource.
Represents the JSR-77 type with the same name
unlockKeystore(char[]) - Method in interface org.apache.geronimo.management.geronimo.KeystoreInstance
Saves a password to access the keystore as a whole.
unlockPrivateKey(String, char[]) - Method in interface org.apache.geronimo.management.geronimo.KeystoreInstance
Saves a password to access a private key.

W

WebAccessLog - interface org.apache.geronimo.management.geronimo.WebAccessLog.
A web container access log manager.
WebConnector - interface org.apache.geronimo.management.geronimo.WebConnector.
The common configuration settings for a web container network connector -- that is, the protocol and network settings used to connect to the web container (with a variety of tuning arguments as well).
WebContainer - interface org.apache.geronimo.management.geronimo.WebContainer.
The common configuration settings for a web container (currently, Tomcat or Jetty).
WebContainerStats - interface org.apache.geronimo.management.geronimo.stats.WebContainerStats.
Statistics exposed by a web container (for the container as a whole, not a particular servlet/JSP/URL).
WebManager - interface org.apache.geronimo.management.geronimo.WebManager.
Specialization of NetworkManager for web containers.
WebModule - interface org.apache.geronimo.management.WebModule.
Represents the JSR-77 type with the same name
WebModule - interface org.apache.geronimo.management.geronimo.WebModule.
Geronimo extension to the standard JSR-77 WebModule type.

A B C E G I J K L M N O P R S T U W

Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.