A B C D E F G H I J L M N O P R S T U W X

A

activate(ServiceID) - Method in interface javax.slee.management.ServiceManagementMBean
Activate a Service.
activate(ServiceID[]) - Method in interface javax.slee.management.ServiceManagementMBean
Activate a set of Services.
ACTIVE - Static variable in class javax.slee.management.ServiceState
The ACTIVE state indicates that the Service has been activated.
ActivityContextInterface - interface javax.slee.ActivityContextInterface.
The ActivityContextInterface interface provides an SBB object with a Java interface to an Activity Context.
ActivityContextNamingFacility - interface javax.slee.facilities.ActivityContextNamingFacility.
The Activity Context Naming Facility provides a global flat namespace for naming Activity Contexts.
ActivityEndEvent - interface javax.slee.ActivityEndEvent.
This interface is implemented by activity end events generated by the SLEE when an activity ends.
Address - class javax.slee.Address.
The Address class encapsulates an address that can be used by the SLEE.
ADDRESS_NOT_AVAILABLE - Static variable in class javax.slee.AddressPresentation
The ADDRESS_NOT_AVAILABLE value indicates that the address is not available for presentation.
ADDRESS_PLAN_AESA - Static variable in class javax.slee.AddressPlan
An integer representation of AddressPlan.AESA.
ADDRESS_PLAN_E164 - Static variable in class javax.slee.AddressPlan
An integer representation of AddressPlan.E164.
ADDRESS_PLAN_E164_MOBILE - Static variable in class javax.slee.AddressPlan
An integer representation of AddressPlan.E164_MOBILE.
ADDRESS_PLAN_GT - Static variable in class javax.slee.AddressPlan
An integer representation of AddressPlan.GT.
ADDRESS_PLAN_H323 - Static variable in class javax.slee.AddressPlan
An integer representation of AddressPlan.H323.
ADDRESS_PLAN_IP - Static variable in class javax.slee.AddressPlan
An integer representation of AddressPlan.IP.
ADDRESS_PLAN_MULTICAST - Static variable in class javax.slee.AddressPlan
An integer representation of AddressPlan.MULTICAST.
ADDRESS_PLAN_NOT_PRESENT - Static variable in class javax.slee.AddressPlan
An integer representation of AddressPlan.NOT_PRESENT.
ADDRESS_PLAN_NSAP - Static variable in class javax.slee.AddressPlan
An integer representation of AddressPlan.NSAP.
ADDRESS_PLAN_SIP - Static variable in class javax.slee.AddressPlan
An integer representation of AddressPlan.SIP.
ADDRESS_PLAN_SLEE_PROFILE - Static variable in class javax.slee.AddressPlan
An integer representation of AddressPlan.SLEE_PROFILE.
ADDRESS_PLAN_SLEE_PROFILE_TABLE - Static variable in class javax.slee.AddressPlan
An integer representation of AddressPlan.SLEE_PROFILE_TABLE.
ADDRESS_PLAN_SMTP - Static variable in class javax.slee.AddressPlan
An integer representation of AddressPlan.SMTP.
ADDRESS_PLAN_SSN - Static variable in class javax.slee.AddressPlan
An integer representation of AddressPlan.SSN.
ADDRESS_PLAN_UNDEFINED - Static variable in class javax.slee.AddressPlan
An integer representation of AddressPlan.UNDEFINED.
ADDRESS_PLAN_UNICAST - Static variable in class javax.slee.AddressPlan
An integer representation of AddressPlan.UNICAST.
ADDRESS_PLAN_URI - Static variable in class javax.slee.AddressPlan
An integer representation of AddressPlan.URI.
ADDRESS_PLAN_X400 - Static variable in class javax.slee.AddressPlan
An integer representation of AddressPlan.X400.
ADDRESS_PRESENTATION_ADDRESS_NOT_AVAILABLE - Static variable in class javax.slee.AddressPresentation
An integer representation of AddressPresentation.ADDRESS_NOT_AVAILABLE.
ADDRESS_PRESENTATION_ALLOWED - Static variable in class javax.slee.AddressPresentation
An integer representation of AddressPresentation.ALLOWED.
ADDRESS_PRESENTATION_RESTRICTED - Static variable in class javax.slee.AddressPresentation
An integer representation of AddressPresentation.RESTRICTED.
ADDRESS_PRESENTATION_UNDEFINED - Static variable in class javax.slee.AddressPresentation
An integer representation of AddressPresentation.UNDEFINED.
ADDRESS_SCREENING_NETWORK - Static variable in class javax.slee.AddressScreening
An integer representation of AddressScreening.NETWORK.
ADDRESS_SCREENING_UNDEFINED - Static variable in class javax.slee.AddressScreening
An integer representation of AddressScreening.UNDEFINED.
ADDRESS_SCREENING_USER_NOT_VERIFIED - Static variable in class javax.slee.AddressScreening
An integer representation of AddressScreening.USER_NOT_VERIFIED.
ADDRESS_SCREENING_USER_VERIFIED_FAILED - Static variable in class javax.slee.AddressScreening
An integer representation of AddressScreening.USER_VERIFIED_FAILED.
ADDRESS_SCREENING_USER_VERIFIED_PASSED - Static variable in class javax.slee.AddressScreening
An integer representation of AddressScreening.USER_VERIFIED_PASSED.
Address(AddressPlan, String) - Constructor for class javax.slee.Address
Create a new Address using an address plan and address string.
Address(AddressPlan, String, AddressPresentation, AddressScreening, String, String) - Constructor for class javax.slee.Address
Create a new Address using an address plan, an address string, an additional optional attributes.
AddressPlan - class javax.slee.AddressPlan.
This class defines an enumerated type that encapsulates the values available for address or numbering plans.
AddressPresentation - class javax.slee.AddressPresentation.
This class defines an enumerated type that encapsulates the values available for address presentation to other call parties.
AddressProfileCMP - interface javax.slee.profile.AddressProfileCMP.
This interface can be used as is or extended for profile specifications that will be used for a Service's Address Profile Table.
AddressScreening - class javax.slee.AddressScreening.
This class defines an enumerated type that encapsulates the values defining whether an address has been screened by a user application.
AESA - Static variable in class javax.slee.AddressPlan
The AESA value indicates that the address is an ATM End System Address in binary format (40 bytes).
ALARM_NOTIFICATION_TYPE - Static variable in interface javax.slee.management.AlarmMBean
The notification type of Alarm notifications emitted by this MBean.
AlarmDuplicateFilter - class javax.slee.management.AlarmDuplicateFilter.
A notification filter that suppresses equivalent AlarmNotifications that occur during a specified period of time.
AlarmDuplicateFilter(long) - Constructor for class javax.slee.management.AlarmDuplicateFilter
Create an AlarmDuplicateFilter.
AlarmFacility - interface javax.slee.facilities.AlarmFacility.
The Alarm Facility is used by SBBs (and other components as determined by the SLEE vendor) to generate alarm notifications intended for consumption by management clients external to the SLEE.
AlarmLevelFilter - class javax.slee.management.AlarmLevelFilter.
A notification filter that filters AlarmNotifications based on their alarm level.
AlarmLevelFilter(Level) - Constructor for class javax.slee.management.AlarmLevelFilter
Create an AlarmLevelFilter.
AlarmMBean - interface javax.slee.management.AlarmMBean.
The AlarmMBean interface defines the management interface for the AlarmFacility (and other vendor-specific alarm generating interfaces).
AlarmNotification - class javax.slee.management.AlarmNotification.
This notification is emitted by an AlarmMBean object to indicate some component or subsystem in the SLEE is experiencing a significant problem.
AlarmNotification(AlarmMBean, String, Object, Level, String, Throwable, long, long) - Constructor for class javax.slee.management.AlarmNotification
Create an AlarmNotification to notify listeners of a alarm.
AlarmThresholdFilter - class javax.slee.management.AlarmThresholdFilter.
A notification filter that supresses equivalent AlarmNotifications until a specified number have occurred within a specified time period.
AlarmThresholdFilter(int, long) - Constructor for class javax.slee.management.AlarmThresholdFilter
Create an AlarmThresholdFilter.
ALL - Static variable in class javax.slee.facilities.TimerPreserveMissed
Preserve-missed value for the ALL option.
ALLOWED - Static variable in class javax.slee.AddressPresentation
The ALLOWED value indicates that the address presentation is allowed.
AlreadyDeployedException - exception javax.slee.management.AlreadyDeployedException.
This exception is thrown by the DeploymentMBean.install(java.lang.String) method if an attempt is made to install a deployable unit or component with the same identity as an entity already installed in the SLEE.
AlreadyDeployedException(String) - Constructor for class javax.slee.management.AlreadyDeployedException
Constructs an AlreadyDeployedException with a detail message.
attach(SbbLocalObject) - Method in interface javax.slee.ActivityContextInterface
Attach an SBB entity to the Activity Context.
AttributeNotIndexedException - exception javax.slee.profile.AttributeNotIndexedException.
This exception is thrown by the ProfileProvisioningMBean.getProfilesByIndexedAttribute method when passed the name of an attribute that does not exist in the profile specification.
AttributeNotIndexedException() - Constructor for class javax.slee.profile.AttributeNotIndexedException
Create an AttributeNotIndexedException with no detail message.
AttributeNotIndexedException(String) - Constructor for class javax.slee.profile.AttributeNotIndexedException
Create an AttributeNotIndexedException with a detail message.
AttributeTypeMismatchException - exception javax.slee.profile.AttributeTypeMismatchException.
This exception is thrown by methods in ProfileFacility and ProfileProvisioningMBean when attempting to find profiles by an indexed attribute, but the attribute value supplied to the method is not of the correct Java type for the attribute.
AttributeTypeMismatchException(String) - Constructor for class javax.slee.profile.AttributeTypeMismatchException
Create a AttributeTypeMismatchException with a detail message.

B

bind(ActivityContextInterface, String) - Method in interface javax.slee.facilities.ActivityContextNamingFacility
Bind an Activity Context to a name.

C

cancelTimer(TimerID) - Method in interface javax.slee.facilities.TimerFacility
Cancel a previously set timer.
ChildRelation - interface javax.slee.ChildRelation.
The ChildRelation interface is used by SBBs that require child relationships with other SBBs.
close() - Method in interface javax.slee.management.ServiceUsageMBean
Notify the SLEE that the service usage MBean is no longer required by the management client.
close() - Method in interface javax.slee.usage.SbbUsageMBean
Notify the SLEE that the SBB usage MBean is no longer required by the management client.
close() - Method in interface javax.slee.connection.SleeConnection
Closes this SleeConnection.
closeProfile() - Method in interface javax.slee.profile.ProfileMBean
Notify the SLEE that the profile is no longer required by the management client.
commitProfile() - Method in interface javax.slee.profile.ProfileMBean
Request that changes made to a profile be committed by the SLEE.
ComponentDescriptor - interface javax.slee.management.ComponentDescriptor.
This interface is the common base interface for the interfaces that define the attributes of a component descriptor.
ComponentID - interface javax.slee.ComponentID.
The ComponentID interface is the common base interface for all other component identifier interfaces.
CONFIG - Static variable in class javax.slee.facilities.Level
Level for configuration messages.
create() - Method in interface javax.slee.ChildRelation
Create a new SBB entity of the SBB type associated with the relation.
createActivityHandle() - Method in interface javax.slee.connection.SleeConnection
Creates a new external activity handle.
createAlarm(ComponentID, Level, String, String, long) - Method in interface javax.slee.facilities.AlarmFacility
Emit an alarm notification containing the specified alarm message.
createAlarm(ComponentID, Level, String, String, Throwable, long) - Method in interface javax.slee.facilities.AlarmFacility
Emit an alarm notification containing the specified alarm message and cause throwable.
CreateException - exception javax.slee.CreateException.
This exception is thrown by the ChildRelation.create() method if an attempt to create an SBB entity cannot be completed successfully.
CreateException(String) - Constructor for class javax.slee.CreateException
Create a CreateException with a detail message.
CreateException(String, Throwable) - Constructor for class javax.slee.CreateException
Create a CreateException with a detail message and cause.
createNullActivity() - Method in interface javax.slee.nullactivity.NullActivityFactory
Create a new null activity.
createProfile(String, String) - Method in interface javax.slee.management.ProfileProvisioningMBean
Create a new profile with the specified name in the specified profile table.
createProfileTable(ProfileSpecificationID, String) - Method in interface javax.slee.management.ProfileProvisioningMBean
Create a new profile table from a profile specification.
createTrace(ComponentID, Level, String, String, long) - Method in interface javax.slee.facilities.TraceFacility
Emit a trace notification containing the specified trace message.
createTrace(ComponentID, Level, String, String, Throwable, long) - Method in interface javax.slee.facilities.TraceFacility
Emit a trace notification containing the specified trace message and cause throwable.
createUsageParameterSet(SbbID, String) - Method in interface javax.slee.management.ServiceUsageMBean
Create a new usage parameter set that the specified SBB is permitted to use in the one-argument form of the get-usage-parameters methods, when the service component identifer argument of the get-usage-parameters method identifies the Service that this MBean provides usage management access for.

D

deactivate(ServiceID) - Method in interface javax.slee.management.ServiceManagementMBean
Deactivate a Service.
deactivate(ServiceID[]) - Method in interface javax.slee.management.ServiceManagementMBean
Deactivate a set of Services.
deactivateAndActivate(ServiceID[], ServiceID[]) - Method in interface javax.slee.management.ServiceManagementMBean
Deactivate one set of Services and activate another set of Services.
deactivateAndActivate(ServiceID, ServiceID) - Method in interface javax.slee.management.ServiceManagementMBean
Deactivate one Service and activate another Service.
DependencyException - exception javax.slee.management.DependencyException.
This exception is thrown by DeploymentMBean.uninstall(javax.slee.management.DeployableUnitID) method if an attempt is made to uninstall a deployable unit when another component in another deployable unit depends on a component contained within the deployable unit being uninstalled.
DependencyException(String) - Constructor for class javax.slee.management.DependencyException
Constructs a DependencyException with a detail message.
DeployableUnitDescriptor - interface javax.slee.management.DeployableUnitDescriptor.
This interface provides access to deployment-specific attributes that describe an installed deployable unit.
DeployableUnitID - interface javax.slee.management.DeployableUnitID.
The DeployableUnitID interface is a marker interface to encapsulate the identity of deployable units installed in the SLEE.
DeploymentException - exception javax.slee.management.DeploymentException.
This exception is thrown by methods defined in DeploymentMBean when a deployment operation fails due to a problem with the deployable unit.
DeploymentException(String) - Constructor for class javax.slee.management.DeploymentException
Create a DeploymentException with a detail message.
DeploymentException(String, Throwable) - Constructor for class javax.slee.management.DeploymentException
Create a DeploymentException with a detail message and cause.
DeploymentMBean - interface javax.slee.management.DeploymentMBean.
The DeploymentMBean interface defines deployment-related management operations.
detach(SbbLocalObject) - Method in interface javax.slee.ActivityContextInterface
Detach an SBB entity from the Activity Context.

E

E164 - Static variable in class javax.slee.AddressPlan
The E164 value indicates that the address is an international number without the international access code, but including the country code and area code (without the leading zero).
E164_MOBILE - Static variable in class javax.slee.AddressPlan
The E164_MOBILE value indicates that the address is an E.164 mobile number.
editProfile() - Method in interface javax.slee.profile.ProfileMBean
Request that the client be granted read/write access to the profile so that it may be updated.
endActivity() - Method in interface javax.slee.nullactivity.NullActivity
End the null activity.
equals(Object) - Method in class javax.slee.AddressPlan
Compare this address plan for equality with another.
equals(Object) - Method in interface javax.slee.ComponentID
Compare this component identifier for equality with another object.
equals(Object) - Method in class javax.slee.Address
Compare this address object for equality with another.
equals(Object) - Method in class javax.slee.AddressPresentation
Compare this address presentation for equality with another.
equals(Object) - Method in class javax.slee.AddressScreening
Compare this address screening for equality with another.
equals(Object) - Method in class javax.slee.management.ServiceState
Compare this Service state for equality with another.
equals(Object) - Method in class javax.slee.management.AlarmNotification
Compare this notification for equality with another object.
equals(Object) - Method in class javax.slee.management.TraceNotification
Compare this notification for equality with another object.
equals(Object) - Method in class javax.slee.management.SleeState
Compare this SLEE state for equality with another.
equals(Object) - Method in interface javax.slee.management.DeployableUnitID
Compare this deployable unit identifer for equality with another object.
equals(Object) - Method in class javax.slee.facilities.TimerPreserveMissed
Compare this preserve-missed option object for equality with another.
equals(Object) - Method in class javax.slee.facilities.Level
Compare this level for equality with another.
equals(Object) - Method in interface javax.slee.facilities.TimerID
Compare this timer ID for equality with another.
equals(Object) - Method in class javax.slee.facilities.TimerOptions
Compare this timer options object for equality with another.
equals(Object) - Method in class javax.slee.profile.ProfileID
Compare this profile identifier for equality with another object.
equals(Object) - Method in class javax.slee.usage.UsageNotification
Compare this notification for equality with another object.
equals(Object) - Method in interface javax.slee.connection.ExternalActivityHandle
Compares this handle to another for equality.
EventTypeDescriptor - interface javax.slee.management.EventTypeDescriptor.
This interface provides access to deployment-specific attributes that describe an installed event type.
EventTypeID - interface javax.slee.EventTypeID.
The EventTypeID interface is a marker interface implemented by every Java object that encapsulates event type component identity.
ExternalActivityHandle - interface javax.slee.connection.ExternalActivityHandle.
A marker interface implemented by external activity handle implementations.

F

FacilityException - exception javax.slee.facilities.FacilityException.
This exception is thrown by facilities when a system-level failure is encountered while handling an SBB request.
FacilityException(String) - Constructor for class javax.slee.facilities.FacilityException
Create a FacilityException with a detail message.
FacilityException(String, Throwable) - Constructor for class javax.slee.facilities.FacilityException
Create a FacilityException with a detail message and cause.
FactoryException - exception javax.slee.FactoryException.
This exception is thrown by activity context and activity context interface factories when the factory cannot perform its function due to a system-level failure.
FactoryException(String) - Constructor for class javax.slee.FactoryException
Create a FactoryException with a detail message.
FactoryException(String, Throwable) - Constructor for class javax.slee.FactoryException
Create a FactoryException with a detail message and cause.
FINE - Static variable in class javax.slee.facilities.Level
Level for basic debug messages.
FINER - Static variable in class javax.slee.facilities.Level
Level for moderately detailed messages.
FINEST - Static variable in class javax.slee.facilities.Level
Level for highly detailed messages.
fireEvent(Object, EventTypeID, ExternalActivityHandle, Address) - Method in interface javax.slee.connection.SleeConnection
Fires an event on an external activity.
fromInt(int) - Static method in class javax.slee.AddressPlan
Get an AddressPlan object from an integer value.
fromInt(int) - Static method in class javax.slee.AddressPresentation
Get an AddressPresentation object from an integer value.
fromInt(int) - Static method in class javax.slee.AddressScreening
Get an AddressScreening object from an integer value.
fromInt(int) - Static method in class javax.slee.management.ServiceState
Get a ServiceState object from an integer value.
fromInt(int) - Static method in class javax.slee.management.SleeState
Get a SleeState object from an integer value.
fromInt(int) - Static method in class javax.slee.facilities.TimerPreserveMissed
Get a TimerPreserveMissed object from an integer value.
fromInt(int) - Static method in class javax.slee.facilities.Level
Get an Level object from an integer value.

G

getActivities() - Method in interface javax.slee.SbbContext
Get the set of Activity Contexts that the SBB entity currently associated with the instance is currently attached to.
getActivity() - Method in interface javax.slee.ActivityContextInterface
Get the Activity object for the activity encapsulated by this Activity Context.
getActivity() - Method in class javax.slee.UnrecognizedActivityException
Get the activity that was unrecognized.
getActivity() - Method in interface javax.slee.InitialEventSelector
Get the activity for which the event was fired.
getActivity() - Method in interface javax.slee.serviceactivity.ServiceActivityFactory
Get the Service activity object for the invoking SBB.
getActivityContextInterface() - Method in interface javax.slee.RolledBackContext
Get the ActivityContextInterface argument passed to the event handler method invoked by the SLEE in the transaction that rolled back.
getActivityContextInterface(NullActivity) - Method in interface javax.slee.nullactivity.NullActivityContextInterfaceFactory
Get an ActivityContextInterface object for a null activity.
getActivityContextInterface(ProfileTableActivity) - Method in interface javax.slee.profile.ProfileTableActivityContextInterfaceFactory
Get an ActivityContextInterface object for the profile table activity.
getActivityContextInterface(ServiceActivity) - Method in interface javax.slee.serviceactivity.ServiceActivityContextInterfaceFactory
Get an ActivityContextInterface object for a Service activity.
getAddedProfile() - Method in interface javax.slee.profile.ProfileAddedEvent
Get the committed state of the profile that was added.
getAddress() - Method in interface javax.slee.InitialEventSelector
Get the Address for the event.
getAddresses() - Method in interface javax.slee.profile.AddressProfileCMP
Get the addresses for this profile.
getAddressName() - Method in class javax.slee.Address
Get the optional address name for the address.
getAddressPlan() - Method in class javax.slee.Address
Get the address plan for the address.
getAddressPresentation() - Method in class javax.slee.Address
Get the optional address presentation attribute for the address.
getAddressProfileSpecification() - Method in interface javax.slee.management.SbbDescriptor
Get the component identifier of the profile specification used for Address Profiles for this SBB.
getAddressProfileTable() - Method in interface javax.slee.management.ServiceDescriptor
Get the name of the Address Profile Table used by the Service.
getAddressScreening() - Method in class javax.slee.Address
Get the optional address screening attribute for the address.
getAddressString() - Method in class javax.slee.Address
Get the address string for the address.
getAfterUpdateProfile() - Method in interface javax.slee.profile.ProfileUpdatedEvent
Get the committed state of the profile after it was updated.
getAlarmMBean() - Method in interface javax.slee.management.SleeManagementMBean
Get the JMX Object Name of the SLEE's AlarmMBean object.
getAlarmSource() - Method in class javax.slee.management.AlarmNotification
Get the object that identifies the source of the alarm.
getAlarmType() - Method in class javax.slee.management.AlarmNotification
Get the type of the alarm.
getBeforeUpdateProfile() - Method in interface javax.slee.profile.ProfileUpdatedEvent
Get the committed state of the profile before it was updated.
getCause() - Method in class javax.slee.SLEEException
Get the cause (if any) for this exception.
getCause() - Method in class javax.slee.CreateException
Get the cause (if any) for this exception.
getCause() - Method in class javax.slee.management.PeerUnavailableException
Get the cause for this exception.
getCause() - Method in class javax.slee.management.DeploymentException
Get the cause (if any) for this exception.
getCause() - Method in class javax.slee.management.ManagementException
Get the cause (if any) for this exception.
getCause() - Method in class javax.slee.management.AlarmNotification
Get the cause (if any) for this alarm notification.
getCause() - Method in class javax.slee.management.TraceNotification
Get the cause (if any) for this trace notification.
getCause() - Method in class javax.slee.profile.ProfileImplementationException
Get the cause (if any) for this exception.
getCause() - Method in class javax.slee.profile.ProfileVerificationException
Get the cause (if any) for this exception.
getCMPInterfaceName() - Method in interface javax.slee.profile.ProfileSpecificationDescriptor
Get the name of the profile specification's CMP interface.
getComponents() - Method in interface javax.slee.management.DeployableUnitDescriptor
Get the component identifiers of the components installed with this deployable unit.
getConnection() - Method in interface javax.slee.connection.SleeConnectionFactory
Return a SleeConnection object that corresponds to a connection to the SLEE this factory is associated with.
getCustomName() - Method in interface javax.slee.InitialEventSelector
Get the custom name set for the event.
getDefaultProfile(String) - Method in interface javax.slee.management.ProfileProvisioningMBean
Get the JMX Object Name of the default profile for a profile table.
getDefaultTimeout() - Method in interface javax.slee.facilities.TimerFacility
Get the default timeout period of the Timer Facility.
getDeployableUnit() - Method in interface javax.slee.management.ComponentDescriptor
Get the identifier of the deployable unit from which this component was installed.
getDeployableUnit(String) - Method in interface javax.slee.management.DeploymentMBean
Get a deployable unit identifier for a deployable unit jar file that has been installed.
getDeployableUnits() - Method in interface javax.slee.management.DeploymentMBean
Get the set of deployable unit identifiers that identify all the deployable units installed in the SLEE.
getDeploymentDate() - Method in interface javax.slee.management.DeployableUnitDescriptor
Get the date that the deployable unit was installed.
getDeploymentMBean() - Method in interface javax.slee.management.SleeManagementMBean
Get the JMX Object Name of the SLEE's DeploymentMBean object.
getDescriptor(ComponentID) - Method in interface javax.slee.management.DeploymentMBean
Get the component descriptor for a component identifier.
getDescriptor(DeployableUnitID) - Method in interface javax.slee.management.DeploymentMBean
Get the deployable unit descriptor for a deployable unit.
getDescriptors(ComponentID[]) - Method in interface javax.slee.management.DeploymentMBean
Get an array of component descriptors corresponding to an array of component identifiers.
getDescriptors(DeployableUnitID[]) - Method in interface javax.slee.management.DeploymentMBean
Get an array of deployable unit descriptors corresponding to an array of deployable units.
getEvent() - Method in interface javax.slee.InitialEventSelector
Get the event object for the event under consideration by the event router.
getEvent() - Method in interface javax.slee.RolledBackContext
Get the event object that should have been handled by the transaction that rolled back.
getEventClassName() - Method in interface javax.slee.management.EventTypeDescriptor
Get the name of the interface or class used in the event type.
getEventMask(ActivityContextInterface) - Method in interface javax.slee.SbbContext
Get the event mask currently set for an Activity Context for the SBB entity currently associated with the instance.
getEventName() - Method in interface javax.slee.InitialEventSelector
Get the name of the event under consideration by the event router.
getEventTypeID(String, String, String) - Method in interface javax.slee.connection.SleeConnection
Retrieves an EventTypeID that identifies a particular SLEE event.
getEventTypes() - Method in interface javax.slee.management.SbbDescriptor
Get the component identifiers of the event types used by this SBB.
getEventTypes() - Method in interface javax.slee.management.DeploymentMBean
Get the set of event types installed in the SLEE.
getEventTypes() - Method in interface javax.slee.resource.ResourceAdaptorTypeDescriptor
Get the component identifiers of the event types used by this resource adaptor type.
getExpiryTime() - Method in interface javax.slee.facilities.TimerEvent
Get the time that the timer event was actually fired.
getID() - Method in interface javax.slee.management.ComponentDescriptor
Get the component identifier for this descriptor.
getInfo() - Method in interface javax.slee.profile.ResourceInfoProfileCMP
Get the resource information.
getLevel() - Method in class javax.slee.management.AlarmNotification
Get the alarm level of the alarm.
getLevel() - Method in class javax.slee.management.TraceNotification
Get the trace level of the trace message.
getMaximum() - Method in interface javax.slee.usage.SampleStatistics
Get the maximum sample value recorded for the usage parameter since either the service was deployed or the usage parameter was last reset (whichever occurred most recently).
getMean() - Method in interface javax.slee.usage.SampleStatistics
Get the mean of sample values recorded for the usage parameter since either the service was deployed or the usage parameter was last reset (whichever occurred most recently).
getMessageSource() - Method in class javax.slee.management.TraceNotification
Get the object that identifies the source of the trace message.
getMessageType() - Method in class javax.slee.management.TraceNotification
Get the type of the trace message.
getMinimum() - Method in interface javax.slee.usage.SampleStatistics
Get the minimum sample value recorded for the usage parameter since either the service was deployed or the usage parameter was last reset (whichever occurred most recently).
getMissedRepetitions() - Method in interface javax.slee.facilities.TimerEvent
Get the number of timer events missed between the firing of the timer's last timer event and this timer event.
getName() - Method in interface javax.slee.management.ComponentDescriptor
Get the name of the component.
getNewState() - Method in class javax.slee.management.SleeStateChangeNotification
Get the new operational state of the SLEE.
getNumRepetitions() - Method in interface javax.slee.facilities.TimerEvent
Get the number of repetitions the timer was set with.
getOldState() - Method in class javax.slee.management.SleeStateChangeNotification
Get the state the SLEE was in before the change to the new state.
getPeriod() - Method in interface javax.slee.facilities.TimerEvent
Get the period of the timer.
getPreserveMissed() - Method in class javax.slee.facilities.TimerOptions
Get the value of the preserve-missed option.
getProfile() - Method in interface javax.slee.profile.ProfileAddedEvent
Get the profile identifer for the profile that was added.
getProfile() - Method in interface javax.slee.profile.ProfileUpdatedEvent
Get the profile identifer for the profile that was updated.
getProfile() - Method in interface javax.slee.profile.ProfileRemovedEvent
Get the profile identifer for the profile that was removed.
getProfile(String, String) - Method in interface javax.slee.management.ProfileProvisioningMBean
Get the JMX Object Name of a profile.
getProfileAddress() - Method in interface javax.slee.profile.ProfileAddedEvent
Get the address of the profile that was added.
getProfileAddress() - Method in interface javax.slee.profile.ProfileUpdatedEvent
Get the address of the profile that was updated.
getProfileAddress() - Method in interface javax.slee.profile.ProfileRemovedEvent
Get the address of the profile that was removed.
getProfileByIndexedAttribute(String, String, Object) - Method in interface javax.slee.profile.ProfileFacility
Get a ProfileID object that identifies the profile contained in the specified profile table, where the specified profile attribute is set to the specified value.
getProfileName() - Method in class javax.slee.profile.ProfileID
Get the name of the profile referenced by this identifier.
getProfileProvisioningMBean() - Method in interface javax.slee.management.SleeManagementMBean
Get the JMX Object Name of the SLEE's ProfileProvisioningMBean object.
getProfiles(String) - Method in interface javax.slee.management.ProfileProvisioningMBean
Get a collection of ProfileID objects that identify all the profiles contained in a specified profile table.
getProfiles(String) - Method in interface javax.slee.profile.ProfileFacility
Get a collection of ProfileID objects that identify all the profiles contained in the specified profile table.
getProfilesByIndexedAttribute(String, String, Object) - Method in interface javax.slee.management.ProfileProvisioningMBean
Get a collection of ProfileID objects that identify the profiles contained in a specified profile table where a specified profile attribute is set to a specified value.
getProfilesByIndexedAttribute(String, String, Object) - Method in interface javax.slee.profile.ProfileFacility
Get a collection of ProfileID objects that identify the profiles contained in the specified profile table where the specified profile attribute is set to the specified value.
getProfileSpecification(String) - Method in interface javax.slee.management.ProfileProvisioningMBean
Get the component identifier of the profile specification that a profile table was created with.
getProfileSpecifications() - Method in interface javax.slee.management.SbbDescriptor
Get the component identifiers of the profile specifications used by this SBB.
getProfileSpecifications() - Method in interface javax.slee.management.DeploymentMBean
Get the set of profile specifications installed in the SLEE.
getProfileTableActivity(String) - Method in interface javax.slee.profile.ProfileFacility
Get a ProfileTableActivity object for a profile table.
getProfileTableName() - Method in class javax.slee.profile.ProfileID
Get the name of the profile table referenced by this identifier.
getProfileTableName() - Method in interface javax.slee.profile.ProfileTableActivity
Get the name of the profile table corresponding to this activity.
getProfileTables() - Method in interface javax.slee.management.ProfileProvisioningMBean
Get a collection of java.lang.String objects that identify the names of all the profile tables that have been created in the SLEE.
getReferringComponents(ComponentID) - Method in interface javax.slee.management.DeploymentMBean
Get the set of components that use or make reference to a specified component.
getRemainingRepetitions() - Method in interface javax.slee.facilities.TimerEvent
Get the number of repetitions remaining for the timer.
getRemovedProfile() - Method in interface javax.slee.profile.ProfileRemovedEvent
Get the committed state of the profile just before it was removed.
getResolution() - Method in interface javax.slee.facilities.TimerFacility
Get the approximate timer resolution of the Timer Facility.
getResourceAdaptorEntityLinks() - Method in interface javax.slee.management.SbbDescriptor
Get the names of the resource adaptor entity links used by this SBB.
getResourceAdaptors() - Method in interface javax.slee.management.DeploymentMBean
Get the set of resource adaptors installed in the SLEE.
getResourceAdaptorType() - Method in interface javax.slee.resource.ResourceAdaptorDescriptor
Get the component identifier of the resource adaptor type that this resource adaptor implements.
getResourceAdaptorTypes() - Method in interface javax.slee.management.SbbDescriptor
Get the component identifiers of the resource adaptor types used by this SBB.
getResourceAdaptorTypes() - Method in interface javax.slee.management.DeploymentMBean
Get the set of resource adaptor types installed in the SLEE.
getResourceInfoProfileTable() - Method in interface javax.slee.management.ServiceDescriptor
Get the name of the Resource Info Profile Table used by the Service.
getRollbackOnly() - Method in interface javax.slee.SbbContext
Test if the current transaction has been marked for rollback only.
getRootSbb() - Method in interface javax.slee.management.ServiceDescriptor
Get the component identifier of the Service's root SBB.
getSampleCount() - Method in interface javax.slee.usage.SampleStatistics
Get the number of samples recorded for the usage parameter since either the service was deployed or the usage parameter was last reset (whichever occurred most recently).
getSbb() - Method in interface javax.slee.SbbContext
Get the SBB component identifier that identifies the SBB component of the SBB object.
getSbb() - Method in interface javax.slee.usage.SbbUsageMBean
Get the component identifier of the SBB that this MBean is presenting usage information for.
getSbb() - Method in class javax.slee.usage.UsageNotification
Get the component identifier of the SBB whose usage parameter was updated.
getSbbLocalObject() - Method in interface javax.slee.SbbContext
Get a local object reference to the SBB entity currently associated with the instance.
getSbbPriority() - Method in interface javax.slee.SbbLocalObject
Get the invocation priority for the SBB entity referenced by this SbbLocalObject.
getSbbs() - Method in interface javax.slee.management.SbbDescriptor
Get the component identifiers of the SBBs used by this SBB.
getSbbs() - Method in interface javax.slee.management.DeploymentMBean
Get the set of SBBs installed in the SLEE.
getSbbUsageMBean(SbbID) - Method in interface javax.slee.management.ServiceUsageMBean
Get the JMX Object Name of an SbbUsageMBean object that provides management access to the unamed usage parameter set for the specified SBB.
getSbbUsageMBean(SbbID, String) - Method in interface javax.slee.management.ServiceUsageMBean
Get the JMX Object Name of an SbbUsageMBean object that provides management access to the named usage parameter set for the specified SBB.
getScheduledTime() - Method in interface javax.slee.facilities.TimerEvent
Get the time that this timer event was scheduled to be fired.
getService() - Method in interface javax.slee.SbbContext
Get the Service component identifier that identifies the Service component that the SBB object is executing on behalf of.
getService() - Method in interface javax.slee.management.ServiceUsageMBean
Get the component identifier of the Service that this MBean provides usage management access for.
getService() - Method in interface javax.slee.usage.SbbUsageMBean
Get the component identifier of the Service containing the SBB that this MBean is presenting usage information for.
getService() - Method in class javax.slee.usage.UsageNotification
Get the component identifier of the Service whose SBB's usage parameter was updated.
getServiceManagementMBean() - Method in interface javax.slee.management.SleeManagementMBean
Get the JMX Object Name of the SLEE's ServiceManagementMBean object.
getServices() - Method in interface javax.slee.management.DeploymentMBean
Get the set of services installed in the SLEE.
getServices(ServiceState) - Method in interface javax.slee.management.ServiceManagementMBean
Get the set of services that are in a particular state.
getServiceUsageMBean(ServiceID) - Method in interface javax.slee.management.ServiceManagementMBean
Get the JMX Object Name of a ServiceUsageMBean object for a Service.
getSleeManagementMBean() - Method in interface javax.slee.management.SleeProvider
Get the JMX Object Name of the SLEE vendor's SleeManagementMBean object.
getSleeProvider(String) - Static method in class javax.slee.management.SleeProviderFactory
Get an instance of a SleeProvider peer class.
getSleeProvider(String, ClassLoader) - Static method in class javax.slee.management.SleeProviderFactory
Get an instance of a SleeProvider peer class using the specified class loader.
getSource() - Method in interface javax.slee.management.ComponentDescriptor
Get the name of the source object from which this component was installed.
getState() - Method in interface javax.slee.management.SleeManagementMBean
Get the current operational state of the SLEE.
getState(ServiceID) - Method in interface javax.slee.management.ServiceManagementMBean
Get the current state of a Service.
getSubAddressString() - Method in class javax.slee.Address
Get the optional sub-address string for the address.
getTimeout() - Method in class javax.slee.facilities.TimerOptions
Get the timeout period.
getTimerID() - Method in interface javax.slee.facilities.TimerEvent
Get the timer ID of the timer that fired this event.
getTraceLevel(ComponentID) - Method in interface javax.slee.management.TraceMBean
Get the trace filter level for a particular component.
getTraceLevel(ComponentID) - Method in interface javax.slee.facilities.TraceFacility
Get the current trace filter level set for a component identifier.
getTraceMBean() - Method in interface javax.slee.management.SleeManagementMBean
Get the JMX Object Name of the SLEE's TraceMBean object.
getURL() - Method in interface javax.slee.management.DeployableUnitDescriptor
Get the URL that the deployable unit was installed from.
getUsageParameterName() - Method in class javax.slee.usage.UsageNotification
Get the name of the usage parameter that was updated.
getUsageParameterSet() - Method in interface javax.slee.usage.SbbUsageMBean
Get the name of the SBB usage parameter set that this MBean is presenting usage information for.
getUsageParameterSetName() - Method in class javax.slee.usage.UsageNotification
Get the name of the usage parameter set containing the usage parameter thas was updated.
getUsageParameterSets(SbbID) - Method in interface javax.slee.management.ServiceUsageMBean
Get the names of the usage parameter sets that the specified SBB is permitted to use in the one-argument form of the get-usage-parameters methods, when the service component identifer argument of the get-usage-parameters method identifies the Service that this MBean provides usage management access for.
getValue() - Method in class javax.slee.usage.UsageNotification
Get the updated value or emitted sample of the usage parameter.
getVendor() - Method in interface javax.slee.management.ComponentDescriptor
Get the vendor of the component.
getVersion() - Method in interface javax.slee.management.ComponentDescriptor
Get the version of the component.
GT - Static variable in class javax.slee.AddressPlan
The GT value indicates that the address is a Global Title.

H

H323 - Static variable in class javax.slee.AddressPlan
The H323 value indicates that the address is an H.323 address.
hashCode() - Method in class javax.slee.AddressPlan
Get a hash code value for this address plan.
hashCode() - Method in interface javax.slee.ComponentID
Get a hash code value for this component identifier.
hashCode() - Method in class javax.slee.Address
Get a hash code value for this address object.
hashCode() - Method in class javax.slee.AddressPresentation
Get a hash code value for this address presentation.
hashCode() - Method in class javax.slee.AddressScreening
Get a hash code value for this address screening.
hashCode() - Method in class javax.slee.management.ServiceState
Get a hash code value for this Service state.
hashCode() - Method in class javax.slee.management.AlarmNotification
Get a hash code value for this notification.
hashCode() - Method in class javax.slee.management.TraceNotification
Get a hash code value for this notification.
hashCode() - Method in class javax.slee.management.SleeState
Get a hash code value for this SLEE state.
hashCode() - Method in interface javax.slee.management.DeployableUnitID
Get a hash code value for this deployable unit identifier.
hashCode() - Method in class javax.slee.facilities.TimerPreserveMissed
Get a hash code value for this preserve-missed option object.
hashCode() - Method in class javax.slee.facilities.Level
Get a hash code value for this level.
hashCode() - Method in interface javax.slee.facilities.TimerID
Get a hash code value for this timer ID.
hashCode() - Method in class javax.slee.facilities.TimerOptions
Get a hash code value for this timer options object.
hashCode() - Method in class javax.slee.profile.ProfileID
Get a hash code value for this profile identifer.
hashCode() - Method in class javax.slee.usage.UsageNotification
Get a hash code value for this notification.
hashCode() - Method in interface javax.slee.connection.ExternalActivityHandle
Returns a hashcode for this handle.

I

INACTIVE - Static variable in class javax.slee.management.ServiceState
The INACTIVE state indicates that the Service has been successfully installed.
INFO - Static variable in class javax.slee.facilities.Level
Level for information messages.
InitialEventSelector - interface javax.slee.InitialEventSelector.
This interface defines selection criteria for initial events for Services.
install(String) - Method in interface javax.slee.management.DeploymentMBean
Install a deployable unit jar file into the SLEE.
InvalidArgumentException - exception javax.slee.InvalidArgumentException.
This exception class is thrown by management operations when given an illegal argument such as a zero-length string or invalid numerical value.
InvalidArgumentException() - Constructor for class javax.slee.InvalidArgumentException
Create an InvalidArgumentException with no detail message.
InvalidArgumentException(String) - Constructor for class javax.slee.InvalidArgumentException
Create an InvalidArgumentException with a detail message.
InvalidStateException - exception javax.slee.InvalidStateException.
This exception is thrown by management operations that change the state of some entity (such as the SLEE or a Service) when that entity is not in the correct state to transition to the selected state.
InvalidStateException() - Constructor for class javax.slee.InvalidStateException
Create an InvalidStateException with no detail message.
InvalidStateException(String) - Constructor for class javax.slee.InvalidStateException
Create an InvalidStateException with a detail message.
IP - Static variable in class javax.slee.AddressPlan
The IP value indicates that the address is an IP address in dotted notation.
isActive() - Method in class javax.slee.management.ServiceState
Determine if this ServiceState object represents the ACTIVE state of a Service.
isActivityContextSelected() - Method in interface javax.slee.InitialEventSelector
Determine if the Activity Context has been selected for use in the convergence name.
isAddressNotAvailable() - Method in class javax.slee.AddressPresentation
Determine if this AddressPresentation object represents the ADDRESS_NOT_AVAILABLE address presentation value.
isAddressProfileSelected() - Method in interface javax.slee.InitialEventSelector
Determine if the Address Profile has been selected for use in the convergence name.
isAddressSelected() - Method in interface javax.slee.InitialEventSelector
Determine if the Address has been selected for use in the convergence name.
isAESA() - Method in class javax.slee.AddressPlan
Determine if this AddressPlan object represents the AESA address plan value.
isAll() - Method in class javax.slee.facilities.TimerPreserveMissed
Determine if this TimerPreserveMissed object represents the ALL option.
isAllowed() - Method in class javax.slee.AddressPresentation
Determine if this AddressPresentation object represents the ALLOWED address presentation value.
isConfig() - Method in class javax.slee.facilities.Level
Determine if this Level object represents the CONFIG level.
isCounter() - Method in class javax.slee.usage.UsageNotification
Determine if the usage parameter updated is counter-type or sample-type.
isE164() - Method in class javax.slee.AddressPlan
Determine if this AddressPlan object represents the E164 address plan value.
isE164Mobile() - Method in class javax.slee.AddressPlan
Determine if this AddressPlan object represents the E164_MOBILE address plan value.
isEnding() - Method in interface javax.slee.ActivityContextInterface
Determine if the activity context is in the ending state.
isEventSelected() - Method in interface javax.slee.InitialEventSelector
Determine if the event has been selected for use in the convergence name.
isEventTypeSelected() - Method in interface javax.slee.InitialEventSelector
Determine if the event type has been selected for use in the convergence name.
isFine() - Method in class javax.slee.facilities.Level
Determine if this Level object represents the FINE level.
isFiner() - Method in class javax.slee.facilities.Level
Determine if this Level object represents the FINER level.
isFinest() - Method in class javax.slee.facilities.Level
Determine if this Level object represents the FINEST level.
isGT() - Method in class javax.slee.AddressPlan
Determine if this AddressPlan object represents the GT address plan value.
isH323() - Method in class javax.slee.AddressPlan
Determine if this AddressPlan object represents the H323 address plan value.
isHigherLevel(Level) - Method in class javax.slee.facilities.Level
Determine if this Level object represents a level that is higher or more severe that some other Level object.
isIdentical(SbbLocalObject) - Method in interface javax.slee.SbbLocalObject
Compare this SbbLocalObject for identity equality with another.
isInactive() - Method in class javax.slee.management.ServiceState
Determine if this ServiceState object represents the INACTIVE state of a Service.
isInitialEvent() - Method in interface javax.slee.InitialEventSelector
Determine if the event under consideration by the event router is an initial event for the Service.
isInstalled(ComponentID) - Method in interface javax.slee.management.DeploymentMBean
Test for the presence of a component.
isInstalled(DeployableUnitID) - Method in interface javax.slee.management.DeploymentMBean
Test for the presence of a deployable unit.
isIP() - Method in class javax.slee.AddressPlan
Determine if this AddressPlan object represents the IP address plan value.
isLast() - Method in class javax.slee.facilities.TimerPreserveMissed
Determine if this TimerPreserveMissed object represents the LAST option.
isMinor() - Method in class javax.slee.facilities.Level
Determine if this Level object represents the INFO level.
isMulticast() - Method in class javax.slee.AddressPlan
Determine if this AddressPlan object represents the MULTICAST address plan value.
isNetwork() - Method in class javax.slee.AddressScreening
Determine if this AddressScreening object represents the NETWORK address screening value.
isNone() - Method in class javax.slee.facilities.TimerPreserveMissed
Determine if this TimerPreserveMissed object represents the NONE option.
isNotificationEnabled(Notification) - Method in class javax.slee.management.AlarmLevelFilter
Determine whether the specified notification should be delivered to notification listeners using this notification filter.
isNotificationEnabled(Notification) - Method in class javax.slee.management.TraceLevelFilter
Determine whether the specified notification should be delivered to notification listeners using this notification filter.
isNotificationEnabled(Notification) - Method in class javax.slee.management.AlarmThresholdFilter
Determine whether the specified notification should be delivered to notification listeners using this notification filter.
isNotificationEnabled(Notification) - Method in class javax.slee.management.AlarmDuplicateFilter
Determine whether the specified notification should be delivered to notification listeners using this notification filter.
isNotificationEnabled(Notification) - Method in class javax.slee.usage.UsageOutOfRangeFilter
Determine whether the specified notification should be delivered to notification listeners using this notification filter.
isNotificationEnabled(Notification) - Method in class javax.slee.usage.UsageThresholdFilter
Determine whether the specified notification should be delivered to notification listeners using this notification filter.
isNotificationEnabled(Notification) - Method in class javax.slee.usage.UsageUpdatedFilter
Determine whether the specified notification should be delivered to notification listeners using this notification filter.
isNotPresent() - Method in class javax.slee.AddressPlan
Determine if this AddressPlan object represents the NOT_PRESENT address plan value.
isNSAP() - Method in class javax.slee.AddressPlan
Determine if this AddressPlan object represents the NSAP address plan value.
isOff() - Method in class javax.slee.facilities.Level
Determine if this Level object represents the OFF level.
isPersistent() - Method in class javax.slee.facilities.TimerOptions
Test if the persistent timer flag is set.
isProfileDirty() - Method in interface javax.slee.profile.ProfileMBean
Determine if the profile has been modified since the request to edit the profile.
isProfileDirty() - Method in interface javax.slee.profile.ProfileManagement
Determine if the profile has been dirtied by an uncommitted change to its state.
isProfileValid(ProfileID) - Method in interface javax.slee.profile.ProfileManagement
Determine if the profile referenced by a specified profile identifier currently exists.
isProfileWriteable() - Method in interface javax.slee.profile.ProfileMBean
Get the current read-write status of the profile.
isRemoveRolledBack() - Method in interface javax.slee.RolledBackContext
Determine if the transaction that rolled back included a SLEE-originated logical cascading removal method invocation.
isRestricted() - Method in class javax.slee.AddressPresentation
Determine if this AddressPresentation object represents the RESTRICTED address presentation value.
isRunning() - Method in class javax.slee.management.SleeState
Determine if this SleeState object represents the RUNNING state of the SLEE.
isSevere() - Method in class javax.slee.facilities.Level
Determine if this Level object represents the SEVERE level.
isSIP() - Method in class javax.slee.AddressPlan
Determine if this AddressPlan object represents the SIP address plan value.
isSleeProfile() - Method in class javax.slee.AddressPlan
Determine if this AddressPlan object represents the SLEE_PROFILE address plan value.
isSleeProfileTable() - Method in class javax.slee.AddressPlan
Determine if this AddressPlan object represents the SLEE_PROFILE_TABLE address plan value.
isSMTP() - Method in class javax.slee.AddressPlan
Determine if this AddressPlan object represents the SMTP address plan value.
isSSN() - Method in class javax.slee.AddressPlan
Determine if this AddressPlan object represents the SSN address plan value.
isStarting() - Method in class javax.slee.management.SleeState
Determine if this SleeState object represents the STARTING state of the SLEE.
isStopped() - Method in class javax.slee.management.SleeState
Determine if this SleeState object represents the STOPPED state of the SLEE.
isStopping() - Method in class javax.slee.management.ServiceState
Determine if this ServiceState object represents the STOPPING state of a Service.
isStopping() - Method in class javax.slee.management.SleeState
Determine if this SleeState object represents the STOPPING state of the SLEE.
isUndefined() - Method in class javax.slee.AddressPlan
Determine if this AddressPlan object represents the UNDEFINED address plan value.
isUndefined() - Method in class javax.slee.AddressPresentation
Determine if this AddressPresentation object represents the UNDEFINED address presentation value.
isUndefined() - Method in class javax.slee.AddressScreening
Determine if this AddressScreening object represents the UNDEFINED address screening value.
isUnicast() - Method in class javax.slee.AddressPlan
Determine if this AddressPlan object represents the UNICAST address plan value.
isURI() - Method in class javax.slee.AddressPlan
Determine if this AddressPlan object represents the URI address plan value.
isUserNotVerified() - Method in class javax.slee.AddressScreening
Determine if this AddressScreening object represents the USER_NOT_VERIFIED address screening value.
isUserVerifiedFailed() - Method in class javax.slee.AddressScreening
Determine if this AddressScreening object represents the USER_VERIFIED_FAILED address screening value.
isUserVerifiedPassed() - Method in class javax.slee.AddressScreening
Determine if this AddressScreening object represents the USER_VERIFIED_PASSED address screening value.
isWarning() - Method in class javax.slee.facilities.Level
Determine if this Level object represents the WARNING level.
isX400() - Method in class javax.slee.AddressPlan
Determine if this AddressPlan object represents the X400 address plan value.

J

javax.slee - package javax.slee
 
javax.slee.connection - package javax.slee.connection
 
javax.slee.facilities - package javax.slee.facilities
 
javax.slee.management - package javax.slee.management
 
javax.slee.nullactivity - package javax.slee.nullactivity
 
javax.slee.profile - package javax.slee.profile
 
javax.slee.resource - package javax.slee.resource
 
javax.slee.serviceactivity - package javax.slee.serviceactivity
 
javax.slee.usage - package javax.slee.usage
 

L

LAST - Static variable in class javax.slee.facilities.TimerPreserveMissed
Preserve-missed value for the LAST option.
Level - class javax.slee.facilities.Level.
This class defines an enumerated type for the alarm and trace levels supported by the Alarm Facility and Trace Facility.
LEVEL_CONFIG - Static variable in class javax.slee.facilities.Level
An integer representation of Level.CONFIG.
LEVEL_FINE - Static variable in class javax.slee.facilities.Level
An integer representation of Level.FINE.
LEVEL_FINER - Static variable in class javax.slee.facilities.Level
An integer representation of Level.FINER.
LEVEL_FINEST - Static variable in class javax.slee.facilities.Level
An integer representation of Level.FINEST.
LEVEL_INFO - Static variable in class javax.slee.facilities.Level
An integer representation of Level.INFO.
LEVEL_OFF - Static variable in class javax.slee.facilities.Level
An integer representation of Level.OFF.
LEVEL_SEVERE - Static variable in class javax.slee.facilities.Level
An integer representation of Level.SEVERE.
LEVEL_WARNING - Static variable in class javax.slee.facilities.Level
An integer representation of Level.WARNING.
lookup(String) - Method in interface javax.slee.facilities.ActivityContextNamingFacility
Get a reference to the Activity Context bound to a particular name.

M

ManagementException - exception javax.slee.management.ManagementException.
This exception is thrown by methods defined in the SLEE's management API if a management operation could not be successfully completed due to an unexpected system-level failure.
ManagementException(String) - Constructor for class javax.slee.management.ManagementException
Create a ManagementException with a detail message.
ManagementException(String, Throwable) - Constructor for class javax.slee.management.ManagementException
Create a ManagementException with a detail message and cause.
markProfileDirty() - Method in interface javax.slee.profile.ProfileManagement
Mark the profile as being dirty, that is, that it has been modified since it was last committed.
maskEvent(String[], ActivityContextInterface) - Method in interface javax.slee.SbbContext
Mask events fired on an Activity Context from delivery to the SBB entity currently associated with the instance.
MULTICAST - Static variable in class javax.slee.AddressPlan
The MULTICAST value indicates that the address is an IP address in dotted notation that is either an IPv4 class D address or an equivalent IPv6 address.

N

NameAlreadyBoundException - exception javax.slee.facilities.NameAlreadyBoundException.
This exception is thrown by the Activity Context Naming Facility when an attempt is made to bind an Activity Context to a name that is already bound to some Activity Context.
NameAlreadyBoundException(String) - Constructor for class javax.slee.facilities.NameAlreadyBoundException
Create an NameAlreadyBoundException with a detail message.
NameNotBoundException - exception javax.slee.facilities.NameNotBoundException.
This exception is thrown by the Activity Context Naming Facility when an attempt is made to unbind an Activity Context from a name that is not bound.
NameNotBoundException(String) - Constructor for class javax.slee.facilities.NameNotBoundException
Create an NameNotBoundException with a detail message.
NETWORK - Static variable in class javax.slee.AddressScreening
The NETWORK value indicates that the address is a network or application provided address.
NONE - Static variable in class javax.slee.facilities.TimerPreserveMissed
Preserve-missed value for the NONE option.
NoSuchObjectLocalException - exception javax.slee.NoSuchObjectLocalException.
This exception is thrown if an attempt is made to invoke a method on an SBB entity that no longer exists.
NoSuchObjectLocalException(String) - Constructor for class javax.slee.NoSuchObjectLocalException
Create a NoSuchObjectLocalException with a detail message.
NoSuchObjectLocalException(String, Throwable) - Constructor for class javax.slee.NoSuchObjectLocalException
Create a NoSuchObjectLocalException with a detail message and cause.
NOT_PRESENT - Static variable in class javax.slee.AddressPlan
The NOT_PRESENT value indicates that the address is not present.
NotAttachedException - exception javax.slee.NotAttachedException.
This exception is thrown by methods in SbbContext if an SBB entity attempts to obtain or modify the event mask for an activity it is not attached to.
NotAttachedException() - Constructor for class javax.slee.NotAttachedException
Create a NotAttachedException with no detail message.
NotAttachedException(String) - Constructor for class javax.slee.NotAttachedException
Create a NotAttachedException with a detail message.
NSAP - Static variable in class javax.slee.AddressPlan
The NSAP value indicates that the address is a binary representation of a Network Service Access Point.
NullActivity - interface javax.slee.nullactivity.NullActivity.
This interface is implemented by null activity objects.
NullActivityContextInterfaceFactory - interface javax.slee.nullactivity.NullActivityContextInterfaceFactory.
The Null Activity Context Interface Factory is used by SBBs to obtain an ActivityContextInterface object for a null activity.
NullActivityFactory - interface javax.slee.nullactivity.NullActivityFactory.
The Null Activity Factory is used by SBBs to create new null activities.

O

OFF - Static variable in class javax.slee.facilities.Level
Level for maximum filtering.

P

PeerUnavailableException - exception javax.slee.management.PeerUnavailableException.
This exception is thrown by the SleeProviderFactory to indicate that a SleeProvider peer class could not be instantiated using the class name provided.
PeerUnavailableException(String) - Constructor for class javax.slee.management.PeerUnavailableException
Create a PeerUnavailableException with a detail message.
PeerUnavailableException(String, Throwable) - Constructor for class javax.slee.management.PeerUnavailableException
Create a PeerUnavailableException with a detail message and cause.
PRESERVE_ALL - Static variable in class javax.slee.facilities.TimerPreserveMissed
An integer representation of TimerPreserveMissed.ALL.
PRESERVE_LAST - Static variable in class javax.slee.facilities.TimerPreserveMissed
An integer representation of TimerPreserveMissed.LAST.
PRESERVE_NONE - Static variable in class javax.slee.facilities.TimerPreserveMissed
An integer representation of TimerPreserveMissed.NONE.
ProfileAddedEvent - interface javax.slee.profile.ProfileAddedEvent.
This interface is implemented by profile added events generated by ProfileProvisioningMBean objects when a profile is added to a profile table.
ProfileAlreadyExistsException - exception javax.slee.profile.ProfileAlreadyExistsException.
This exception is thrown by the ProfileProvisioningMBean.createProfile method when passed the name of a profile that is already in use.
ProfileAlreadyExistsException() - Constructor for class javax.slee.profile.ProfileAlreadyExistsException
Create an ProfileAlreadyExistsException with no detail message.
ProfileAlreadyExistsException(String) - Constructor for class javax.slee.profile.ProfileAlreadyExistsException
Create an ProfileAlreadyExistsException with a detail message.
ProfileFacility - interface javax.slee.profile.ProfileFacility.
The Profile Facility allows SBB entities to interrogate the profile database to find profiles that match a selection criteria.
ProfileID - class javax.slee.profile.ProfileID.
The ProfileID class defines an indentifer that can be used to reference profiles.
ProfileID(Address) - Constructor for class javax.slee.profile.ProfileID
Create a ProfileID object from an address.
ProfileID(String, String) - Constructor for class javax.slee.profile.ProfileID
Create a ProfileID object using a profile table name and profile name.
ProfileImplementationException - exception javax.slee.profile.ProfileImplementationException.
This exception wraps an exception thrown by profile management code implemented by an SBB developer.
ProfileImplementationException(Throwable) - Constructor for class javax.slee.profile.ProfileImplementationException
Create a ProfileImplementationException with a detail message and cause.
profileInitialize() - Method in interface javax.slee.profile.ProfileManagement
The SLEE invokes this operation once the persistence representation for the profile has been created.
profileLoad() - Method in interface javax.slee.profile.ProfileManagement
The SLEE invokes this method on a profile when the state of the profile object needs to be synchronized with the state in the underlying data source.
ProfileManagement - interface javax.slee.profile.ProfileManagement.
This interface must be implemented by a Profile Management Abstract Class if a profile specification includes such a class.
ProfileMBean - interface javax.slee.profile.ProfileMBean.
This interface must be implemented by a Profile MBean Class generated by the SLEE for a profile specification.
ProfileProvisioningMBean - interface javax.slee.management.ProfileProvisioningMBean.
The ProfileProvisiningMBean interface defines management operations for creating, removing, and interacting with profiles and profile tables.
ProfileRemovedEvent - interface javax.slee.profile.ProfileRemovedEvent.
This interface is implemented by profile removed events generated by ProfileProvisioningMBean objects when a profile is removed from a profile table.
ProfileSpecificationDescriptor - interface javax.slee.profile.ProfileSpecificationDescriptor.
This interface provides access to deployment-specific attributes that describe an installed profile specification.
ProfileSpecificationID - interface javax.slee.profile.ProfileSpecificationID.
The ProfileSpecificationID interface is a marker interface implemented by every Java object that encapsulates profile specification component identity.
profileStore() - Method in interface javax.slee.profile.ProfileManagement
The SLEE invokes this operation when the state of the underlying data source needs to be synchronized with the state of the profile.
ProfileTableActivity - interface javax.slee.profile.ProfileTableActivity.
This interface is implemented by activity objects on which profile table events propagate.
ProfileTableActivityContextInterfaceFactory - interface javax.slee.profile.ProfileTableActivityContextInterfaceFactory.
The Profile Table Activity Context Interface Factory is used by SBBs to obtain an ActivityContextInterface object for a profile table activity.
ProfileTableAlreadyExistsException - exception javax.slee.profile.ProfileTableAlreadyExistsException.
This exception is thrown by the ProfileProvisioningMBean.createProfileTable method when passed the name of a profile table that is already in use.
ProfileTableAlreadyExistsException() - Constructor for class javax.slee.profile.ProfileTableAlreadyExistsException
Create an ProfileTableAlreadyExistsException with no detail message.
ProfileTableAlreadyExistsException(String) - Constructor for class javax.slee.profile.ProfileTableAlreadyExistsException
Create an ProfileTableAlreadyExistsException with a detail message.
ProfileUpdatedEvent - interface javax.slee.profile.ProfileUpdatedEvent.
This interface is implemented by profile updated events generated by ProfileMBean objects when a profile is updated.
ProfileVerificationException - exception javax.slee.profile.ProfileVerificationException.
This exception can be thrown by the ProfileManagement.profileVerify() callback method if the state of the profile's CMP fields is not deemed to be a valid configuration for SBBs.
ProfileVerificationException(String) - Constructor for class javax.slee.profile.ProfileVerificationException
Create a ProfileVerificationException with the a detail message.
ProfileVerificationException(String, Throwable) - Constructor for class javax.slee.profile.ProfileVerificationException
Create a ProfileVerificationException with a detail message and cause.
profileVerify() - Method in interface javax.slee.profile.ProfileManagement
The SLEE invokes this operation in response to a request by the Administrator to commit any changes made to the profile.

R

ReadOnlyProfileException - exception javax.slee.profile.ReadOnlyProfileException.
This exception is thrown by a Profile Management class implemented by the SLEE if an attempt is made to change the value of a profile attribute when the profile is in the read-only state.
ReadOnlyProfileException() - Constructor for class javax.slee.profile.ReadOnlyProfileException
Create a ReadOnlyProfileException with no detail message.
ReadOnlyProfileException(String) - Constructor for class javax.slee.profile.ReadOnlyProfileException
Create a ReadOnlyProfileException with a detail message.
remove() - Method in interface javax.slee.SbbLocalObject
Remove the SBB entity referenced by this SbbLocalObject.
removeProfile(String, String) - Method in interface javax.slee.management.ProfileProvisioningMBean
Remove a profile from a profile table.
removeProfileTable(String) - Method in interface javax.slee.management.ProfileProvisioningMBean
Remove a profile table.
removeUsageParameterSet(SbbID, String) - Method in interface javax.slee.management.ServiceUsageMBean
Remove an existing usage parameter set that the specified SBB is permitted to use in the one-argument form of the get-usage-parameters methods, when the service component identifer argument of the get-usage-parameters method identifies the Service that this MBean provides usage management access for.
renameProfileTable(String, String) - Method in interface javax.slee.management.ProfileProvisioningMBean
Rename a profile table.
resetAllUsageParameters() - Method in interface javax.slee.management.ServiceUsageMBean
Reset all usage parameters in the unamed usage parameter set, and all named usage parameter sets, of all SBB participating in the Service whose usage information is being managed by this MBean.
resetAllUsageParameters() - Method in interface javax.slee.usage.SbbUsageMBean
Reset all SBB usage parameters in the usage parameter set managed by this MBean.
resetAllUsageParameters(SbbID) - Method in interface javax.slee.management.ServiceUsageMBean
Reset all usage parameters in the unamed usage parameter set, and all named usage parameter sets, of the specified SBB.
ResourceAdaptorDescriptor - interface javax.slee.resource.ResourceAdaptorDescriptor.
This interface provides access to deployment-specific attributes that describe an installed resource adaptor.
ResourceAdaptorID - interface javax.slee.resource.ResourceAdaptorID.
The ResourceAdaptorID interface is a marker interface implemented by every Java object that encapsulates resource adaptor component identity.
ResourceAdaptorTypeDescriptor - interface javax.slee.resource.ResourceAdaptorTypeDescriptor.
This interface provides access to deployment-specific attributes that describe an installed resource adaptor type.
ResourceAdaptorTypeID - interface javax.slee.resource.ResourceAdaptorTypeID.
The ResourceAdaptorTypeID interface is a marker interface implemented by every Java object that encapsulates resource adaptor type component identity.
ResourceInfoProfileCMP - interface javax.slee.profile.ResourceInfoProfileCMP.
This interface must be used for profile specifications that will be used for a Service's Resource Info Profile Table.
restoreProfile() - Method in interface javax.slee.profile.ProfileMBean
Request that changes made to profile should be discarded by the SLEE.
RESTRICTED - Static variable in class javax.slee.AddressPresentation
The RESTRICTED value indicates that the address presentation is restricted.
RolledBackContext - interface javax.slee.RolledBackContext.
This interface defines the context for an sbbRolledBack method invocation on an SBB abstract class.
RUNNING - Static variable in class javax.slee.management.SleeState
In the RUNNING state the SLEE and resource adaptors are generating events and the SLEE's event routing subsystem is actively creating SBBs and delivering events to them.

S

SampleStatistics - interface javax.slee.usage.SampleStatistics.
This interface provides basic statistical information for a sample-type SBB usage parameter.
Sbb - interface javax.slee.Sbb.
The Sbb interface is implemented by every Service Building Block (SBB) abstract class.
sbbActivate() - Method in interface javax.slee.Sbb
The SLEE invokes this method on an SBB object in the Pooled state when the SLEE reassigns the SBB object to an existing SBB entity.
SbbContext - interface javax.slee.SbbContext.
The SbbContext interface provides an SBB object with access to SLEE-managed state that is dependent on the SBB's currently executing context.
sbbCreate() - Method in interface javax.slee.Sbb
The SLEE invokes this method on an SBB object in the Pooled state when it needs to create a new SBB entity.
SbbDescriptor - interface javax.slee.management.SbbDescriptor.
This interface provides access to deployment-specific attributes that describe an installed SBB.
sbbExceptionThrown(Exception, Object, ActivityContextInterface) - Method in interface javax.slee.Sbb
This SLEE invokes this method on an SBB object when a mandatory transactional method of the SBB object throws an unchecked exception.
SbbID - interface javax.slee.SbbID.
The SbbID interface is a marker interface implemented by every Java object that encapsulates SBB component identity.
sbbLoad() - Method in interface javax.slee.Sbb
The SLEE invokes this method on an SBB entity when the state of the SBB entity needs to be synchronized with the state in the underlying data source.
SbbLocalObject - interface javax.slee.SbbLocalObject.
The SbbLocalObject interface must be extended by all SBB local interfaces used for synchronous SBB invocations.
sbbPassivate() - Method in interface javax.slee.Sbb
The SLEE invokes this method on an SBB object in the Ready state when the SLEE needs to reclaim the SBB object assigned to an SBB entity.
sbbPostCreate() - Method in interface javax.slee.Sbb
The SLEE invokes this method on an SBB object in the Pooled state when it needs to create a new SBB entity.
sbbRemove() - Method in interface javax.slee.Sbb
The SLEE invokes this method on an SBB entity when the SBB entity is going to be removed.
sbbRolledBack(RolledBackContext) - Method in interface javax.slee.Sbb
The SLEE invokes this method on an SBB entity when a transaction started immediately prior to invoking the SBB entity rolls back.
sbbStore() - Method in interface javax.slee.Sbb
The SLEE invokes this method on an SBB entity when the state of the underlying data source needs to be synchronized with the state of the SBB entity.
SbbUsageMBean - interface javax.slee.usage.SbbUsageMBean.
The SbbUsageMBean interface must be implemented by a SBB Usage MBean Class generated by the SLEE.
SERVICE_ACTIVE - Static variable in class javax.slee.management.ServiceState
An integer representation of the ServiceState.ACTIVE state.
SERVICE_INACTIVE - Static variable in class javax.slee.management.ServiceState
An integer representation of the ServiceState.INACTIVE state.
SERVICE_STOPPING - Static variable in class javax.slee.management.ServiceState
An integer representation of the ServiceState.STOPPING state.
ServiceActivity - interface javax.slee.serviceactivity.ServiceActivity.
This interface is implemented by Service activity objects.
ServiceActivityContextInterfaceFactory - interface javax.slee.serviceactivity.ServiceActivityContextInterfaceFactory.
The Service Activity Context Interface Factory is used by SBBs to obtain an ActivityContextInterface object for a Service activity.
ServiceActivityFactory - interface javax.slee.serviceactivity.ServiceActivityFactory.
The Service Activity Factory is used by SBBs to get their Service activity object.
ServiceDescriptor - interface javax.slee.management.ServiceDescriptor.
This interface provides access to deployment-specific attributes that describe an installed Service.
ServiceID - interface javax.slee.ServiceID.
The ServiceID interface is a marker interface implemented by every Java object that encapsulates Service component identity.
ServiceManagementMBean - interface javax.slee.management.ServiceManagementMBean.
The ServiceManagementMBean interface defines Service-related management operations.
ServiceStartedEvent - interface javax.slee.serviceactivity.ServiceStartedEvent.
This interface is implemented by Service started events genererated by the SLEE when a Service is started.
ServiceState - class javax.slee.management.ServiceState.
This class defines an enumerated type that encapsulates the state of a Service.
ServiceUsageMBean - interface javax.slee.management.ServiceUsageMBean.
The ServiceUsageMBean interface defines service usage-related management operations.
setActivityContextSelected(boolean) - Method in interface javax.slee.InitialEventSelector
Set the selection criteria for the Activity Context convergence name variable.
setAddress(Address) - Method in interface javax.slee.InitialEventSelector
Set the Address for the event.
setAddresses(Address[]) - Method in interface javax.slee.profile.AddressProfileCMP
Set the addresses for this profile.
setAddressProfileSelected(boolean) - Method in interface javax.slee.InitialEventSelector
Set the selection criteria for the Address Profile convergence name variable.
setAddressSelected(boolean) - Method in interface javax.slee.InitialEventSelector
Set the selection criteria for the Address convergence name variable.
setCustomName(String) - Method in interface javax.slee.InitialEventSelector
Set the custom name for the event.
setEventSelected(boolean) - Method in interface javax.slee.InitialEventSelector
Set the selection criteria for the event convergence name variable.
setEventTypeSelected(boolean) - Method in interface javax.slee.InitialEventSelector
Set the selection criteria for the event type convergence name variable.
setInfo(String) - Method in interface javax.slee.profile.ResourceInfoProfileCMP
Set the resource information.
setInitialEvent(boolean) - Method in interface javax.slee.InitialEventSelector
Set the initial event flag for the event under consideration by the event router.
setPersistent(boolean) - Method in class javax.slee.facilities.TimerOptions
Set the persistent timer flag.
setPreserveMissed(TimerPreserveMissed) - Method in class javax.slee.facilities.TimerOptions
Set the value of the preserve missed option.
setProfileID(String, String) - Method in class javax.slee.profile.ProfileID
Set the profile table and profile referenced by this profile identifier to new values.
setRollbackOnly() - Method in interface javax.slee.SbbContext
Mark the current transaction for rollback.
setSbbContext(SbbContext) - Method in interface javax.slee.Sbb
Set the SbbContext object for the SBB object.
setSbbPriority(byte) - Method in interface javax.slee.SbbLocalObject
Set the invocation priority for the SBB entity referenced by this SbbLocalObject.
setTimeout(long) - Method in class javax.slee.facilities.TimerOptions
Set the timeout period.
setTimer(ActivityContextInterface, Address, long, long, int, TimerOptions) - Method in interface javax.slee.facilities.TimerFacility
Set a periodic timer.
setTimer(ActivityContextInterface, Address, long, TimerOptions) - Method in interface javax.slee.facilities.TimerFacility
Set a non-periodic timer.
setTraceLevel(ComponentID, Level) - Method in interface javax.slee.management.TraceMBean
Set the trace filter level for a particular component.
SEVERE - Static variable in class javax.slee.facilities.Level
Level for messages indicating a severe failure.
shutdown() - Method in interface javax.slee.management.SleeManagementMBean
Shutdown and terminate all SLEE processes related to this server image.
SIP - Static variable in class javax.slee.AddressPlan
The SIP value indicates that the address is a Session Initiation Protocol address as specified in IETF RFC 2543.
SLEE_PROFILE - Static variable in class javax.slee.AddressPlan
The SLEE_PROFILE value indicates that the address is the encoded table name and profile name of a SLEE profile.
SLEE_PROFILE_TABLE - Static variable in class javax.slee.AddressPlan
The SLEE_PROFILE_TABLE value indicates that the address is the name of SLEE profile table.
SLEE_RUNNING - Static variable in class javax.slee.management.SleeState
An integer representation of the SleeState.RUNNING state.
SLEE_STARTING - Static variable in class javax.slee.management.SleeState
An integer representation of the SleeState.STARTING state.
SLEE_STATE_CHANGE_NOTIFICATION_TYPE - Static variable in interface javax.slee.management.SleeManagementMBean
The notification type of SleeStateChange notifications emitted by this MBean.
SLEE_STOPPED - Static variable in class javax.slee.management.SleeState
An integer representation of the SleeState.STOPPED state.
SLEE_STOPPING - Static variable in class javax.slee.management.SleeState
An integer representation of the SleeState.STOPPING state.
SleeConnection - interface javax.slee.connection.SleeConnection.
An application handle to a physical event-delivery connection to a SLEE.
SleeConnectionFactory - interface javax.slee.connection.SleeConnectionFactory.
A factory interface allowing the creation of SleeConnection instances.
SLEEException - exception javax.slee.SLEEException.
This exception indicates a failure in the underlying SLEE container.
SLEEException(String) - Constructor for class javax.slee.SLEEException
Create a SLEEException with a detail message.
SLEEException(String, Throwable) - Constructor for class javax.slee.SLEEException
Create a SLEEException with a detail message and cause.
SleeManagementMBean - interface javax.slee.management.SleeManagementMBean.
The SleeManagementMBean interface defines the central management interface for the SLEE.
SleeProvider - interface javax.slee.management.SleeProvider.
The SleeProvider interface provides a management client with enough information to begin interacting with a SLEE's management subsystem.
SleeProviderFactory - class javax.slee.management.SleeProviderFactory.
The SleeProviderFactory provides a static factory method for instantiating SleeProvider peer classes.
SleeProviderFactory() - Constructor for class javax.slee.management.SleeProviderFactory
 
SleeState - class javax.slee.management.SleeState.
This class defines an enumerated type that encapsulates the operational state of the SLEE.
SleeStateChangeNotification - class javax.slee.management.SleeStateChangeNotification.
This notification is emitted by a SleeManagementMBean object to indicate a change in the operational state of the SLEE.
SleeStateChangeNotification(SleeManagementMBean, SleeState, SleeState, long) - Constructor for class javax.slee.management.SleeStateChangeNotification
Create a SleeStateChangeNotification to notify listeners of a change in the operational state of the SLEE.
SMTP - Static variable in class javax.slee.AddressPlan
The SMTP value indicates that the address is an email address as defined in IETF RFC 822.
SSN - Static variable in class javax.slee.AddressPlan
The SSN value indicates that the address is a Sub System Number.
start() - Method in interface javax.slee.management.SleeManagementMBean
Request that the SLEE's event routing subsystem be started.
STARTING - Static variable in class javax.slee.management.SleeState
The STARTING state is a transitional state between SleeState.STOPPED and SleeState.RUNNING.
stop() - Method in interface javax.slee.management.SleeManagementMBean
Request that the SLEE's event routing subsystem be stopped.
STOPPED - Static variable in class javax.slee.management.SleeState
The STOPPED state is the initial state for the SLEE on startup.
STOPPING - Static variable in class javax.slee.management.ServiceState
The STOPPING state indicates that an active Service has been deactivated, but some instances of the Service are still running.
STOPPING - Static variable in class javax.slee.management.SleeState
The STOPPING state is a transitional state between SleeState.STARTING or SleeState.RUNNING and SleeState.STOPPED.

T

TimerEvent - interface javax.slee.facilities.TimerEvent.
This interface is implemented by timer events generated by the Timer Facility.
TimerFacility - interface javax.slee.facilities.TimerFacility.
The Timer Facility allows an SBB entity to set and cancel timers.
TimerID - interface javax.slee.facilities.TimerID.
A TimerID is used to identify a timer started by an SBB entity.
TimerOptions - class javax.slee.facilities.TimerOptions.
The TimerOptions class specifies the behavior of a timer when it is set.
TimerOptions() - Constructor for class javax.slee.facilities.TimerOptions
Create a TimerOptions object that describes the default timer behavior.
TimerOptions(boolean, long, TimerPreserveMissed) - Constructor for class javax.slee.facilities.TimerOptions
Create a TimerOptions object for the specified timer behavior.
TimerOptions(TimerOptions) - Constructor for class javax.slee.facilities.TimerOptions
Create a TimerOptions object that has the same behavioral properties as another TimerOptions.
TimerPreserveMissed - class javax.slee.facilities.TimerPreserveMissed.
This class defines an enumerated type for the late-timer preservation options suppored by the Timer Facility.
toAddress() - Method in class javax.slee.profile.ProfileID
Get an Address object containing the address form of the profile identified by this profile identifier.
toInt() - Method in class javax.slee.AddressPlan
Get an integer value representation for this AddressPlan object.
toInt() - Method in class javax.slee.AddressPresentation
Get an integer value representation for this AddressPresentation object.
toInt() - Method in class javax.slee.AddressScreening
Get an integer value representation for this AddressScreening object.
toInt() - Method in class javax.slee.management.ServiceState
Get an integer value representation for this ServiceState object.
toInt() - Method in class javax.slee.management.SleeState
Get an integer value representation for this SleeState object.
toInt() - Method in class javax.slee.facilities.TimerPreserveMissed
Get an integer value representation for this TimerPreserveMissed object.
toInt() - Method in class javax.slee.facilities.Level
Get an integer value representation for this Level object.
toString() - Method in class javax.slee.AddressPlan
Get the textual representation of the address plan object.
toString() - Method in interface javax.slee.ComponentID
Get a string representation for this component identifier.
toString() - Method in class javax.slee.Address
Get the textual representation of the address object.
toString() - Method in class javax.slee.AddressPresentation
Get the textual representation of the address presentation object.
toString() - Method in class javax.slee.AddressScreening
Get the textual representation of the address screening object.
toString() - Method in class javax.slee.management.ServiceState
Get the textual representation of this Service state object.
toString() - Method in class javax.slee.management.AlarmNotification
Get a string representation for this notification.
toString() - Method in class javax.slee.management.TraceNotification
Get a string representation for this notification.
toString() - Method in class javax.slee.management.SleeState
Get the textual representation of the SLEE state object.
toString() - Method in interface javax.slee.management.DeployableUnitID
Get a string representation for this deployable unit identifier.
toString() - Method in class javax.slee.management.SleeStateChangeNotification
Get a string representation for this notification.
toString() - Method in class javax.slee.facilities.TimerPreserveMissed
Get the textual representation of the TimerPreserveMissed object.
toString() - Method in class javax.slee.facilities.Level
Get the textual representation of the Level object.
toString() - Method in interface javax.slee.facilities.TimerID
Get the textual representation of the timer ID object.
toString() - Method in class javax.slee.facilities.TimerOptions
Get the textual representation of the timer options object.
toString() - Method in class javax.slee.profile.ProfileID
Get a string representation for this profile identifier.
toString() - Method in class javax.slee.usage.UsageNotification
Get a string representation for this notification.
TRACE_NOTIFICATION_TYPE - Static variable in interface javax.slee.management.TraceMBean
The notification type of Trace notifications emitted by this MBean.
TraceFacility - interface javax.slee.facilities.TraceFacility.
The Trace Facility is used by SBBs (and other components as determined by the SLEE vendor) to generate trace notifications intended for consumption by management clients external to the SLEE.
TraceLevelFilter - class javax.slee.management.TraceLevelFilter.
A notification filter that filters TraceNotifications based on their trace level.
TraceLevelFilter(Level) - Constructor for class javax.slee.management.TraceLevelFilter
Create a TraceLevelFilter.
TraceMBean - interface javax.slee.management.TraceMBean.
The TraceMBean interface defines the management interface for the TraceFacility (and other vendor-specific trace generating interfaces).
TraceNotification - class javax.slee.management.TraceNotification.
This notification is emitted by a TraceMBean object when an installed component generates a trace message at a level high enough not to be filtered by the TraceMBean.
TraceNotification(TraceMBean, String, Object, Level, String, Throwable, long, long) - Constructor for class javax.slee.management.TraceNotification
Create a TraceNotification to notify listeners of a trace message.
TransactionRequiredLocalException - exception javax.slee.TransactionRequiredLocalException.
This exception is thrown by the SLEE when an mandatory transactional method is invoked without a valid transaction context.
TransactionRequiredLocalException(String) - Constructor for class javax.slee.TransactionRequiredLocalException
Create a TransactionRequiredLocalException with a detail message.
TransactionRequiredLocalException(String, Throwable) - Constructor for class javax.slee.TransactionRequiredLocalException
Create a TransactionRequiredLocalException with a detail message and cause.
TransactionRolledbackLocalException - exception javax.slee.TransactionRolledbackLocalException.
This exception is thrown by the SLEE when a method invoked on an SbbLocalObject throws an unchecked exception, or when a method invoked on a required-transactional facility is invoked without a transaction context and the newly created transaction fails to commit.
TransactionRolledbackLocalException(String) - Constructor for class javax.slee.TransactionRolledbackLocalException
Create a TransactionRolledbackLocalException with a detail message.
TransactionRolledbackLocalException(String, Throwable) - Constructor for class javax.slee.TransactionRolledbackLocalException
Create a TransactionRolledbackLocalException with a detail message and cause.

U

unbind(String) - Method in interface javax.slee.facilities.ActivityContextNamingFacility
Unbind a bound name.
UNDEFINED - Static variable in class javax.slee.AddressPlan
The UNDEFINED value indicates that the address is undefined.
UNDEFINED - Static variable in class javax.slee.AddressPresentation
The UNDEFINED value indicates that the address presentation is undefined.
UNDEFINED - Static variable in class javax.slee.AddressScreening
The UNDEFINED value indicates that the address screening is undefined.
UNICAST - Static variable in class javax.slee.AddressPlan
The UNICAST value indicates that the address is an IP address in dotted notation that is not a multicast or broadcast address.
uninstall(DeployableUnitID) - Method in interface javax.slee.management.DeploymentMBean
Uninstall a deployable unit jar file out of the SLEE.
UnrecognizedActivityException - exception javax.slee.UnrecognizedActivityException.
This exception is thrown if the activity object supplied to an activity context interface factory method is not an activity generated by a resource adaptor installed in the SLEE.
UnrecognizedActivityException(Object) - Constructor for class javax.slee.UnrecognizedActivityException
Create an UnrecognizedActivityException with no detail message.
UnrecognizedActivityException(String, Object) - Constructor for class javax.slee.UnrecognizedActivityException
Create an UnrecognizedActivityException with a detail message.
UnrecognizedAttributeException - exception javax.slee.profile.UnrecognizedAttributeException.
This exception is thrown by the ProfileProvisioningMBean.getProfilesByIndexedAttribute method when passed the name of an attribute that does not exist in the profile specification.
UnrecognizedAttributeException() - Constructor for class javax.slee.profile.UnrecognizedAttributeException
Create an UnrecognizedAttributeException with no detail message.
UnrecognizedAttributeException(String) - Constructor for class javax.slee.profile.UnrecognizedAttributeException
Create an UnrecognizedAttributeException with a detail message.
UnrecognizedComponentException - exception javax.slee.UnrecognizedComponentException.
This exception class is the base class for the exceptions that report that a ComponentID (or a deritive interface) object does not identify a component installed in the SLEE.
UnrecognizedComponentException() - Constructor for class javax.slee.UnrecognizedComponentException
Create an UnrecognizedComponentException with no detail message.
UnrecognizedComponentException(String) - Constructor for class javax.slee.UnrecognizedComponentException
Create an UnrecognizedComponentException with a detail message.
UnrecognizedDeployableUnitException - exception javax.slee.management.UnrecognizedDeployableUnitException.
This exception is thrown by management operations when passed a URL that does not correspond to an installed deployable unit, or when passed a DeployableUnitID object that is not recognized by the SLEE, or does not identify a deployable unit installed in the SLEE.
UnrecognizedDeployableUnitException() - Constructor for class javax.slee.management.UnrecognizedDeployableUnitException
Create an UnrecognizedDeployableUnitException with no detail message.
UnrecognizedDeployableUnitException(String) - Constructor for class javax.slee.management.UnrecognizedDeployableUnitException
Create an UnrecognizedDeployableUnitException with a detail message.
UnrecognizedEventException - exception javax.slee.UnrecognizedEventException.
This exception is thrown if the event names array passed to the SbbContext.maskEvent method contains the name of an event that is not received by the SBB.
UnrecognizedEventException() - Constructor for class javax.slee.UnrecognizedEventException
Create an UnrecognizedEventException with no detail message.
UnrecognizedEventException(String) - Constructor for class javax.slee.UnrecognizedEventException
Create an UnrecognizedEventException with a detail message.
UnrecognizedProfileNameException - exception javax.slee.profile.UnrecognizedProfileNameException.
This exception is thrown by the management operations in ProfileProvisioningMBean when passed the name of a profile that does not exist within the specified profile table.
UnrecognizedProfileNameException() - Constructor for class javax.slee.profile.UnrecognizedProfileNameException
Create an UnrecognizedProfileNameException with no detail message.
UnrecognizedProfileNameException(String) - Constructor for class javax.slee.profile.UnrecognizedProfileNameException
Create an UnrecognizedProfileNameException with a detail message.
UnrecognizedProfileSpecificationException - exception javax.slee.profile.UnrecognizedProfileSpecificationException.
This exception is thrown by management operations when passed a ProfileSpecificationID object that is not recognized by the SLEE, or does not identify a profile specification installed in the SLEE.
UnrecognizedProfileSpecificationException() - Constructor for class javax.slee.profile.UnrecognizedProfileSpecificationException
Create an UnrecognizedProfileSpecificationException with no detail message.
UnrecognizedProfileSpecificationException(String) - Constructor for class javax.slee.profile.UnrecognizedProfileSpecificationException
Create an UnrecognizedProfileSpecificationException with a detail message.
UnrecognizedProfileTableNameException - exception javax.slee.profile.UnrecognizedProfileTableNameException.
This exception is thrown by the management operations in ProfileProvisioningMBean when passed the name of a profile table that does not exist.
UnrecognizedProfileTableNameException() - Constructor for class javax.slee.profile.UnrecognizedProfileTableNameException
Create an UnrecognizedProfileTableNameException with no detail message.
UnrecognizedProfileTableNameException(String) - Constructor for class javax.slee.profile.UnrecognizedProfileTableNameException
Create an UnrecognizedProfileTableNameException with a detail message.
UnrecognizedSbbException - exception javax.slee.UnrecognizedSbbException.
This exception is thrown by management operations when passed a SbbID object that is not recognized by the SLEE, or does not identify an SBB installed in the SLEE.
UnrecognizedSbbException() - Constructor for class javax.slee.UnrecognizedSbbException
Create an UnrecognizedSbbException with no detail message.
UnrecognizedSbbException(String) - Constructor for class javax.slee.UnrecognizedSbbException
Create an UnrecognizedSbbException with a detail message.
UnrecognizedServiceException - exception javax.slee.UnrecognizedServiceException.
This exception is thrown by management operations when passed a ServiceID object that is not recognized by the SLEE, or does not identify a Service installed in the SLEE.
UnrecognizedServiceException() - Constructor for class javax.slee.UnrecognizedServiceException
Create an UnrecognizedServiceException with no detail message.
UnrecognizedServiceException(String) - Constructor for class javax.slee.UnrecognizedServiceException
Create an UnrecognizedServiceException with a detail message.
UnrecognizedUsageParameterSetNameException - exception javax.slee.usage.UnrecognizedUsageParameterSetNameException.
This exception is thrown by a ServiceUsageMBean when an attempt is made to refer to an SBB usage parameter set that does not exist.
UnrecognizedUsageParameterSetNameException() - Constructor for class javax.slee.usage.UnrecognizedUsageParameterSetNameException
Create an UnrecognizedUsageParameterSetNameException with no detail message.
UnrecognizedUsageParameterSetNameException(String) - Constructor for class javax.slee.usage.UnrecognizedUsageParameterSetNameException
Create an UnrecognizedUsageParameterSetNameException with a detail message.
unsetSbbContext() - Method in interface javax.slee.Sbb
Unset the SbbContext object for the SBB object.
URI - Static variable in class javax.slee.AddressPlan
The URI value indicates that the address is a uniform resource locator as defined in IETF RFC 2396.
USAGE_NOTIFICATION_TYPE - Static variable in interface javax.slee.usage.SbbUsageMBean
The notification type of usage notifications emitted by this MBean.
UsageNotification - class javax.slee.usage.UsageNotification.
This notification is emitted by an SbbUsageMBean object to indicate a counter-type usage parameter has been updated or a sample-type usage parameter has accumulated a new sample.
UsageNotification(SbbUsageMBean, ServiceID, SbbID, String, String, boolean, long, long, long) - Constructor for class javax.slee.usage.UsageNotification
Create a UsageNotification containing the updated value of an SBB's usage parameter.
UsageOutOfRangeFilter - class javax.slee.usage.UsageOutOfRangeFilter.
A notification filter that only allows through UsageNotifications where the Service component identifier, SBB component identifier, and the usage parameter name match specified values, and the value of the usage parameter contained in the notification falls outside a specified range.
UsageOutOfRangeFilter(ServiceID, SbbID, String, long, long) - Constructor for class javax.slee.usage.UsageOutOfRangeFilter
Create a UsageOutOfRangeFilter.
UsageParameterSetNameAlreadyExistsException - exception javax.slee.management.UsageParameterSetNameAlreadyExistsException.
This exception is thrown by a ServiceUsageMBean when an attempt is made to create an SBB parameter set with a name that has already been used.
UsageParameterSetNameAlreadyExistsException() - Constructor for class javax.slee.management.UsageParameterSetNameAlreadyExistsException
Create a UsageParameterSetNameAlreadyExistsException with no detail message.
UsageParameterSetNameAlreadyExistsException(String) - Constructor for class javax.slee.management.UsageParameterSetNameAlreadyExistsException
Create a UsageParameterSetNameAlreadyExistsException with a detail message.
UsageThresholdFilter - class javax.slee.usage.UsageThresholdFilter.
A notification filter that only allows through UsageNotifications where the Service component identifier, SBB component identifier, and the usage parameter name match specified values, and the value of the usage parameter has crossed a specified threshold (in either the positive or negative direction).
UsageThresholdFilter(ServiceID, SbbID, String, long) - Constructor for class javax.slee.usage.UsageThresholdFilter
Create a UsageThresholdFilter.
UsageUpdatedFilter - class javax.slee.usage.UsageUpdatedFilter.
A notification filter that only allows through UsageNotifications where the Service component identifier, SBB component identifier, and the usage parameter name match specified values.
UsageUpdatedFilter(ServiceID, SbbID, String) - Constructor for class javax.slee.usage.UsageUpdatedFilter
Create a UsageUpdatedFilter.
USER_NOT_VERIFIED - Static variable in class javax.slee.AddressScreening
The USER_NOT_VERIFIED value indicates that the user-provided address has not been verified.
USER_VERIFIED_FAILED - Static variable in class javax.slee.AddressScreening
The USER_VERIFIED_FAILED value indicates that the user-provider address has been verified but failed.
USER_VERIFIED_PASSED - Static variable in class javax.slee.AddressScreening
The USER_VERIFIED_PASSED value indicates that the user-provided address has been verified and passed.

W

WARNING - Static variable in class javax.slee.facilities.Level
Level for messages indicating warning conditions.

X

X400 - Static variable in class javax.slee.AddressPlan
The X400 value indicates that the address is an X400 address structured as a set of attribute value pairs separated by semicolons.

A B C D E F G H I J L M N O P R S T U W X