public interface SingletonServiceAppScopedMBean extends SingletonServiceBaseMBean, SubDeploymentMBean
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method and 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.
|
getAdditionalMigrationAttempts, getHostingServer, getMillisToSleepBetweenAttempts, getUserPreferredServer, setAdditionalMigrationAttempts, setHostingServer, setMillisToSleepBetweenAttempts, setUserPreferredServer
createSubDeployment, destroySubDeployment, getName, getSubDeployments, isUntargeted, lookupSubDeployment, setUntargeted
addTarget, getCompatibilityName, getModuleType, getTargets, removeTarget, setCompatibilityName, setModuleType, setName, setTargets
addTag, freezeCurrentValue, getComments, getId, getInheritedProperties, getNotes, getTags, isDefaultedMBean, isDynamicallyCreated, isInherited, isPersistenceEnabled, isSet, removeTag, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, setTags, touch, unSet
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener
java.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.InvalidAttributeValueException
SingletonServiceAppScopedMBean.getClassName()