Uses of Interface
com.sun.management.oss.SerializerFactory

Packages that use SerializerFactory
com.sun.management.oss This package is the standard javax.oss package ported into the J2SE environment. 
com.sun.management.oss.impl This package contains the implementations of the interfaces defined in the com.sun.management.oss package. 
com.sun.management.oss.impl.pm.measurement This package contains the implementations of the interfaces defined in the com.sun.management.oss.pm.measurement package. 
com.sun.management.oss.impl.pm.opstatus This package contains the implementations of the interfaces defined in the com.sun.management.oss.pm.opstatus package. 
com.sun.management.oss.impl.util This package contains the implementations of the interfaces defined in the com.sun.management.oss.util package. 
com.sun.management.oss.pm.measurement This package is the standard javax.oss.pm.measurement package ported into the J2SE/JMX environment.  
com.sun.management.oss.pm.opstatus This package refers to systems capabilities to read operational status of observed managed object(s) (MBeans) and to produce status reports when status changes occur. 
com.sun.management.oss.util This package is the standard javax.oss.util package ported into the J2SE environment.  
 

Uses of SerializerFactory in com.sun.management.oss
 

Subinterfaces of SerializerFactory in com.sun.management.oss
 interface Event
          This is the base interface for an event object in a JMS ObjectMessage payload.
 interface ManagedEntityKey
          A ManagedEntityKey is a unique identifier for a ManagedEntityValue.
 interface ManagedEntityValue
          The ManagedEntityValue interface is the base interface for all more detailed interfaces which represent any kind of object that is to be managed.
 interface QueryValue
          Base interface from which each application specific QueryValue type must be derived.
 

Uses of SerializerFactory in com.sun.management.oss.impl
 

Classes in com.sun.management.oss.impl that implement SerializerFactory
 class AttributeAccessImpl
          Implemtation of AttributeAccess.
 class ManagedEntityKeyImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class ManagedEntityValueImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class QueryValueImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 

Uses of SerializerFactory in com.sun.management.oss.impl.pm.measurement
 

Classes in com.sun.management.oss.impl.pm.measurement that implement SerializerFactory
 class CurrentResultReportImpl
          Title: com.ericsson.oss Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson Radio Systems AB
 class PerformanceAttributeDescriptorImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright (c) 2001 Company: Ericsson
 class PerformanceDataAvailableEventImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class PerformanceDataEventImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class PerformanceMonitorByClassesValueImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class PerformanceMonitorByObjectsValueImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class PerformanceMonitorKeyImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class PerformanceMonitorKeyResultImpl
          Title: com.ericsson.oss Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson Radio Systems AB
 class PerformanceMonitorValueImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class PmIRPEventImpl
          Title: Description: Copyright: Copyright (c) 2002, Company: Ericsson AB
 class PmManagedEntityValueImpl
          Title: Description: Copyright: Copyright (c) 2002 Company:
 class PmQueryValueImpl
          Title: Description: Copyright: Copyright (c) 2002 Company:
 class QueryPerformanceMonitorValueImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class ReportFormatImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 

Uses of SerializerFactory in com.sun.management.oss.impl.pm.opstatus
 

Classes in com.sun.management.oss.impl.pm.opstatus that implement SerializerFactory
 class OperationalStatusAttributeDescriptorImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright (c) 2001 Company: Ericsson
 class OperationalStatusDataAvailableEventImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class OperationalStatusDataEventImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class OperationalStatusMonitorByClassesValueImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class OperationalStatusMonitorByObjectsValueImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class OperationalStatusMonitorKeyImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class OperationalStatusMonitorKeyResultImpl
          Title: com.ericsson.oss Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson Radio Systems AB
 class OperationalStatusMonitorValueImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class QueryByDNValueImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class QueryOperationalStatusMonitorValueImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 

Uses of SerializerFactory in com.sun.management.oss.impl.util
 

Classes in com.sun.management.oss.impl.util that implement SerializerFactory
 class IRPEventImpl
          IRPEvent implementation.
 

Uses of SerializerFactory in com.sun.management.oss.pm.measurement
 

Subinterfaces of SerializerFactory in com.sun.management.oss.pm.measurement
 interface CurrentResultReport
          This interface represents report of the current values of a measurement job.
 interface PerformanceAttributeDescriptor
          Represent a measurement attribute that can be monitored in the observable object class.
 interface PerformanceDataAvailableEvent
          This interface represents the payload of the event that is sent when a measurement report file has been created.
 interface PerformanceDataEvent
          The performance data event defines the payload of the events that contains measurement reports.
 interface PerformanceMonitorByClassesValue
          This interface is the value representation of a measurement job that monitor a set of specified attributes on a set of observable object classes.
 interface PerformanceMonitorByObjectsValue
          This interface is the value representation of a measurement job that monitor a set of specified attributes on a set of observable object instances.
 interface PerformanceMonitorKey
          This interface is the primary key of a performance monitor instance.
 interface PerformanceMonitorKeyResult
          This interface encapsulates all the information necessary to indicate the result of a BEST EFFORT operation on a specific measurement job.
 interface PerformanceMonitorValue
          This interface is the base value representation of a measurement job.
 interface QueryPerformanceMonitorValue
          This interface represents the attributes of a measurement job that can be used to make queries for measurement jobs.
 interface ReportFormat
          This interface represent the format of the measurements reports.
 

Uses of SerializerFactory in com.sun.management.oss.pm.opstatus
 

Subinterfaces of SerializerFactory in com.sun.management.oss.pm.opstatus
 interface OperationalStatusAttributeDescriptor
          Represent a measurement attribute that can be monitored in the observable object class.
 interface OperationalStatusDataAvailableEvent
          This interface represents the payload of the event that is sent when a measurement report file has been created.
 interface OperationalStatusDataEvent
          The performance data event defines the payload of the events that contains measurement reports.
 interface OperationalStatusMonitorByClassesValue
          This interface is the value representation of a measurement job that monitor a set of specified attributes on a set of observable object classes.
 interface OperationalStatusMonitorByObjectsValue
          This interface is the value representation of a measurement job that monitor a set of specified attributes on a set of observable object instances.
 interface OperationalStatusMonitorKey
          This interface is the primary key of a performance monitor instance.
 interface OperationalStatusMonitorKeyResult
          This interface encapsulates all the information necessary to indicate the result of a BEST EFFORT operation on a specific measurement job.
 interface OperationalStatusMonitorValue
          This interface is the base value representation of a measurement job.
 interface QueryByDNValue
          This interface is used to query for measurement jobs by specifying distinguished names.
 interface QueryOperationalStatusMonitorValue
          This interface represents the attributes of a measurement job that can be used to make queries for measurement jobs.
 

Uses of SerializerFactory in com.sun.management.oss.util
 

Subinterfaces of SerializerFactory in com.sun.management.oss.util
 interface IRPEvent
          Interface that represents aspects of the 3GPP IRP notification header that are not present in the OSS Event interface.