Package com.sun.management.oss

This package is the standard javax.oss package ported into the J2SE environment.

See:
          Description

Interface Summary
ApplicationContext The ApplicationContext interface contains the URL and other system properties required to set up an initial connection with the JNDI provider into which the components in charge of that managed entity are registered.
AttributeAccess Base interface from which all Value objects must be derived.
Event This is the base interface for an event object in a JMS ObjectMessage payload.
EventPropertyDescriptor The EventPropertyDescriptor is used to document and specify the filterable properties of an event.
JVTSession Every JVT<ApplicationType>Session Bean interface must derive from the following base session interface.
ManagedEntityKey A ManagedEntityKey is a unique identifier for a ManagedEntityValue.
ManagedEntityKeyResult A base interface for every application specific <ManagedEntity>KeyResult interface.
ManagedEntityKeyResultIterator Base interface for application specific <ManagedEntity>KeyResultIterator.
ManagedEntityValue The ManagedEntityValue interface is the base interface for all more detailed interfaces which represent any kind of object that is to be managed.
ManagedEntityValueIterator Base ManagedEntityValue iterator.
MultiValueList Base interface for all MultiValueList attributes.
QueryValue Base interface from which each application specific QueryValue type must be derived.
Serializer Base interface for all Serializers.
SerializerFactory A Factory for the creation of different types of serializers according to different encoding styles.
XmlSerializer XML Serializer for marshalling and unmarshalling a Java object to and from XML.
XmlSerializerEncodingStyles A base EncodingStyles enumeration describing the DEFAULT and supported encoding styles associated with the XmlSerializer.
 

Exception Summary
CreateException Similar to javax.ejb.CreateException, except this is independant from J2EE.
DuplicateKeyException Similar to javax.ejb.DuplicateKeyException, except this is independant from J2EE.
FinderException Similar to javax.ejb.FinderException, except this is independant from J2EE.
IllegalAttributeValueException Similar to com.sun.management.oss.IllegalArgumentException, except it specifically refers to a bad value associated with an attribute name within an AttributeAccess object.
ObjectNotFoundException Similar to javax.ejb.ObjectNotFoundException, except this is independant from J2EE.
RemoveException Similar to javax.ejb.RemoveException, except this is independant from J2EE This exception is thrown if the object cannot be removed.
ResyncRequiredException This exception is thrown if a an update method (remote) contains a stale value object.
SetException Indicates that there was a problem with a remote call to set the value of a Managed Entity.
UnsupportedAttributeException This exception is thrown for operations affecting unsupported attributes.
UnsupportedOperationException Similar to java.lang.UnsupportedOperationException, except this inherits from Exception, not RuntimeException.
 

Package com.sun.management.oss Description

This package is the standard javax.oss package ported into the J2SE environment.

Overview

Every references/inheritance  to/from J2EE specific (EJB, JMS...) have been removed from the original package.