|
||||||||||
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, generalBroadcaster, info, resource |
Constructor Summary | |
ConnectorMBean()
Construct a ModelMBean with default
ModelMBeanInfo information. |
Method Summary | |
boolean |
getClientAuth()
Return Client authentication info |
java.lang.String |
getKeystoreFile()
Return keystoreFile |
java.lang.String |
getKeystorePass()
Return keystorePass |
void |
setClientAuth(boolean 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, getAttribute, getAttributes, getManagedResource, getMBeanInfo, getNotificationInfo, invoke, isModelMBeanInfoValid, load, removeAttributeChangeNotificationListener, removeAttributeChangeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, sendAttributeChangeNotification, sendAttributeChangeNotification, sendNotification, sendNotification, setAttribute, setAttributes, setManagedResource, setModelMBeanInfo, store |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 boolean getClientAuth() throws java.lang.Exception
java.lang.Exception
- if an MBean cannot be created or registeredpublic void setClientAuth(boolean 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 |