Package com.sun.jaw.reference.common

Defines common interfaces and classes.

See:
          Description

Interface Summary
MBeanAction A MBeanAction describes a particular action that an m-bean supports for external access from other components.
MBeanIndexedProperty An MBeanIndexedProperty describes a property that acts like an array and has an indexed read and/or indexed write method to access specific elements of the array.
MBeanInfo Provide information about an m-bean.
MBeanProperty A MBeanProperty describes one property that a m-bean exports via a pair of accessor methods.
RelationIf Defining Relationships The relationship service enables relationships between m-beans to be defined when they are required.
 

Class Summary
Debug This class provides methods for printing debug messages or logging them to a file.
Enumerated This class is used for implementing enumerated values.
FrameworkEventMO The c-bean interface of the FrameworkEvent m-bean.
JawStaticMethodPermission This class is for public static methods permissions.
LoaderRepository The class is a repository for all the class loaders that can run inside a JDMK agent or it associated clients.
MBeanIntrospector The MBeanIntrospector class provides a way to learn about the properties and actions supported by an m-bean.
Modification This class is used for representing a modification for a property.
ModificationList This class is used for representing a couple (property, value).
NamedObject This class is used for storing a couple (name, object) where name is an object name and object is a reference to the object.
ObjectInputStreamWithLoader The class deserializes an object in the context of a specific class loader.
ObjectName This class is used for representing an object name.
PatternName This class is used for storing the names of some patterns used by the Common Management Framework.
Property This class is used to represent a property and its associated value.
PropertyList This class is used for representing a couple (property, value).
PropertyName This class is used for representing a property name.
ServiceName This class is used for storing the names of core services.
 

Exception Summary
CommunicationException This class represents exceptions raised due to communications problems, for example when a managed object server is out of reach.
InstanceAlreadyExistException  
InstanceNotFoundException  
InvalidPropertyValueException  
JawException This class represents exceptions emitted by JDMK.
JawRuntimeException This class represents runtime exceptions emitted by JDMK.
JawSecurityException This class represents security exceptions emitted by JDMK.
LocalException This exception is used by AdaptorMO implementations to report client-specific problems.
PropertyNotFoundException This class represents exceptions raised when a given property is not accessible.
ServiceNotFoundException This class represents exceptions raised when a requested service is not supported.
 

Package com.sun.jaw.reference.common Description

Defines common interfaces and classes.