public interface SystemComponentMBean extends ManagedExternalServerMBean
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method and Description | 
|---|---|
| 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(String type)Set the system component type | 
| void | setName(String name)Set the value of the Name attribute. | 
getAutoRestart, getMachine, getName, getNMSocketCreateTimeoutInMillis, getRestartDelaySeconds, getRestartIntervalSeconds, getRestartMax, setAutoRestart, setMachine, setNMSocketCreateTimeoutInMillis, setRestartDelaySeconds, setRestartIntervalSeconds, setRestartMaxfreezeCurrentValue, getId, getInheritedProperties, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, unSetgetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenervoid setName(String name) throws InvalidAttributeValueException, ManagementException
Set the value of the Name attribute.
setName in interface ConfigurationMBeansetName in interface ManagedExternalServerMBeansetName in interface WebLogicMBeanname - The new name valueInvalidAttributeValueExceptionManagementExceptionManagedExternalServerMBean.getName()String getComponentType()
void setComponentType(String type)
type - the component typeSystemComponentStartMBean getSystemComponentStart()
Returns the SystemComponentStartMBean that can be used to start up this system component server remotely.