Serialized Form


Package javax.slee

Class javax.slee.Address extends java.lang.Object implements Serializable

Serialized Fields

addressPlan

AddressPlan addressPlan

addressString

java.lang.String addressString

addressPresentation

AddressPresentation addressPresentation

addressScreening

AddressScreening addressScreening

subAddressString

java.lang.String subAddressString

addressName

java.lang.String addressName

Class javax.slee.AddressPlan extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.StreamCorruptedException
Resolve deserialisation references so that the singleton property of each enumerated object is preserved.

Throws:
java.io.StreamCorruptedException
Serialized Fields

plan

int plan

Class javax.slee.AddressPresentation extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.StreamCorruptedException
Resolve deserialisation references so that the singleton property of each enumerated object is preserved.

Throws:
java.io.StreamCorruptedException
Serialized Fields

value

int value

Class javax.slee.AddressScreening extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.StreamCorruptedException
Resolve deserialisation references so that the singleton property of each enumerated object is preserved.

Throws:
java.io.StreamCorruptedException
Serialized Fields

value

int value

Class javax.slee.ComponentID extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

vendor

java.lang.String vendor

version

java.lang.String version

componentType

java.lang.String componentType

hash

int hash

Class javax.slee.CreateException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.slee.EventTypeID extends ComponentID implements Serializable

Class javax.slee.FactoryException extends SLEEException implements Serializable

Class javax.slee.InvalidArgumentException extends java.lang.Exception implements Serializable

Class javax.slee.InvalidStateException extends java.lang.Exception implements Serializable

Class javax.slee.NoSuchObjectLocalException extends SLEEException implements Serializable

Class javax.slee.NotAttachedException extends SLEEException implements Serializable

Class javax.slee.SbbID extends ComponentID implements Serializable

Class javax.slee.ServiceID extends ComponentID implements Serializable

Class javax.slee.SLEEException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.slee.TransactionRequiredLocalException extends SLEEException implements Serializable

Class javax.slee.TransactionRolledbackLocalException extends SLEEException implements Serializable

Class javax.slee.UnrecognizedActivityException extends SLEEException implements Serializable

Serialized Fields

activity

java.lang.Object activity

Class javax.slee.UnrecognizedAlarmException extends java.lang.Exception implements Serializable

Class javax.slee.UnrecognizedComponentException extends java.lang.Exception implements Serializable

Class javax.slee.UnrecognizedEventException extends UnrecognizedComponentException implements Serializable

Class javax.slee.UnrecognizedSbbException extends UnrecognizedComponentException implements Serializable

Class javax.slee.UnrecognizedServiceException extends UnrecognizedComponentException implements Serializable


Package javax.slee.connection

Package javax.slee.facilities

Class javax.slee.facilities.AlarmLevel extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.StreamCorruptedException
Resolve deserialisation references so that the singleton property of each enumerated object is preserved.

Throws:
java.io.StreamCorruptedException
Serialized Fields

level

int level
The internal state representation of the enumerated type.

Class javax.slee.facilities.FacilityException extends SLEEException implements Serializable

Class javax.slee.facilities.Level extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.StreamCorruptedException
Deprecated. 
Resolve deserialisation references so that the singleton property of each enumerated object is preserved.

Throws:
java.io.StreamCorruptedException
Serialized Fields

level

int level
Deprecated. 
The internal state representation of the enumerated type.

Class javax.slee.facilities.NameAlreadyBoundException extends java.lang.Exception implements Serializable

Class javax.slee.facilities.NameNotBoundException extends java.lang.Exception implements Serializable

Class javax.slee.facilities.TimerOptions extends java.lang.Object implements Serializable

Serialized Fields

persistent

boolean persistent

timeout

long timeout

preserveMissed

TimerPreserveMissed preserveMissed

Class javax.slee.facilities.TimerPreserveMissed extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.StreamCorruptedException
Resolve deserialisation references so that the singleton property of each enumerated object is preserved.

Throws:
java.io.StreamCorruptedException
Serialized Fields

option

int option
The internal state representation of the enumerated type.

Class javax.slee.facilities.TraceLevel extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.StreamCorruptedException
Resolve deserialisation references so that the singleton property of each enumerated object is preserved.

Throws:
java.io.StreamCorruptedException
Serialized Fields

level

int level
The internal state representation of the enumerated type.


Package javax.slee.management

Class javax.slee.management.Alarm extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

alarmID

java.lang.String alarmID

notificationSource

NotificationSource notificationSource

alarmType

java.lang.String alarmType

instanceID

java.lang.String instanceID

level

AlarmLevel level

message

java.lang.String message

timestamp

long timestamp

Class javax.slee.management.AlarmDuplicateFilter extends java.lang.Object implements Serializable

Serialized Fields

period

long period

knownAlarms

java.util.HashMap<K,V> knownAlarms

Class javax.slee.management.AlarmLevelFilter extends java.lang.Object implements Serializable

Serialized Fields

minLevel_10

Level minLevel_10

minLevel_11

AlarmLevel minLevel_11

Class javax.slee.management.AlarmNotification extends javax.management.Notification implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

alarmID

java.lang.String alarmID

notificationSource

NotificationSource notificationSource

alarmType

java.lang.String alarmType

instanceID

java.lang.String instanceID

alarmSource

java.lang.Object alarmSource

level_10

Level level_10

level_11

AlarmLevel level_11

Class javax.slee.management.AlarmThresholdFilter extends java.lang.Object implements Serializable

Serialized Fields

threshold

int threshold

period

long period

knownAlarms

java.util.HashMap<K,V> knownAlarms

Class javax.slee.management.AlreadyDeployedException extends DeploymentException implements Serializable

Class javax.slee.management.ComponentDescriptor extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

deployableUnit

DeployableUnitID deployableUnit

component

ComponentID component

source

java.lang.String source

libraries

LibraryID[] libraries

Class javax.slee.management.DependencyException extends DeploymentException implements Serializable

Class javax.slee.management.DeployableUnitDescriptor extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

id

DeployableUnitID id

deploymentDate

java.util.Date deploymentDate

components

ComponentID[] components

Class javax.slee.management.DeployableUnitID extends java.lang.Object implements Serializable

Serialized Fields

url

java.lang.String url

Class javax.slee.management.DeploymentException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.slee.management.EventTypeDescriptor extends ComponentDescriptor implements Serializable

Serialized Fields

eventClass

java.lang.String eventClass

Class javax.slee.management.InvalidLinkNameBindingStateException extends InvalidStateException implements Serializable

Class javax.slee.management.LibraryDescriptor extends ComponentDescriptor implements Serializable

Serialized Fields

libraryJars

java.lang.String[] libraryJars

Class javax.slee.management.LibraryID extends ComponentID implements Serializable

Class javax.slee.management.LinkNameAlreadyBoundException extends java.lang.Exception implements Serializable

Class javax.slee.management.ManagementException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.slee.management.PeerUnavailableException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.slee.management.ProfileTableNotification extends javax.slee.management.AbstractNotificationSource implements Serializable

Serialized Fields

profileTableName

java.lang.String profileTableName

Class javax.slee.management.ResourceAdaptorEntityAlreadyExistsException extends java.lang.Exception implements Serializable

Class javax.slee.management.ResourceAdaptorEntityNotification extends javax.slee.management.AbstractNotificationSource implements Serializable

Serialized Fields

entityName

java.lang.String entityName

Class javax.slee.management.ResourceAdaptorEntityState extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.StreamCorruptedException
Resolve deserialisation references so that the singleton property of each enumerated object is preserved.

Throws:
java.io.StreamCorruptedException
Serialized Fields

state

int state
The internal state representation of the enumerated type.

Class javax.slee.management.ResourceAdaptorEntityStateChangeNotification extends javax.management.Notification implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

entityName

java.lang.String entityName

newState

ResourceAdaptorEntityState newState

oldState

ResourceAdaptorEntityState oldState

Class javax.slee.management.SbbDescriptor extends ComponentDescriptor implements Serializable

Serialized Fields

sbbs

SbbID[] sbbs

eventTypes

EventTypeID[] eventTypes

profileSpecs

ProfileSpecificationID[] profileSpecs

addressProfileSpec

ProfileSpecificationID addressProfileSpec

raTypes

ResourceAdaptorTypeID[] raTypes

linkNames

java.lang.String[] linkNames

Class javax.slee.management.SbbNotification extends javax.slee.management.AbstractNotificationSource implements Serializable

Serialized Fields

service

ServiceID service

sbb

SbbID sbb

Class javax.slee.management.ServiceDescriptor extends ComponentDescriptor implements Serializable

Serialized Fields

rootSbb

SbbID rootSbb

addressProfileTable

java.lang.String addressProfileTable

resourceInfoProfileTable

java.lang.String resourceInfoProfileTable

Class javax.slee.management.ServiceState extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.StreamCorruptedException
Resolve deserialisation references so that the singleton property of each enumerated object is preserved.

Throws:
java.io.StreamCorruptedException
Serialized Fields

state

int state
The internal state representation of the enumerated type.

Class javax.slee.management.ServiceStateChangeNotification extends javax.management.Notification implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

service

ServiceID service

newState

ServiceState newState

oldState

ServiceState oldState

Class javax.slee.management.SleeState extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.StreamCorruptedException
Resolve deserialisation references so that the singleton property of each enumerated object is preserved.

Throws:
java.io.StreamCorruptedException
Serialized Fields

state

int state

Class javax.slee.management.SleeStateChangeNotification extends javax.management.Notification implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

newState

SleeState newState

oldState

SleeState oldState

Class javax.slee.management.SubsystemNotification extends javax.slee.management.AbstractNotificationSource implements Serializable

Serialized Fields

subsystemName

java.lang.String subsystemName

Class javax.slee.management.TraceLevelFilter extends java.lang.Object implements Serializable

Serialized Fields

minLevel_10

Level minLevel_10

minLevel_11

TraceLevel minLevel_11

Class javax.slee.management.TraceNotification extends javax.management.Notification implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

notificationSource

NotificationSource notificationSource

tracerName

java.lang.String tracerName

messageSource

java.lang.Object messageSource

level_10

Level level_10

level_11

TraceLevel level_11

Class javax.slee.management.UnrecognizedDeployableUnitException extends java.lang.Exception implements Serializable

Class javax.slee.management.UnrecognizedLinkNameException extends java.lang.Exception implements Serializable

Class javax.slee.management.UnrecognizedNotificationSourceException extends java.lang.Exception implements Serializable

Class javax.slee.management.UnrecognizedResourceAdaptorEntityException extends java.lang.Exception implements Serializable

Class javax.slee.management.UnrecognizedResourceAdaptorException extends UnrecognizedComponentException implements Serializable

Class javax.slee.management.UnrecognizedSubsystemException extends java.lang.Exception implements Serializable

Class javax.slee.management.UsageParameterSetNameAlreadyExistsException extends java.lang.Exception implements Serializable


Package javax.slee.profile

Class javax.slee.profile.AttributeNotIndexedException extends java.lang.Exception implements Serializable

Class javax.slee.profile.AttributeTypeMismatchException extends java.lang.Exception implements Serializable

Class javax.slee.profile.ProfileAlreadyExistsException extends java.lang.Exception implements Serializable

Class javax.slee.profile.ProfileID extends java.lang.Object implements Serializable

Serialized Fields

profileTableName

java.lang.String profileTableName

profileName

java.lang.String profileName

Class javax.slee.profile.ProfileImplementationException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.slee.profile.ProfileSpecificationDescriptor extends ComponentDescriptor implements Serializable

Serialized Fields

profileSpecs

ProfileSpecificationID[] profileSpecs

cmpInterface

java.lang.String cmpInterface

Class javax.slee.profile.ProfileSpecificationID extends ComponentID implements Serializable

Class javax.slee.profile.ProfileTableAlreadyExistsException extends java.lang.Exception implements Serializable

Class javax.slee.profile.ProfileVerificationException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.slee.profile.ReadOnlyProfileException extends java.lang.RuntimeException implements Serializable

Class javax.slee.profile.UnrecognizedAttributeException extends java.lang.Exception implements Serializable

Class javax.slee.profile.UnrecognizedProfileNameException extends java.lang.Exception implements Serializable

Class javax.slee.profile.UnrecognizedProfileSpecificationException extends UnrecognizedComponentException implements Serializable

Class javax.slee.profile.UnrecognizedProfileTableNameException extends java.lang.Exception implements Serializable

Class javax.slee.profile.UnrecognizedQueryNameException extends java.lang.Exception implements Serializable


Package javax.slee.profile.query

Class javax.slee.profile.query.And extends CompositeQueryExpression implements Serializable

Class javax.slee.profile.query.CompositeQueryExpression extends QueryExpression implements Serializable

Serialized Fields

exprs

java.util.ArrayList<E> exprs

Class javax.slee.profile.query.Equals extends SimpleQueryExpression implements Serializable

Class javax.slee.profile.query.GreaterThan extends OrderedQueryExpression implements Serializable

Class javax.slee.profile.query.GreaterThanOrEquals extends OrderedQueryExpression implements Serializable

Class javax.slee.profile.query.HasPrefix extends SimpleQueryExpression implements Serializable

Class javax.slee.profile.query.LessThan extends OrderedQueryExpression implements Serializable

Class javax.slee.profile.query.LessThanOrEquals extends OrderedQueryExpression implements Serializable

Class javax.slee.profile.query.LongestPrefixMatch extends SimpleQueryExpression implements Serializable

Class javax.slee.profile.query.Not extends QueryExpression implements Serializable

Serialized Fields

expr

QueryExpression expr

Class javax.slee.profile.query.NotEquals extends SimpleQueryExpression implements Serializable

Class javax.slee.profile.query.Or extends CompositeQueryExpression implements Serializable

Class javax.slee.profile.query.OrderedQueryExpression extends SimpleQueryExpression implements Serializable

Class javax.slee.profile.query.QueryCollator extends java.lang.Object implements Serializable

Serialized Fields

locale

java.util.Locale locale

hasStrength

boolean hasStrength

strength

int strength

hasDecomposition

boolean hasDecomposition

decomposition

int decomposition

Class javax.slee.profile.query.QueryExpression extends java.lang.Object implements Serializable

Class javax.slee.profile.query.RangeMatch extends QueryExpression implements Serializable

Serialized Fields

lowerBound

GreaterThanOrEquals lowerBound

upperBound

LessThanOrEquals upperBound

Class javax.slee.profile.query.SimpleQueryExpression extends QueryExpression implements Serializable

Serialized Fields

attrName

java.lang.String attrName

attrValue

java.lang.Object attrValue

collator

QueryCollator collator

Package javax.slee.resource

Class javax.slee.resource.ActivityAlreadyExistsException extends SLEEException implements Serializable

Class javax.slee.resource.ActivityIsEndingException extends SLEEException implements Serializable

Class javax.slee.resource.ConfigProperties extends java.lang.Object implements Serializable

Serialized Fields

properties

java.util.HashMap<K,V> properties

Class javax.slee.resource.ConfigProperties.Property extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

type

java.lang.String type

value

java.lang.Object value

Class javax.slee.resource.FireEventException extends java.lang.Exception implements Serializable

Class javax.slee.resource.IllegalEventException extends SLEEException implements Serializable

Class javax.slee.resource.InvalidConfigurationException extends java.lang.Exception implements Serializable

Class javax.slee.resource.ResourceAdaptorDescriptor extends ComponentDescriptor implements Serializable

Serialized Fields

raTypes

ResourceAdaptorTypeID[] raTypes

profileSpecs

ProfileSpecificationID[] profileSpecs

supportsActiveReconfiguration

boolean supportsActiveReconfiguration

Class javax.slee.resource.ResourceAdaptorID extends ComponentID implements Serializable

Class javax.slee.resource.ResourceAdaptorTypeDescriptor extends ComponentDescriptor implements Serializable

Serialized Fields

activityTypes

java.lang.String[] activityTypes

raInterface

java.lang.String raInterface

eventTypes

EventTypeID[] eventTypes

Class javax.slee.resource.ResourceAdaptorTypeID extends ComponentID implements Serializable

Class javax.slee.resource.StartActivityException extends java.lang.Exception implements Serializable

Class javax.slee.resource.UnrecognizedActivityHandleException extends SLEEException implements Serializable


Package javax.slee.usage

Class javax.slee.usage.NoUsageParametersInterfaceDefinedException extends SLEEException implements Serializable

Class javax.slee.usage.SampleStatistics extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

sampleCount

long sampleCount

min

long min

max

long max

mean

double mean

Class javax.slee.usage.UnrecognizedUsageParameterSetNameException extends java.lang.Exception implements Serializable

Class javax.slee.usage.UsageNotification extends javax.management.Notification implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

notificationSource

NotificationSource notificationSource

serviceID

ServiceID serviceID

sbbID

SbbID sbbID

paramSet

java.lang.String paramSet

paramName

java.lang.String paramName

counter

boolean counter

value

long value

version

int version

Class javax.slee.usage.UsageOutOfRangeFilter extends java.lang.Object implements Serializable

Serialized Fields

service

ServiceID service

sbb

SbbID sbb

notificationSource

NotificationSource notificationSource

paramName

java.lang.String paramName

lowValue

long lowValue

highValue

long highValue

Class javax.slee.usage.UsageThresholdFilter extends java.lang.Object implements Serializable

Serialized Fields

service

ServiceID service

sbb

SbbID sbb

notificationSource

NotificationSource notificationSource

paramName

java.lang.String paramName

threshold

long threshold

previous

long previous

lastDir

long lastDir

Class javax.slee.usage.UsageUpdatedFilter extends java.lang.Object implements Serializable

Serialized Fields

service

ServiceID service

sbb

SbbID sbb

notificationSource

NotificationSource notificationSource

paramName

java.lang.String paramName



Copyright © 2008. All Rights Reserved.