|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.modeler.BaseModelMBean
org.apache.catalina.mbeans.ClassNameMBean
org.apache.catalina.mbeans.ConnectorMBean
A ModelMBean implementation for the
org.apache.coyote.tomcat4.CoyoteConnector
component.
Field Summary |
Fields inherited from class org.apache.commons.modeler.BaseModelMBean |
attributeBroadcaster, attributes, generalBroadcaster, info, oname, registry, resource, resourceType, source |
Constructor Summary | |
ConnectorMBean()
Construct a ModelMBean with default
ModelMBeanInfo information. |
Method Summary | |
java.lang.String |
getClientAuth()
Return Client authentication info |
java.lang.String |
getKeystoreFile()
Return keystoreFile |
java.lang.String |
getKeystorePass()
Return keystorePass |
void |
setClientAuth(java.lang.String clientAuth)
Set Client authentication info |
void |
setKeystoreFile(java.lang.String keystoreFile)
Set keystoreFile |
void |
setKeystorePass(java.lang.String keystorePass)
Set keystorePass |
Methods inherited from class org.apache.catalina.mbeans.ClassNameMBean |
getClassName |
Methods inherited from class org.apache.commons.modeler.BaseModelMBean |
addAttributeChangeNotificationListener, addNotificationListener, createDefaultModelMBeanInfo, createResource, getAttribute, getAttributes, getManagedResource, getMBeanInfo, getModelerType, getNotificationInfo, getObjectName, getRegistry, initModelInfo, invoke, isModelMBeanInfoValid, load, postDeregister, postRegister, preDeregister, preRegister, removeAttributeChangeNotificationListener, removeAttributeChangeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, sendAttributeChangeNotification, sendAttributeChangeNotification, sendNotification, sendNotification, setAttribute, setAttributes, setManagedResource, setModeledType, setModelMBeanInfo, setRegistry, store, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ConnectorMBean() throws javax.management.MBeanException, javax.management.RuntimeOperationsException
ModelMBean
with default
ModelMBeanInfo
information.
javax.management.MBeanException
- if the initializer of an object
throws an exception
javax.management.RuntimeOperationsException
- if an IllegalArgumentException
occursMethod Detail |
public java.lang.String getClientAuth() throws java.lang.Exception
java.lang.Exception
- if an MBean cannot be created or registeredpublic void setClientAuth(java.lang.String clientAuth) throws java.lang.Exception
java.lang.Exception
- if an MBean cannot be created or registeredpublic java.lang.String getKeystoreFile() throws java.lang.Exception
java.lang.Exception
- if an MBean cannot be created or registeredpublic void setKeystoreFile(java.lang.String keystoreFile) throws java.lang.Exception
java.lang.Exception
- if an MBean cannot be created or registeredpublic java.lang.String getKeystorePass() throws java.lang.Exception
java.lang.Exception
- if an MBean cannot be created or registeredpublic void setKeystorePass(java.lang.String keystorePass) throws java.lang.Exception
java.lang.Exception
- if an MBean cannot be created or registered
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |