ConfigurationMBean, DescriptorBean, javax.management.DynamicMBean, ManagedExternalServerMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, SettableBean, WebLogicMBeanpublic interface SystemComponentMBean extends ManagedExternalServerMBean
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
getComponentType() | 
 Get the system component type
 Examples of types may include "OHS", "Coherence". 
 | 
SystemComponentStartMBean | 
getSystemComponentStart() | 
 
 Returns the SystemComponentStartMBean that can be used to start up 
 this system component server remotely. 
 | 
void | 
setComponentType(java.lang.String type) | 
 Set the system component type 
 | 
void | 
setName(java.lang.String name) | 
 Set the value of the Name attribute. 
 | 
freezeCurrentValue, getId, getInheritedProperties, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, unSetaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenergetAttribute, getAttributes, invoke, setAttribute, setAttributesgetAutoRestart, getMachine, getName, getNMSocketCreateTimeoutInMillis, getRestartDelaySeconds, getRestartIntervalSeconds, getRestartMax, setAutoRestart, setMachine, setNMSocketCreateTimeoutInMillis, setRestartDelaySeconds, setRestartIntervalSeconds, setRestartMaxpostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenergetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentvoid setName(java.lang.String name)
      throws javax.management.InvalidAttributeValueException,
             ManagementException
Set the value of the Name attribute.
setName in interface ConfigurationMBeansetName in interface ManagedExternalServerMBeansetName in interface WebLogicMBeanname - The new name valuejavax.management.InvalidAttributeValueExceptionManagementExceptionManagedExternalServerMBean.getName()java.lang.String getComponentType()
void setComponentType(java.lang.String type)
type - the component typeSystemComponentStartMBean getSystemComponentStart()
Returns the SystemComponentStartMBean that can be used to start up this system component server remotely.