| org.apache.geronimo.pool.GeronimoExecutor
All known Subclasses: org.apache.geronimo.pool.ThreadPool,
GeronimoExecutor | public interface GeronimoExecutor extends Executor,org.apache.geronimo.system.threads.ThreadPool(Code) | | A Geronimo-specific extension that contributes a little extra manageability
to the standard Executor interface.
version: $Rev: 520573 $ $Date: 2007-03-20 13:48:26 -0700 (Tue, 20 Mar 2007) $ |
getName | String getName()(Code) | | Gets a human-readable name identifying this object.
|
getObjectName | String getObjectName()(Code) | | Gets the unique name of this object. The object name must comply with
the ObjectName specification in the JMX specification.
the unique name of this object within the server |
|
|