|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This bean is represents a NodeManager that is associated with a machine.
| Field Summary | |
static long |
CACHING_STUB_SVUID
Description of the Field |
| Fields inherited from class weblogic.management.configuration.ConfigurationMBean |
CACHING_STUB_SVUID |
| Method Summary | |
java.lang.String |
getCertificate()
The certificate file to use for secure communications with NodeManager. |
java.lang.String |
getCertificatePassword()
The certificate password used for secure communications with NodeManager. |
java.lang.String |
getCertificateType()
The certificate type used for secure communications with the NodeManager |
java.io.Reader |
getErrorLog(ServerStartMBean serverStartBean)
Returns the error log of a perticular server. |
java.lang.String |
getListenAddress()
The address on which NodeManager listens for connections. |
int |
getListenPort()
Returns the listen port of the NodeManager |
java.io.Reader |
getLogs()
Returns the logs of the Node Manager. |
java.io.Reader |
getOutputLog(ServerStartMBean serverStartBean)
Returns the output log of a particular server. |
java.lang.String |
getTrustedCertsFile()
The trusted certs file password to use for secure communication with NodeManager. |
boolean |
isDebugEnabled()
Whether or not communication with this NodeManager needs to be debugged. |
void |
setCertificate(java.lang.String certificate)
Sets the certificate attribute of the NodeManagerMBean object |
void |
setCertificatePassword(java.lang.String certificatePassword)
Sets the certificatePassword attribute of the NodeManagerMBean object |
void |
setCertificateType(java.lang.String certificateType)
Sets the certificateType attribute of the NodeManagerMBean object |
void |
setDebugEnabled(boolean enable)
Set the DebugEnabled value |
void |
setListenAddress(java.lang.String address)
Sets the listenAddress attribute of the NodeManagerMBean object |
void |
setListenPort(int port)
The TCP port on which NodeManager listens. |
void |
setSSLEnabled(boolean enable)
Set the SSLEnabled value |
void |
setTrustedCertsFile(java.lang.String trustedCertsFile)
Sets the trustedCertsFile attribute of the NodeManagerMBean object |
| Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
freezeCurrentValue,
getNotes,
restoreDefaultValue,
setComments,
setDefaultedMBean,
setNotes,
setPersistenceEnabled |
| Methods inherited from interface weblogic.management.WebLogicMBean |
getMBeanInfo,
getName,
getObjectName,
getParent,
getType,
isCachingDisabled,
isRegistered,
setName,
setParent |
| Methods inherited from interface javax.management.DynamicMBean |
getAttribute,
getAttributes,
invoke,
setAttribute,
setAttributes |
| Methods inherited from interface javax.management.MBeanRegistration |
postDeregister,
postRegister,
preRegister |
| Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener,
getNotificationInfo,
removeNotificationListener |
| Field Detail |
public static final long CACHING_STUB_SVUID
| Method Detail |
public java.lang.String getListenAddress()
public void setListenAddress(java.lang.String address)
throws javax.management.InvalidAttributeValueException
address - The new listenAddress valuepublic int getListenPort()
public void setListenPort(int port)
port - The new listenPort valuepublic void setSSLEnabled(boolean enable)
enable - The new sSLEnabled valuepublic java.lang.String getCertificate()
public void setCertificate(java.lang.String certificate)
throws javax.management.InvalidAttributeValueException
certificate - The new certificate valuepublic java.lang.String getCertificateType()
public void setCertificateType(java.lang.String certificateType)
throws javax.management.InvalidAttributeValueException
certificateType - The new certificateType valuepublic java.lang.String getCertificatePassword()
public void setCertificatePassword(java.lang.String certificatePassword)
throws javax.management.InvalidAttributeValueException
certificatePassword - The new certificatePassword valuepublic java.lang.String getTrustedCertsFile()
public void setTrustedCertsFile(java.lang.String trustedCertsFile)
throws javax.management.InvalidAttributeValueException
trustedCertsFile - The new trustedCertsFile valuepublic java.io.Reader getLogs()
public java.io.Reader getOutputLog(ServerStartMBean serverStartBean)
serverStartBean - Description of the Parameterpublic java.io.Reader getErrorLog(ServerStartMBean serverStartBean)
serverStartBean - Description of the Parameterpublic boolean isDebugEnabled()
public void setDebugEnabled(boolean enable)
enable - The new debugEnabled value
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81b |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||