ConfigurationMBean, DescriptorBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, SettableBean, SingletonServiceBaseMBean, SubDeploymentMBean, TargetInfoMBean, WebLogicMBeanpublic interface SingletonServiceAppScopedMBean extends SingletonServiceBaseMBean, SubDeploymentMBean
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getClassName() | The fully qualified name of a class to load and run. | 
| void | setClassName(java.lang.String className) | Sets the value of the className attribute. | 
freezeCurrentValue, getId, getInheritedProperties, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, unSetaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenergetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenergetAdditionalMigrationAttempts, getHostingServer, getMillisToSleepBetweenAttempts, getUserPreferredServer, setAdditionalMigrationAttempts, setMillisToSleepBetweenAttempts, setUserPreferredServergetName, getSubDeployments, lookupSubDeploymentaddTarget, getCompatibilityName, getTargets, removeTarget, setCompatibilityName, setModuleType, setName, setTargetsgetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentjava.lang.String getClassName()
The fully qualified name of a class to load and run. The class must be on the server's classpath.
For example, mycompany.mypackage.myclass
void setClassName(java.lang.String className)
           throws javax.management.InvalidAttributeValueException
Sets the value of the className attribute.
className - The new className valuejavax.management.InvalidAttributeValueExceptiongetClassName()