- Encodable - Interface in com.opencloud.rhino.cmp
-
This interface provides an alternative to the DatatypeCodec interface where the codec behaviour can be inlined directly into the datatype code.
- EncodableList<E> - Class in com.opencloud.rhino.util
-
Generic implementation of a list structure that can be stored in SLEE CMP fields with sensible serialisation semantics.
- EncodableList() - Constructor for class com.opencloud.rhino.util.EncodableList
-
Create an
EncodableList using
ARRAY as the default backing store.
- EncodableList(EncodableList.BackingStore) - Constructor for class com.opencloud.rhino.util.EncodableList
-
Create an EncodableList using the specified backing store.
- EncodableList(EncodableList.BackingStore, List<E>) - Constructor for class com.opencloud.rhino.util.EncodableList
-
Create an EncodableList using the specified backing store and list.
- EncodableList(DataInput, ClassLoader, DecoderUtils) - Constructor for class com.opencloud.rhino.util.EncodableList
-
Creates an EncodableList with state restored from the specified input stream.
- EncodableList.BackingStore - Enum in com.opencloud.rhino.util
-
Pre-defined backing stores for the EncodableList.
- EncodableMap<K,V> - Class in com.opencloud.rhino.util
-
Generic implementation of a map structure that can be stored in SLEE CMP fields with sensible serialisation semantics.
- EncodableMap() - Constructor for class com.opencloud.rhino.util.EncodableMap
-
- EncodableMap(EncodableMap.BackingStore) - Constructor for class com.opencloud.rhino.util.EncodableMap
-
Create an EncodableMap using the specified backing store.
- EncodableMap(EncodableMap.BackingStore, Map<K, V>) - Constructor for class com.opencloud.rhino.util.EncodableMap
-
Create an EncodableSet using the specified backing store and map.
- EncodableMap(DataInput, ClassLoader, DecoderUtils) - Constructor for class com.opencloud.rhino.util.EncodableMap
-
Creates an EncodableMap with state restored from the specified input stream.
- EncodableMap.BackingStore - Enum in com.opencloud.rhino.util
-
Pre-defined backing stores for the EncodableMap.
- EncodableSet<E> - Class in com.opencloud.rhino.util
-
Generic implementation of a set structure that can be stored in SLEE CMP fields with sensible serialisation semantics.
- EncodableSet() - Constructor for class com.opencloud.rhino.util.EncodableSet
-
- EncodableSet(EncodableSet.BackingStore) - Constructor for class com.opencloud.rhino.util.EncodableSet
-
Create an EncodableSet using the specified backing store.
- EncodableSet(EncodableSet.BackingStore, Set<E>) - Constructor for class com.opencloud.rhino.util.EncodableSet
-
Create an EncodableSet using the specified backing store and set.
- EncodableSet(DataInput, ClassLoader, DecoderUtils) - Constructor for class com.opencloud.rhino.util.EncodableSet
-
Creates an EncodableSet with state restored from the specified input stream.
- EncodableSet.BackingStore - Enum in com.opencloud.rhino.util
-
Pre-defined backing stores for the EncodableSet.
- encode(T, DataOutput, EncoderUtils) - Method in interface com.opencloud.rhino.cmp.codecs.DatatypeCodec
-
Encode the specified value to the given data output stream.
- encode(BigDecimal, DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.cmp.codecs.SimpleDatatypeCodecs.BigDecimalCodec
-
- encode(BigInteger, DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.cmp.codecs.SimpleDatatypeCodecs.BigIntegerCodec
-
- encode(Boolean, DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.cmp.codecs.SimpleDatatypeCodecs.BooleanCodec
-
- encode(byte[], DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.cmp.codecs.SimpleDatatypeCodecs.ByteArrayCodec
-
- encode(Byte, DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.cmp.codecs.SimpleDatatypeCodecs.ByteCodec
-
- encode(Character, DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.cmp.codecs.SimpleDatatypeCodecs.CharacterCodec
-
- encode(Double, DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.cmp.codecs.SimpleDatatypeCodecs.DoubleCodec
-
- encode(Float, DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.cmp.codecs.SimpleDatatypeCodecs.FloatCodec
-
- encode(Integer, DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.cmp.codecs.SimpleDatatypeCodecs.IntegerCodec
-
- encode(Long, DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.cmp.codecs.SimpleDatatypeCodecs.LongCodec
-
- encode(Short, DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.cmp.codecs.SimpleDatatypeCodecs.ShortCodec
-
- encode(String, DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.cmp.codecs.SimpleDatatypeCodecs.StringCodec
-
- encode(T, DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.cmp.codecs.SleeDatatypeCodecs.ActivityContextInterfaceCodec
-
- encode(EventContext, DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.cmp.codecs.SleeDatatypeCodecs.EventContextCodec
-
- encode(T, DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.cmp.codecs.SleeDatatypeCodecs.ProfileLocalObjectCodec
-
- encode(T, DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.cmp.codecs.SleeDatatypeCodecs.SbbLocalObjectCodec
-
- encode(TimerID, DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.cmp.codecs.SleeDatatypeCodecs.TimerIDCodec
-
- encode(DataOutput, EncoderUtils) - Method in interface com.opencloud.rhino.cmp.Encodable
-
Encode the state of this object to the given data output stream.
- encode(ByteBuffer) - Method in interface com.opencloud.rhino.facilities.sas.EncodeableParameter
-
- encode(DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.util.EncodableList
-
- encode(DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.util.EncodableMap
-
- encode(DataOutput, EncoderUtils) - Method in class com.opencloud.rhino.util.EncodableSet
-
- EncodeableParameter - Interface in com.opencloud.rhino.facilities.sas
-
Implemented by users of this facility when a message parameter should be encoded directly into a SAS message buffer (for performance reasons).
- encodeActivityContextInterface(ActivityContextInterface, DataOutput) - Method in interface com.opencloud.rhino.cmp.codecs.SleeDatatypeEncoder
-
Encode an ActivityContextInterface reference.
- encodeEventContext(EventContext, DataOutput) - Method in interface com.opencloud.rhino.cmp.codecs.SleeDatatypeEncoder
-
Encode an EventContext reference.
- encodeProfileLocalObject(ProfileLocalObject, DataOutput) - Method in interface com.opencloud.rhino.cmp.codecs.SleeDatatypeEncoder
-
Encode a ProfileLocalObject reference.
- EncoderUtils - Interface in com.opencloud.rhino.cmp.codecs
-
Utility datatype codec encoding functions.
- encodeSbbLocalObject(SbbLocalObject, DataOutput) - Method in interface com.opencloud.rhino.cmp.codecs.SleeDatatypeEncoder
-
Encode an SbbLocalObject reference.
- encodeTimerID(TimerID, DataOutput) - Method in interface com.opencloud.rhino.cmp.codecs.SleeDatatypeEncoder
-
Encode a TimerID.
- end() - Method in class com.opencloud.rhino.facilities.sas.NullTrailImpl
-
- end() - Method in interface com.opencloud.rhino.facilities.sas.Trail
-
End this trail.
- entrySet() - Method in interface com.opencloud.rhino.cmp.CMPFields
-
Get the names and values of CMP fields that currently have a value.
- entrySet() - Method in class com.opencloud.rhino.util.EncodableMap
-
- EnumParameter - Interface in com.opencloud.rhino.facilities.sas
-
A SAS enum parameter.
- enums - Variable in class com.opencloud.rhino.facilities.sas.bundle.Bundle
-
- EnvEntry - Class in com.opencloud.rhino.slee.environment
-
Metadata class representing a JNDI binding to an environment entry.
- EnvEntry(String, Object) - Constructor for class com.opencloud.rhino.slee.environment.EnvEntry
-
Create a new JNDI binding metadata object for an environment entry.
- equals(Object) - Method in class com.opencloud.rhino.facilities.sas.bundle.Bundle
-
- equals(Object) - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- equals(Object) - Method in class com.opencloud.rhino.facilities.sas.bundle.EventDescription
-
- equals(Object) - Method in class com.opencloud.rhino.facilities.sas.bundle.EventKey
-
- equals(Object) - Method in class com.opencloud.rhino.facilities.sas.bundle.MiniBundle
-
Returns true if this mini-bundle has exactly the same name, version, events and enums as the other.
- equals(Object) - Method in class com.opencloud.rhino.facilities.sas.bundle.SasEnum
-
- equals(Object) - Method in class com.opencloud.rhino.slee.environment.JndiBinding
-
- equals(Object) - Method in interface com.opencloud.rhino.slee.servicenodeactivity.ServiceNodeActivity
-
Determine if this Service Node Activity is equal to another object.
- equals(Object) - Method in class com.opencloud.rhino.util.EncodableList
-
- equals(Object) - Method in class com.opencloud.rhino.util.EncodableMap
-
- equals(Object) - Method in class com.opencloud.rhino.util.EncodableSet
-
- event(Enum<? extends SasEventEnum>) - Method in class com.opencloud.rhino.facilities.sas.NullTrailImpl
-
- event(Enum<? extends SasEventEnum>) - Method in interface com.opencloud.rhino.facilities.sas.Trail
-
Create an event message with given event.
- EventContextCodec() - Constructor for class com.opencloud.rhino.cmp.codecs.SleeDatatypeCodecs.EventContextCodec
-
- EventDescription - Class in com.opencloud.rhino.facilities.sas.bundle
-
- EventDescription() - Constructor for class com.opencloud.rhino.facilities.sas.bundle.EventDescription
-
Create an empty SAS event description
For use during parsing only.
- EventDescription(String, String, String, CallFlow, int) - Constructor for class com.opencloud.rhino.facilities.sas.bundle.EventDescription
-
- EventDescription(DataInput) - Constructor for class com.opencloud.rhino.facilities.sas.bundle.EventDescription
-
- EventKey - Class in com.opencloud.rhino.facilities.sas.bundle
-
- EventKey(String) - Constructor for class com.opencloud.rhino.facilities.sas.bundle.EventKey
-
Constuctor for parsing mini-bundle yaml files.
- EventKey(String, int) - Constructor for class com.opencloud.rhino.facilities.sas.bundle.EventKey
-
- EventKey(DataInput) - Constructor for class com.opencloud.rhino.facilities.sas.bundle.EventKey
-
- EventMessage - Interface in com.opencloud.rhino.facilities.sas
-
Methods to set message fields specific to Events.
- ExtendedTracer - Interface in com.opencloud.rhino.facilities
-
Rhino extensions to the SLEE-defined Tracer interface.
- generateFile(List<MiniBundle>) - Method in class com.opencloud.rhino.facilities.sas.bundle.GenerateMergedBundle
-
- GenerateMergedBundle - Class in com.opencloud.rhino.facilities.sas.bundle
-
- GenerateMergedBundle(String, String) - Constructor for class com.opencloud.rhino.facilities.sas.bundle.GenerateMergedBundle
-
- GenerateMergedBundle(String, String, String) - Constructor for class com.opencloud.rhino.facilities.sas.bundle.GenerateMergedBundle
-
- generateString(Iterable<MiniBundle>) - Method in class com.opencloud.rhino.facilities.sas.bundle.GenerateMergedBundle
-
- get(String) - Method in interface com.opencloud.rhino.cmp.CMPFields
-
Get the value of the CMP field with the specified name.
- get(int) - Method in class com.opencloud.rhino.util.EncodableList
-
- get(Object) - Method in class com.opencloud.rhino.util.EncodableMap
-
- getActivities() - Method in interface com.opencloud.rhino.slee.RhinoSbbContext
-
- getActivities(Class<?>) - Method in interface com.opencloud.rhino.slee.RhinoSbbContext
-
Get the set of Activity Contexts that the SBB entity currently associated with the instance is currently attached to, where the type of the underlying activity object is assignable to the specified type.
- getActivities() - Method in interface com.opencloud.rhino.slee.sbbpart.SbbPartContext
-
Get the set of Activity Contexts that the SBB entity currently associated with the SBB part is currently attached to.
- getActivities(Class<?>) - Method in interface com.opencloud.rhino.slee.sbbpart.SbbPartContext
-
Get the set of Activity Contexts that the SBB entity currently associated with the SBB part is currently attached to, where the type of the underlying activity object is assignable to the specified type.
- getActivity() - Method in interface com.opencloud.rhino.slee.servicenodeactivity.ServiceNodeActivityFactory
-
Get the Service Node Activity object for the invoking SBB.
- getActivityContextInterface(ServiceNodeActivity) - Method in interface com.opencloud.rhino.slee.servicenodeactivity.ServiceNodeActivityContextInterfaceFactory
-
Get an ActivityContextInterface object for a Service Node Activity.
- getAddress() - Method in interface com.opencloud.rhino.slee.ConvergenceName
-
Get the Address that was used during the construction of the convergence name.
- getCall_flow() - Method in class com.opencloud.rhino.facilities.sas.bundle.EventDescription
-
- getCall_info_id() - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- getCall_leg() - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- getCaption() - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- getChildRelation(String) - Method in interface com.opencloud.rhino.facilities.childrelations.ChildRelationFacility
-
Get a Child Relation object for the child relation declared with the specified name.
- getChildRelationFacility() - Method in interface com.opencloud.rhino.slee.RhinoSbbContext
-
Get the Child Relation Facility for this SBB.
- getChildRelationNames() - Method in interface com.opencloud.rhino.facilities.childrelations.ChildRelationFacility
-
Get the names of all child relations recognised by this facility.
- getChildSbbLocalHome(String) - Method in interface com.opencloud.rhino.facilities.childrelations.ChildRelationFacility
-
Get an SBB local home object for the SBB declared with the specified child relation name.
- getChildSbbs() - Method in interface com.opencloud.rhino.facilities.childrelations.ChildRelationFacility
-
Get a collection containing all child SBBs created by the SBB.
- getChildSbbs(Class<T>) - Method in interface com.opencloud.rhino.facilities.childrelations.ChildRelationFacility
-
Get a collection containing the child SBBs created by the SBB where the child SBB’s local interface is assignable to the specified interface.
- getChildTracer(String) - Method in interface com.opencloud.rhino.facilities.Tracer
-
Get a child tracer of this tracer with the specified name.
- getCMPFields() - Method in interface com.opencloud.rhino.slee.RhinoSbbContext
-
Get the CMP fields accessor object for this SBB.
- getCMPFields() - Method in interface com.opencloud.rhino.slee.sbbpart.SbbPartContext
-
Get the CMP fields accessor object for this SBB part.
- getConvergenceName() - Method in interface com.opencloud.rhino.slee.ConvergenceName
-
Get a string representation of the computed convergence name.
- getConvergenceName() - Method in interface com.opencloud.rhino.slee.RhinoSbbContext
-
Get the convergence name that this SBB was created for.
- getConvergenceName() - Method in interface com.opencloud.rhino.slee.sbbpart.SbbPartContext
-
Get the convergence name that the SBB entity the SBB part is associated with was created for.
- getCustomName() - Method in interface com.opencloud.rhino.slee.ConvergenceName
-
Get the custom name that was used during the construction of the convergence name.
- getData() - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- getDetails() - Method in class com.opencloud.rhino.facilities.sas.bundle.EventDescription
-
- getDirection() - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- getEncodableContext() - Method in interface com.opencloud.rhino.cmp.codecs.DecoderUtils
-
Get the encodable context object.
- getEncodableContext() - Method in interface com.opencloud.rhino.cmp.codecs.EncoderUtils
-
Get the encodable context object.
- getEnums() - Method in class com.opencloud.rhino.facilities.sas.bundle.Bundle
-
- getEvents() - Method in class com.opencloud.rhino.facilities.sas.bundle.MiniBundle
-
- getEvents() - Method in class com.opencloud.rhino.facilities.sas.bundle.SasBundle
-
- getExtendedTracer(ResourceAdaptorContext, String) - Static method in class com.opencloud.rhino.facilities.trace.TracerAccessor
-
- getExtendedTracer(SbbContext, String) - Static method in class com.opencloud.rhino.facilities.trace.TracerAccessor
-
- getExtendedTracer(ProfileContext, String) - Static method in class com.opencloud.rhino.facilities.trace.TracerAccessor
-
- getId() - Method in class com.opencloud.rhino.facilities.sas.bundle.EventKey
-
- getIdentifier() - Method in class com.opencloud.rhino.facilities.sas.bundle.BundleInfo
-
- getImmutableActivityContext(ActivityHandle) - Method in interface com.opencloud.rhino.facilities.logging.LoggingContextFacility
-
Gets an immutable copy of the activity’s logging context.
- getImmutableActivityContext(ActivityHandle) - Method in class com.opencloud.rhino.facilities.logging.NullLoggingContextFacilityImpl
-
- getImmutableThreadContext() - Method in interface com.opencloud.rhino.facilities.logging.LoggingContextFacility
-
Gets an immutable copy of the current thread’s logging context.
- getImmutableThreadContext() - Method in class com.opencloud.rhino.facilities.logging.NullLoggingContextFacilityImpl
-
- getInfo() - Method in class com.opencloud.rhino.facilities.sas.bundle.SasBundle
-
- getInvokingTrail() - Static method in class com.opencloud.rhino.facilities.sas.InvokingTrailAccessor
-
Gets the InvokingTrail.
- getJndiBindings() - Method in interface com.opencloud.rhino.slee.RhinoSbbContext
-
Get a map describing the JNDI bindings available to the SBB.
- getJndiBindings() - Method in interface com.opencloud.rhino.slee.sbbpart.SbbPartContext
-
Get a map describing the JNDI bindings available to the SBB part.
- getJndiName() - Method in class com.opencloud.rhino.slee.environment.JndiBinding
-
Get the JNDI name of the binding.
- getLevel() - Method in class com.opencloud.rhino.facilities.sas.bundle.EventDescription
-
- getLocal_address() - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- getMessage() - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- getMessage_id() - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- getMinimum_sas_version() - Method in class com.opencloud.rhino.facilities.sas.bundle.BundleInfo
-
- getName() - Method in class com.opencloud.rhino.facilities.sas.bundle.EventKey
-
- getName() - Method in class com.opencloud.rhino.facilities.sas.bundle.MiniBundle
-
- getName() - Method in class com.opencloud.rhino.facilities.sas.bundle.SasEnum
-
- getOrCreateTrail(ActivityHandle) - Method in class com.opencloud.rhino.facilities.sas.NullSasFacilityImpl
-
- getOrCreateTrail(EventContext) - Method in class com.opencloud.rhino.facilities.sas.NullSasFacilityImpl
-
- getOrCreateTrail(ActivityContextInterface) - Method in class com.opencloud.rhino.facilities.sas.NullSasFacilityImpl
-
- getOrCreateTrail(ActivityHandle) - Method in interface com.opencloud.rhino.facilities.sas.SasFacility
-
Get the trail attached to an activity or a new trail if one is not bound.
- getOrCreateTrail(EventContext) - Method in interface com.opencloud.rhino.facilities.sas.SasFacility
-
Get the trail attached to the activity owning an event, or a new trail if one is not bound.
- getOrCreateTrail(ActivityContextInterface) - Method in interface com.opencloud.rhino.facilities.sas.SasFacility
-
Get the trail attached to an activity or a new trail if one is not bound.
- getParentTracer() - Method in interface com.opencloud.rhino.facilities.Tracer
-
Get this tracer’s parent tracer.
- getPrefix() - Method in class com.opencloud.rhino.facilities.sas.bundle.MiniBundle
-
- getProfileLocalInterface() - Method in interface com.opencloud.rhino.facilities.profile.ProfileTableDescriptor
-
Get the profile local interface of profile objects returned from the profile table.
- getProfileSpecification() - Method in interface com.opencloud.rhino.facilities.profile.ProfileTableDescriptor
-
Get the component identifier of the profile specification that the profile table was created from.
- getProfileTableDescriptor(String) - Method in interface com.opencloud.rhino.facilities.profile.ProfileFacility
-
Get the profile table descriptor for the profile table with the specified name.
- getProfileTableInterface() - Method in interface com.opencloud.rhino.facilities.profile.ProfileTableDescriptor
-
Get the profile table interface of the profile table.
- getProtocol() - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- getReference() - Method in class com.opencloud.rhino.facilities.sas.NullSasFacilityImpl
-
- getRemote_address() - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- getResourceAdaptorType() - Method in class com.opencloud.rhino.slee.environment.ResourceAdaptorTypeBinding
-
Get the resource adaptor type of the binding.
- getSbbPart() - Method in interface com.opencloud.rhino.slee.sbbpart.SbbPartContext
-
Get the SBB part component identifier that identifies the SBB part component of the SBB part object.
- getService() - Method in interface com.opencloud.rhino.slee.servicenodeactivity.ServiceNodeActivity
-
Get the service component identifier that identifies the service component that this Service Node Activity was created for.
- getService() - Method in interface com.opencloud.rhino.slee.servicenodeactivity.ServiceNodeStartedEvent
-
Get the service component identifier that identifies the service component that has started.
- getServiceContext() - Method in interface com.opencloud.rhino.slee.RhinoSbbContext
-
Get the service context object.
- getSleeDatatypeDecoder() - Method in interface com.opencloud.rhino.cmp.codecs.DecoderUtils
-
Get the SLEE Datatype Decoder, a decoder of SLEE-specific datatypes that are not natively serialisable.
- getSleeDatatypeEncoder() - Method in interface com.opencloud.rhino.cmp.codecs.EncoderUtils
-
Get the SLEE Datatype Encoder, an encoder of SLEE-specific datatypes that are not natively serialisable.
- getSummary() - Method in class com.opencloud.rhino.facilities.sas.bundle.EventDescription
-
- getTracer(String) - Method in interface com.opencloud.rhino.slee.RhinoSbbContext
-
- getTracer(String) - Method in interface com.opencloud.rhino.slee.sbbpart.SbbPartContext
-
- getTrail(ActivityHandle) - Method in class com.opencloud.rhino.facilities.sas.NullSasFacilityImpl
-
- getTrail(ActivityHandle) - Method in interface com.opencloud.rhino.facilities.sas.SasFacility
-
Get the trail attached to an activity.
- getType() - Method in class com.opencloud.rhino.slee.environment.ActivityContextInterfaceFactoryBinding
-
- getType() - Method in class com.opencloud.rhino.slee.environment.EnvEntry
-
- getType() - Method in class com.opencloud.rhino.slee.environment.Facility
-
- getType() - Method in class com.opencloud.rhino.slee.environment.JndiBinding
-
Get the type of the binding.
- getType() - Method in class com.opencloud.rhino.slee.environment.LimiterEndpoint
-
- getType() - Method in class com.opencloud.rhino.slee.environment.ResourceAdaptorEntityBinding
-
- getUser_exp() - Method in class com.opencloud.rhino.facilities.sas.bundle.EventDescription
-
- getValue() - Method in class com.opencloud.rhino.facilities.sas.bundle.SasEnum
-
- getValue() - Method in class com.opencloud.rhino.slee.environment.JndiBinding
-
Get the value bound to the JNDI name.
- getVersion() - Method in class com.opencloud.rhino.facilities.sas.bundle.BundleInfo
-
- getVersion() - Method in class com.opencloud.rhino.facilities.sas.bundle.MiniBundle
-
- id - Variable in enum com.opencloud.rhino.facilities.sas.Markers
-
- id() - Method in class com.opencloud.rhino.facilities.sas.NullTrailImpl
-
- id() - Method in interface com.opencloud.rhino.facilities.sas.SasEventEnum
-
- indexOf(Object) - Method in class com.opencloud.rhino.util.EncodableList
-
- inferPackageName(Path) - Static method in class com.opencloud.rhino.facilities.sas.bundle.MiniBundle
-
- info(CharSequence) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- info(CharSequence, Throwable) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- info(String, Object...) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- info(String, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- info(String, Object, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- info(String, Object, Object, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- info(String, Object, Object, Object, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- info(String, Object, Object, Object, Object, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- info(String, Object, Object, Object, Object, Object, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- info(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- info(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- InitialValueField - Annotation Type in com.opencloud.rhino.cmp
-
Annotation that names a class field that contains the initial value for a CMP field.
- INSTANCE - Static variable in class com.opencloud.rhino.facilities.logging.NullLoggingContextFacilityImpl
-
- instance(int) - Method in interface com.opencloud.rhino.facilities.sas.Message
-
- instance(int) - Method in class com.opencloud.rhino.facilities.sas.NullEventMessageImpl
-
- instance(int) - Method in class com.opencloud.rhino.facilities.sas.NullMarkerMessageImpl
-
- IntegerCodec() - Constructor for class com.opencloud.rhino.cmp.codecs.SimpleDatatypeCodecs.IntegerCodec
-
- InvalidConfigurationException - Exception in com.opencloud.rhino.slee
-
This exception can be thrown by an implementation of the
RhinoSbbLocalHome.verifyConfiguration() method if the SBB determines that a configuration error should prevent the service from being activated at this time.
- InvalidConfigurationException(String) - Constructor for exception com.opencloud.rhino.slee.InvalidConfigurationException
-
Create an InvalidConfigurationException with a detail message.
- InvalidConfigurationException(String, Throwable) - Constructor for exception com.opencloud.rhino.slee.InvalidConfigurationException
-
Create an InvalidConfigurationException with a detail message and cause.
- InvokingTrailAccessor - Class in com.opencloud.rhino.facilities.sas
-
Provides access to the InvokingTrail.
- isActivityContextSelected() - Method in interface com.opencloud.rhino.slee.ConvergenceName
-
Determine if the Activity Context was selected for use in the convergence name.
- isAddressProfileSelected() - Method in interface com.opencloud.rhino.slee.ConvergenceName
-
Determine if the Address Profile was selected for use in the convergence name.
- isAddressSelected() - Method in interface com.opencloud.rhino.slee.ConvergenceName
-
Determine if the Address was selected for use in the convergence name.
- isEmpty() - Method in class com.opencloud.rhino.util.EncodableList
-
- isEmpty() - Method in class com.opencloud.rhino.util.EncodableMap
-
- isEmpty() - Method in class com.opencloud.rhino.util.EncodableSet
-
- isEnabled() - Method in interface com.opencloud.rhino.facilities.sas.Message
-
Allows a caller to guard against performing expensive marshalling of message parameters, in cases where it doesn’t have access to the
SasFacility.
- isEnabled() - Method in class com.opencloud.rhino.facilities.sas.NullEventMessageImpl
-
- isEnabled() - Method in class com.opencloud.rhino.facilities.sas.NullMarkerMessageImpl
-
- isEnabled() - Method in class com.opencloud.rhino.facilities.sas.NullSasFacilityImpl
-
- isEnabled() - Method in class com.opencloud.rhino.facilities.sas.NullTrailImpl
-
- isEnabled() - Method in interface com.opencloud.rhino.facilities.sas.SasFacility
-
Return the current state of the global SAS enabled flag.
- isEnabled() - Method in interface com.opencloud.rhino.facilities.sas.Trail
-
Check if reporting is enabled.
- isEventSelected() - Method in interface com.opencloud.rhino.slee.ConvergenceName
-
Determine if the event was selected for use in the convergence name.
- isEventTypeSelected() - Method in interface com.opencloud.rhino.slee.ConvergenceName
-
Determine if the event type was selected for use in the convergence name.
- isPredefined(String) - Method in interface com.opencloud.rhino.cmp.CMPFields
-
Determine if the CMP field with the specified name is defined in the SBB abstract class or any CMP extension interface.
- isSuperset(MiniBundle) - Method in class com.opencloud.rhino.facilities.sas.bundle.MiniBundle
-
Check if this mini-bundle is a superset of the older one.
- isSuspended() - Method in interface com.opencloud.rhino.slee.RhinoActivityContextInterface
-
Determine if event delivery has been suspended on this Activity Context.
- isWiderScope(PassByReference.Scope) - Method in enum com.opencloud.rhino.cmp.PassByReference.Scope
-
Determine if this scope is wider than the specified scope.
- iterator() - Method in class com.opencloud.rhino.util.EncodableList
-
- iterator() - Method in class com.opencloud.rhino.util.EncodableSet
-
- parse(File) - Method in class com.opencloud.rhino.facilities.sas.bundle.MiniBundleParser
-
- parse(byte[], String) - Method in class com.opencloud.rhino.facilities.sas.bundle.MiniBundleParser
-
- PassByReference - Annotation Type in com.opencloud.rhino.cmp
-
Annotation that indicates to Rhino that it can maintain the value of the CMP field by reference rather than value during the specified scope.
- PassByReference.Scope - Enum in com.opencloud.rhino.cmp
-
Pass-by-reference scopes.
- PostCreate - Annotation Type in com.opencloud.rhino.slee.lifecycle
-
Annotation that designates a method to receive a callback when the object is associated with a newly created persistent entity.
- PostLoad - Annotation Type in com.opencloud.rhino.slee.lifecycle
-
Annotation that designates a method to receive a callback when the state of the persistent entity needs to be synchronised with the state in the underlying data source.
- predefinedNames() - Method in interface com.opencloud.rhino.cmp.CMPFields
-
Get the names of all CMP fields defined in the SBB abstract class and CMP extension interfaces.
- PreDispose - Annotation Type in com.opencloud.rhino.slee.lifecycle
-
Annotation that designates a method to receive a callback when the SLEE no longer needs the object.
- PreRemove - Annotation Type in com.opencloud.rhino.slee.lifecycle
-
Annotation that designates a method to receive a callback when the persistent entity associated with the object is about to be removed.
- PreStore - Annotation Type in com.opencloud.rhino.slee.lifecycle
-
Annotation that designates a method to receive a callback when state the underlying data source needs to be synchronised with the state of the persistent entity.
- printf(TraceLevel, String, Object...) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
Logs a formatted message using the specified format string and arguments.
- ProfileFacility - Interface in com.opencloud.rhino.facilities.profile
-
Rhino extensions to the SLEE-defined Profile Facility.
- ProfileLocalObjectCodec() - Constructor for class com.opencloud.rhino.cmp.codecs.SleeDatatypeCodecs.ProfileLocalObjectCodec
-
- ProfileTableDescriptor - Interface in com.opencloud.rhino.facilities.profile
-
Profile table metadata descriptor.
- profileTableExists(String) - Method in interface com.opencloud.rhino.facilities.profile.ProfileFacility
-
Determine if a profile table with the specified name currently exists in the SLEE.
- PropagateUncheckedThrowables - Annotation Type in com.opencloud.rhino.slee
-
Annotation that can be used on SBB and profile local interface methods to indicate that any unchecked throwables (runtime exceptions and errors) thrown by the method should be propagated back to the caller as-is without marking the transaction for rollback.
- put(String, String) - Method in interface com.opencloud.rhino.facilities.logging.LoggingContextFacility
-
Add a single key/value pair to the current thread’s logging context.
- put(ActivityHandle, String, String) - Method in interface com.opencloud.rhino.facilities.logging.LoggingContextFacility
-
Add a key value pair to this activity’s logging context.
- put(String, String) - Method in class com.opencloud.rhino.facilities.logging.NullLoggingContextFacilityImpl
-
- put(ActivityHandle, String, String) - Method in class com.opencloud.rhino.facilities.logging.NullLoggingContextFacilityImpl
-
- put(K, V) - Method in class com.opencloud.rhino.util.EncodableMap
-
- putAll(Map<String, String>) - Method in interface com.opencloud.rhino.facilities.logging.LoggingContextFacility
-
Add a map of key/value pairs to the current thread’s logging context.
- putAll(ActivityHandle, Map<String, String>) - Method in interface com.opencloud.rhino.facilities.logging.LoggingContextFacility
-
Put all context entries into the current logging context.
- putAll(Map<String, String>) - Method in class com.opencloud.rhino.facilities.logging.NullLoggingContextFacilityImpl
-
- putAll(ActivityHandle, Map<String, String>) - Method in class com.opencloud.rhino.facilities.logging.NullLoggingContextFacilityImpl
-
- putAll(Map<? extends K, ? extends V>) - Method in class com.opencloud.rhino.util.EncodableMap
-
- putLoggingContextEntriesInActivities(ActivityContextInterface[], Map<String, String>) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
Put all context entries into the current logging context for all given ACIs.
- putLoggingContextEntriesInActivities(Set<ActivityContextInterface>, Map<String, String>) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
Put all context entries into the current logging context for all given ACIs.
- putLoggingContextEntriesInActivity(ActivityContextInterface, Map<String, String>) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
Put all context entries into the current logging context for this aci.
- putLoggingContextEntryInActivities(ActivityContextInterface[], String, String) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
Add a key value pair to all given activities logging context.
- putLoggingContextEntryInActivities(Set<ActivityContextInterface>, String, String) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
Add a key value pair to all given activities logging context.
- putLoggingContextEntryInActivity(ActivityContextInterface, String, String) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
Add a key value pair to this activity’s logging context.
- readElement(DataInput, ClassLoader, DecoderUtils) - Method in class com.opencloud.rhino.util.EncodableList
-
Deserialise a list element from the input stream.
- readElement(DataInput, ClassLoader, DecoderUtils) - Method in class com.opencloud.rhino.util.EncodableSet
-
Deserialise a set element from the input stream.
- readKey(DataInput, ClassLoader, DecoderUtils) - Method in class com.opencloud.rhino.util.EncodableMap
-
Deserialise a map key from the input stream.
- readValue(DataInput, ClassLoader, DecoderUtils) - Method in class com.opencloud.rhino.util.EncodableMap
-
Deserialise a map value from the input stream.
- remove(String) - Method in interface com.opencloud.rhino.facilities.logging.LoggingContextFacility
-
Remove a key from the current thread’s logging context.
- remove(ActivityHandle, String) - Method in interface com.opencloud.rhino.facilities.logging.LoggingContextFacility
-
Remove an entry from the logging context.
- remove(String) - Method in class com.opencloud.rhino.facilities.logging.NullLoggingContextFacilityImpl
-
- remove(ActivityHandle, String) - Method in class com.opencloud.rhino.facilities.logging.NullLoggingContextFacilityImpl
-
- remove() - Static method in class com.opencloud.rhino.facilities.sas.InvokingTrailAccessor
-
Removes the trail object from the current Thread.
- remove(Object) - Method in class com.opencloud.rhino.util.EncodableList
-
- remove(int) - Method in class com.opencloud.rhino.util.EncodableList
-
- remove(Object) - Method in class com.opencloud.rhino.util.EncodableMap
-
- remove(Object) - Method in class com.opencloud.rhino.util.EncodableSet
-
- removeAll(Collection<?>) - Method in class com.opencloud.rhino.util.EncodableList
-
- removeAll(Collection<?>) - Method in class com.opencloud.rhino.util.EncodableSet
-
- removeLoggingContextEntryFromActivities(ActivityContextInterface[], String) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
Remove an entry from the logging context and all provided ACIs.
- removeLoggingContextEntryFromActivities(Set<ActivityContextInterface>, String) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
Remove an entry from the logging context and all provided ACIs.
- removeLoggingContextEntryFromActivity(ActivityContextInterface, String) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
Remove an entry from the logging context.
- report() - Method in interface com.opencloud.rhino.facilities.sas.Message
-
Enqueue this message for reporting to SAS.
- report() - Method in class com.opencloud.rhino.facilities.sas.NullEventMessageImpl
-
- report() - Method in class com.opencloud.rhino.facilities.sas.NullMarkerMessageImpl
-
- report(EventMessage) - Method in class com.opencloud.rhino.facilities.sas.NullTrailImpl
-
- report(MarkerMessage) - Method in class com.opencloud.rhino.facilities.sas.NullTrailImpl
-
- report(MarkerMessage, MarkerMessage) - Method in class com.opencloud.rhino.facilities.sas.NullTrailImpl
-
- report(MarkerMessage, MarkerMessage, MarkerMessage) - Method in class com.opencloud.rhino.facilities.sas.NullTrailImpl
-
- report(Markers) - Method in class com.opencloud.rhino.facilities.sas.NullTrailImpl
-
- report(Enum<? extends SasEventEnum>) - Method in class com.opencloud.rhino.facilities.sas.NullTrailImpl
-
- report(EventMessage) - Method in interface com.opencloud.rhino.facilities.sas.Trail
-
- report(MarkerMessage) - Method in interface com.opencloud.rhino.facilities.sas.Trail
-
- report(MarkerMessage, MarkerMessage) - Method in interface com.opencloud.rhino.facilities.sas.Trail
-
- report(MarkerMessage, MarkerMessage, MarkerMessage) - Method in interface com.opencloud.rhino.facilities.sas.Trail
-
- report(Markers) - Method in interface com.opencloud.rhino.facilities.sas.Trail
-
Build and report a marker with no parameters
- report(Enum<? extends SasEventEnum>) - Method in interface com.opencloud.rhino.facilities.sas.Trail
-
Build and report an event with no parameters
- reset(String) - Method in interface com.opencloud.rhino.cmp.CMPFields
-
Reset the specified CMP field to its initial value.
- reset() - Method in interface com.opencloud.rhino.cmp.CMPFields
-
Resets all CMP fields to their initial value.
- ResourceAdaptorEntityBinding - Class in com.opencloud.rhino.slee.environment
-
Metadata class representing a JNDI binding to a resource adaptor entity.
- ResourceAdaptorEntityBinding(String, ResourceAdaptorTypeID, Object) - Constructor for class com.opencloud.rhino.slee.environment.ResourceAdaptorEntityBinding
-
Create a new JNDI binding metadata object for a binding to a resource adaptor entity.
- ResourceAdaptorTypeBinding - Class in com.opencloud.rhino.slee.environment
-
Base class for JNDI binding metadata related to resource adaptor types.
- ResourceAdaptorTypeBinding(String, ResourceAdaptorTypeID, Object) - Constructor for class com.opencloud.rhino.slee.environment.ResourceAdaptorTypeBinding
-
Create a new JNDI binding metadata object for a resource adaptor type.
- resumeDelivery() - Method in interface com.opencloud.rhino.slee.RhinoActivityContextInterface
-
Resume previously suspended delivery of events on this Activity Context.
- retainAll(Collection<?>) - Method in class com.opencloud.rhino.util.EncodableList
-
- retainAll(Collection<?>) - Method in class com.opencloud.rhino.util.EncodableSet
-
- RhinoActivityContextInterface - Interface in com.opencloud.rhino.slee
-
An extension of the JAIN SLEE-defined interface that provides access to Rhino-specific features.
- RhinoSbbContext - Interface in com.opencloud.rhino.slee
-
An extension of the JAIN SLEE-defined interface that provides access to Rhino-specific features.
- RhinoSbbLocalHome - Interface in com.opencloud.rhino.slee
-
The RhinoSbbLocalHome interface may be used by an SBB as its local home interface.
- SasBundle - Class in com.opencloud.rhino.facilities.sas.bundle
-
- SasBundle() - Constructor for class com.opencloud.rhino.facilities.sas.bundle.SasBundle
-
- SasEnum - Class in com.opencloud.rhino.facilities.sas.bundle
-
- SasEnum() - Constructor for class com.opencloud.rhino.facilities.sas.bundle.SasEnum
-
Constructor for parsing
Name and value must both be set
- SasEnum(String, Integer) - Constructor for class com.opencloud.rhino.facilities.sas.bundle.SasEnum
-
- SasEventEnum - Interface in com.opencloud.rhino.facilities.sas
-
Interface implemented by enumerated types that provide SAS Event IDs.
- SasFacility - Interface in com.opencloud.rhino.facilities.sas
-
Entry point to the SAS event reporting facility.
- SbbLocalObjectCodec() - Constructor for class com.opencloud.rhino.cmp.codecs.SleeDatatypeCodecs.SbbLocalObjectCodec
-
- SbbPartContext - Interface in com.opencloud.rhino.slee.sbbpart
-
The SbbPartContext interface provides an SBB part object with access to SLEE-managed state that is dependent on the SBB part’s currently executing context.
- Scope - Enum in com.opencloud.rhino.facilities.sas
-
The scope of a SAS marker.
- serviceActivating(Object) - Method in interface com.opencloud.rhino.slee.RhinoSbbLocalHome
-
The SLEE invokes this method on the root SBB of a service when the service is about to transition from Inactive to Active.
- serviceDeactivating() - Method in interface com.opencloud.rhino.slee.RhinoSbbLocalHome
-
The SLEE invokes this method on the root SBB object of a service when no SBB entity trees remain in the service and it is about to transition from the Stopping state to the Inactive state.
- ServiceNodeActivity - Interface in com.opencloud.rhino.slee.servicenodeactivity
-
This interface is implemented by Service Node Activity objects.
- ServiceNodeActivityContextInterfaceFactory - Interface in com.opencloud.rhino.slee.servicenodeactivity
-
The Service Node Activity Context Interface Factory is used by SBBs to obtain an ActivityContextInterface object for a Service Node Activity.
- ServiceNodeActivityFactory - Interface in com.opencloud.rhino.slee.servicenodeactivity
-
The Service Node Activity Factory is used by SBBs to get their Service Node Activity object.
- ServiceNodeStartedEvent - Interface in com.opencloud.rhino.slee.servicenodeactivity
-
This interface is implemented by Service Node Started events generated by Rhino when a Service is started on a given node.
- set(String, T) - Method in interface com.opencloud.rhino.cmp.CMPFields
-
Set the value of the CMP field with the specified name to the specified value.
- set(int, E) - Method in class com.opencloud.rhino.util.EncodableList
-
- setActivityTrail(ActivityHandle, Trail) - Method in class com.opencloud.rhino.facilities.sas.NullSasFacilityImpl
-
- setActivityTrail(EventContext, Trail) - Method in class com.opencloud.rhino.facilities.sas.NullSasFacilityImpl
-
- setActivityTrail(ActivityContextInterface, Trail) - Method in class com.opencloud.rhino.facilities.sas.NullSasFacilityImpl
-
- setActivityTrail(ActivityHandle, Trail) - Method in interface com.opencloud.rhino.facilities.sas.SasFacility
-
Set the trail for an Activity.
- setActivityTrail(EventContext, Trail) - Method in interface com.opencloud.rhino.facilities.sas.SasFacility
-
Attach a given Trail to the Activity owning an EventContext.
- setActivityTrail(ActivityContextInterface, Trail) - Method in interface com.opencloud.rhino.facilities.sas.SasFacility
-
Set the trail for an Activity.
- setCall_flow(CallFlow) - Method in class com.opencloud.rhino.facilities.sas.bundle.EventDescription
-
- setCall_info_id(String) - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- setCall_leg(String) - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- setCaption(String) - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- SetCodecType - Annotation Type in com.opencloud.rhino.cmp.codecs
-
Annotation that can be used on a set-type CMP field getter or setter method to indicate to Rhino a codec that should be used to serialise and serialise list elements.
- setData(String) - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- setDetails(String) - Method in class com.opencloud.rhino.facilities.sas.bundle.EventDescription
-
- setDirection(Direction) - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- setEncodableContext(T) - Method in interface com.opencloud.rhino.slee.RhinoSbbContext
-
Set the encodable context object.
- setEnums(Map<String, Map<Integer, String>>) - Method in class com.opencloud.rhino.facilities.sas.bundle.Bundle
-
- setEvents(SortedMap<EventKey, EventDescription>) - Method in class com.opencloud.rhino.facilities.sas.bundle.MiniBundle
-
- setEvents(SortedMap<Integer, EventDescription>) - Method in class com.opencloud.rhino.facilities.sas.bundle.SasBundle
-
- setId(int) - Method in class com.opencloud.rhino.facilities.sas.bundle.EventKey
-
- setIdentifier(String) - Method in class com.opencloud.rhino.facilities.sas.bundle.BundleInfo
-
- setInfo(BundleInfo) - Method in class com.opencloud.rhino.facilities.sas.bundle.SasBundle
-
- setInvokingTrail(Trail) - Static method in class com.opencloud.rhino.facilities.sas.InvokingTrailAccessor
-
Provides set access to the InvokingTrail.
- setLevel(int) - Method in class com.opencloud.rhino.facilities.sas.bundle.EventDescription
-
- setLocal_address(String) - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- setMessage(String) - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- setMessage_id(String) - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- setMinimum_sas_version(String) - Method in class com.opencloud.rhino.facilities.sas.bundle.BundleInfo
-
- setName(String) - Method in class com.opencloud.rhino.facilities.sas.bundle.EventKey
-
- setName(String) - Method in class com.opencloud.rhino.facilities.sas.bundle.MiniBundle
-
- setName(String) - Method in class com.opencloud.rhino.facilities.sas.bundle.SasEnum
-
- setPrefix(Integer) - Method in class com.opencloud.rhino.facilities.sas.bundle.MiniBundle
-
- setProtocol(String) - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- setReactivationFlag(boolean) - Method in interface com.opencloud.rhino.facilities.sas.MarkerMessage
-
Sets the reactivation flag of the marker.
- setReactivationFlag(boolean) - Method in class com.opencloud.rhino.facilities.sas.NullMarkerMessageImpl
-
- setRemote_address(String) - Method in class com.opencloud.rhino.facilities.sas.bundle.CallFlow
-
- setServiceContext(T) - Method in interface com.opencloud.rhino.slee.RhinoSbbContext
-
Set the service context object.
- setSummary(String) - Method in class com.opencloud.rhino.facilities.sas.bundle.EventDescription
-
- setUser_exp(String) - Method in class com.opencloud.rhino.facilities.sas.bundle.EventDescription
-
- setValue(Integer) - Method in class com.opencloud.rhino.facilities.sas.bundle.SasEnum
-
- setVersion(String) - Method in class com.opencloud.rhino.facilities.sas.bundle.BundleInfo
-
- setVersion(String) - Method in class com.opencloud.rhino.facilities.sas.bundle.MiniBundle
-
- severe(CharSequence) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- severe(CharSequence, Throwable) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- severe(String, Object...) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- severe(String, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- severe(String, Object, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- severe(String, Object, Object, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- severe(String, Object, Object, Object, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- severe(String, Object, Object, Object, Object, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- severe(String, Object, Object, Object, Object, Object, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- severe(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- severe(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- severe(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- severe(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.opencloud.rhino.facilities.ExtendedTracer
-
- ShortCodec() - Constructor for class com.opencloud.rhino.cmp.codecs.SimpleDatatypeCodecs.ShortCodec
-
- SimpleDatatypeCodecs - Class in com.opencloud.rhino.cmp.codecs
-
Predefined codecs for simple Java types.
- SimpleDatatypeCodecs.BigDecimalCodec - Class in com.opencloud.rhino.cmp.codecs
-
Datatype codec for BigDecimal.
- SimpleDatatypeCodecs.BigIntegerCodec - Class in com.opencloud.rhino.cmp.codecs
-
Datatype codec for BigInteger.
- SimpleDatatypeCodecs.BooleanCodec - Class in com.opencloud.rhino.cmp.codecs
-
Datatype codec for Boolean.
- SimpleDatatypeCodecs.ByteArrayCodec - Class in com.opencloud.rhino.cmp.codecs
-
Datatype codec for byte[].
- SimpleDatatypeCodecs.ByteCodec - Class in com.opencloud.rhino.cmp.codecs
-
Datatype codec for Byte.
- SimpleDatatypeCodecs.CharacterCodec - Class in com.opencloud.rhino.cmp.codecs
-
Datatype codec for Character.
- SimpleDatatypeCodecs.DoubleCodec - Class in com.opencloud.rhino.cmp.codecs
-
Datatype codec for Double.
- SimpleDatatypeCodecs.FloatCodec - Class in com.opencloud.rhino.cmp.codecs
-
Datatype codec for Float.
- SimpleDatatypeCodecs.IntegerCodec - Class in com.opencloud.rhino.cmp.codecs
-
Datatype codec for Integer.
- SimpleDatatypeCodecs.LongCodec - Class in com.opencloud.rhino.cmp.codecs
-
Datatype codec for Long.
- SimpleDatatypeCodecs.ShortCodec - Class in com.opencloud.rhino.cmp.codecs
-
Datatype codec for Short.
- SimpleDatatypeCodecs.StringCodec - Class in com.opencloud.rhino.cmp.codecs
-
Datatype codec for String.
- size() - Method in class com.opencloud.rhino.util.EncodableList
-
- size() - Method in class com.opencloud.rhino.util.EncodableMap
-
- size() - Method in class com.opencloud.rhino.util.EncodableSet
-
- SleeDatatypeCodecs - Class in com.opencloud.rhino.cmp.codecs
-
Predefined codecs for SLEE datatypes.
- SleeDatatypeCodecs.ActivityContextInterfaceCodec<T extends ActivityContextInterface> - Class in com.opencloud.rhino.cmp.codecs
-
Datatype codec for ActivityContextInterface and derived interfaces.
- SleeDatatypeCodecs.EventContextCodec - Class in com.opencloud.rhino.cmp.codecs
-
Datatype codec for EventContext.
- SleeDatatypeCodecs.ProfileLocalObjectCodec<T extends ProfileLocalObject> - Class in com.opencloud.rhino.cmp.codecs
-
Datatype codec for ProfileLocalObject and derived interfaces.
- SleeDatatypeCodecs.SbbLocalObjectCodec<T extends SbbLocalObject> - Class in com.opencloud.rhino.cmp.codecs
-
Datatype codec for SbbLocalObject and derived interfaces.
- SleeDatatypeCodecs.TimerIDCodec - Class in com.opencloud.rhino.cmp.codecs
-
Datatype codec for TimerID.
- SleeDatatypeDecoder - Interface in com.opencloud.rhino.cmp.codecs
-
Decoder of SLEE-specific datatypes.
- SleeDatatypeEncoder - Interface in com.opencloud.rhino.cmp.codecs
-
Encoder of SLEE-specific datatypes.
- startAndAssociateTrail(Trail, Scope) - Method in class com.opencloud.rhino.facilities.sas.NullSasFacilityImpl
-
- startAndAssociateTrail(Trail, Scope) - Method in interface com.opencloud.rhino.facilities.sas.SasFacility
-
Start a new colocated SAS trail, and associate it with the original trail.
- startColocatedTrail(Trail) - Method in class com.opencloud.rhino.facilities.sas.NullSasFacilityImpl
-
- startColocatedTrail(Trail) - Method in interface com.opencloud.rhino.facilities.sas.SasFacility
-
Start a new SAS trail on the same server as an existing SAS trail.
- startTrail() - Method in class com.opencloud.rhino.facilities.sas.NullSasFacilityImpl
-
- startTrail(UUID) - Method in class com.opencloud.rhino.facilities.sas.NullSasFacilityImpl
-
- startTrail() - Method in interface com.opencloud.rhino.facilities.sas.SasFacility
-
Send a start marker on the next trail ID, and return a trail to create and send messages on.
- startTrail(UUID) - Method in interface com.opencloud.rhino.facilities.sas.SasFacility
-
Send a start marker on the next trail ID, and return a trail to create and send messages on.
- staticParam(int) - Method in interface com.opencloud.rhino.facilities.sas.Message
-
Add a 32-bit fixed-length parameter to the message.
- staticParam(EnumParameter) - Method in interface com.opencloud.rhino.facilities.sas.Message
-
Add a 32-bit fixed-length parameter to the message, specified as an enumerated type.
- staticParam(Integer) - Method in interface com.opencloud.rhino.facilities.sas.Message
-
Add a 32-bit fixed-length parameter to the message, specified as an Integer.
- staticParam(int) - Method in class com.opencloud.rhino.facilities.sas.NullEventMessageImpl
-
- staticParam(EnumParameter) - Method in class com.opencloud.rhino.facilities.sas.NullEventMessageImpl
-
- staticParam(Integer) - Method in class com.opencloud.rhino.facilities.sas.NullEventMessageImpl
-
- staticParam(int) - Method in class com.opencloud.rhino.facilities.sas.NullMarkerMessageImpl
-
- staticParam(EnumParameter) - Method in class com.opencloud.rhino.facilities.sas.NullMarkerMessageImpl
-
- staticParam(Integer) - Method in class com.opencloud.rhino.facilities.sas.NullMarkerMessageImpl
-
- steeringId() - Method in class com.opencloud.rhino.facilities.sas.NullTrailImpl
-
- steeringId() - Method in interface com.opencloud.rhino.facilities.sas.Trail
-
- StringCodec() - Constructor for class com.opencloud.rhino.cmp.codecs.SimpleDatatypeCodecs.StringCodec
-
- subList(int, int) - Method in class com.opencloud.rhino.util.EncodableList
-
- suspendDelivery() - Method in interface com.opencloud.rhino.slee.RhinoActivityContextInterface
-
Suspend further delivery of events on this Activity Context.
- suspendDelivery(int) - Method in interface com.opencloud.rhino.slee.RhinoActivityContextInterface
-
Suspend further delivery of events on this Activity Context.
- value() - Method in interface com.opencloud.rhino.facilities.sas.EnumParameter
-
- value() - Method in enum com.opencloud.rhino.facilities.sas.UniquenessScope
-
- valueOf(String) - Static method in enum com.opencloud.rhino.cmp.PassByReference.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opencloud.rhino.facilities.sas.bundle.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opencloud.rhino.facilities.sas.Markers
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opencloud.rhino.facilities.sas.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opencloud.rhino.facilities.sas.UniquenessScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opencloud.rhino.slee.environment.BindingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opencloud.rhino.util.EncodableList.BackingStore
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opencloud.rhino.util.EncodableMap.BackingStore
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opencloud.rhino.util.EncodableSet.BackingStore
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.opencloud.rhino.cmp.PassByReference.Scope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.opencloud.rhino.facilities.sas.bundle.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.opencloud.rhino.facilities.sas.Markers
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.opencloud.rhino.facilities.sas.Scope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.opencloud.rhino.facilities.sas.UniquenessScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.opencloud.rhino.slee.environment.BindingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.opencloud.rhino.util.EncodableList.BackingStore
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.opencloud.rhino.util.EncodableMap.BackingStore
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.opencloud.rhino.util.EncodableMap
-
- values() - Static method in enum com.opencloud.rhino.util.EncodableSet.BackingStore
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- varParam(Object) - Method in interface com.opencloud.rhino.facilities.sas.Message
-
Add one variable length parameter.
- varParam(Object) - Method in class com.opencloud.rhino.facilities.sas.NullEventMessageImpl
-
- varParam(Object) - Method in class com.opencloud.rhino.facilities.sas.NullMarkerMessageImpl
-
- varParams(Object, Object) - Method in interface com.opencloud.rhino.facilities.sas.Message
-
Add two variable-length parameters.
- varParams(Object, Object, Object) - Method in interface com.opencloud.rhino.facilities.sas.Message
-
Add three variable-length parameters.
- varParams(Object, Object) - Method in class com.opencloud.rhino.facilities.sas.NullEventMessageImpl
-
- varParams(Object, Object, Object) - Method in class com.opencloud.rhino.facilities.sas.NullEventMessageImpl
-
- varParams(Object, Object) - Method in class com.opencloud.rhino.facilities.sas.NullMarkerMessageImpl
-
- varParams(Object, Object, Object) - Method in class com.opencloud.rhino.facilities.sas.NullMarkerMessageImpl
-
- verifyConfiguration() - Method in interface com.opencloud.rhino.slee.RhinoSbbLocalHome
-
The SLEE invokes this method on the root SBB of a service when the service is about to transition from Inactive to Active.
- VERSION_COMPARATOR - Static variable in class com.opencloud.rhino.facilities.sas.bundle.MiniBundle
-
Ruby style version string comparator.