A C D E F G H I J K L M N O P R S T U V 
All Classes All Packages

A

acquireExclusive(Object) - Method in interface com.opencloud.rhino.facilities.lock.LockFacility
Attempt to acquire an exclusive lock with a default lock acquisition timeout period.
acquireExclusive(Object, int) - Method in interface com.opencloud.rhino.facilities.lock.LockFacility
Attempt to acquire an exclusive lock within a specified lock acquisition timeout period.
acquireShared(Object) - Method in interface com.opencloud.rhino.facilities.lock.LockFacility
Attempt to acquire a shared lock with a default lock acquisition timeout period.
acquireShared(Object, int) - Method in interface com.opencloud.rhino.facilities.lock.LockFacility
Attempt to acquire a shared lock within a specified lock acquisition timeout period.
addMessageListener(MessageListener) - Method in interface com.opencloud.rhino.facilities.message.MessageFacility
Adds the given message listener.
addStateChangeListener(ClusterStateChangeListener) - Method in interface com.opencloud.rhino.facilities.clusterstate.ClusterStateChangeFacility
Add a state change listener.
addStateChangeListener(ClusterStateChangeListenerV2) - Method in interface com.opencloud.rhino.facilities.clusterstate.ClusterStateChangeFacility
Add a v2 state change listener.
adoptActivities(ActivityHandle[]) - Method in interface com.opencloud.rhino.resourceadaptor.ReplicatingResourceAdaptor
Ask the resource adaptor object to adopt the specified activities and deliver events for these activities on this node.
aggregate() - Method in annotation type com.opencloud.rhino.facilities.usage.UsageCounter
Flag indicating whether or not updates to this counter will aggregate in the parent usage parameter set.
aggregate() - Method in annotation type com.opencloud.rhino.facilities.usage.UsageSample
Flag indicating whether or not updates to this sample will aggregate in the parent usage parameter set.

C

children() - Method in interface com.opencloud.rhino.facilities.usage.UsageParametersInterface
Get all child usage parameter sets of this usage parameter set.
CLUSTER_ID - Static variable in interface com.opencloud.rhino.resourceadaptor.RhinoExtensionProperties
 
clusterStateChange(int[], int[], int[]) - Method in interface com.opencloud.rhino.facilities.clusterstate.ClusterStateChangeListener
Notification that the cluster has changed state with respect to the resource adaptor entity that attached the listener.
clusterStateChange(int[], int[], int[]) - Method in interface com.opencloud.rhino.facilities.clusterstate.ClusterStateChangeListenerV2
Notification that the cluster has changed state with respect to the resource adaptor entity that attached the listener.
ClusterStateChangeFacility - Interface in com.opencloud.rhino.facilities.clusterstate
Rhino extension facility that reports to a resource adaptor entity nodes on which it is activated or deactivated in the cluster.
ClusterStateChangeListener - Interface in com.opencloud.rhino.facilities.clusterstate
Listener interface implemented by resource adaptors to receive cluster state change callbacks.
ClusterStateChangeListenerV2 - Interface in com.opencloud.rhino.facilities.clusterstate
 
com.opencloud.monitoring - package com.opencloud.monitoring
 
com.opencloud.rhino.facilities.clusterstate - package com.opencloud.rhino.facilities.clusterstate
 
com.opencloud.rhino.facilities.lock - package com.opencloud.rhino.facilities.lock
 
com.opencloud.rhino.facilities.message - package com.opencloud.rhino.facilities.message
 
com.opencloud.rhino.facilities.partitioning - package com.opencloud.rhino.facilities.partitioning
 
com.opencloud.rhino.facilities.replicatedstorage - package com.opencloud.rhino.facilities.replicatedstorage
 
com.opencloud.rhino.facilities.usage - package com.opencloud.rhino.facilities.usage
 
com.opencloud.rhino.license - package com.opencloud.rhino.license
 
com.opencloud.rhino.limiting - package com.opencloud.rhino.limiting
 
com.opencloud.rhino.monitoring.stats - package com.opencloud.rhino.monitoring.stats
 
com.opencloud.rhino.monitoring.stats.ext - package com.opencloud.rhino.monitoring.stats.ext
 
com.opencloud.rhino.resourceadaptor - package com.opencloud.rhino.resourceadaptor
This package contains Rhino-specific extensions to the SLEE Resource Adaptor API.
CONFIG_PROPERTY_NAME - Static variable in interface com.opencloud.rhino.facilities.clusterstate.ClusterStateChangeFacility
 
CONFIG_PROPERTY_NAME - Static variable in interface com.opencloud.rhino.facilities.lock.LockFacility
 
CONFIG_PROPERTY_NAME - Static variable in interface com.opencloud.rhino.facilities.message.MessageFacility
 
CONFIG_PROPERTY_NAME - Static variable in interface com.opencloud.rhino.facilities.partitioning.PartitioningFacility
 
CONFIG_PROPERTY_NAME - Static variable in interface com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorageFacility
 
CONFIG_PROPERTY_NAME - Static variable in interface com.opencloud.rhino.facilities.usage.UsageFacility
Constant declaring the resource adaptor config property name where a UsageFacility object can be obtained by a resource adaptor.
CONFIG_PROPERTY_NAME - Static variable in interface com.opencloud.rhino.license.LicenseFacility
 
CONFIG_PROPERTY_NAME - Static variable in interface com.opencloud.rhino.monitoring.stats.ResourceAdaptorStatsManager
 
COUNT - com.opencloud.rhino.facilities.usage.SampleUnits
The sample value is a dimensionless count.
COUNTER - com.opencloud.rhino.facilities.usage.CounterType
An unbounded counter that typically only either increments or decrements.
counterType() - Method in annotation type com.opencloud.rhino.facilities.usage.UsageCounter
The counter type.
CounterType - Enum in com.opencloud.rhino.facilities.usage
Type of usage counters.
create(ReplicatedStorage.Key, byte[]) - Method in interface com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage
Create a new entry in the replicated storage
createChild(String) - Method in interface com.opencloud.monitoring.ParameterSet
Create a new child parameter set with the given name, and return it.

D

DeadlockException - Exception in com.opencloud.rhino.facilities.lock
 
DeadlockException(String) - Constructor for exception com.opencloud.rhino.facilities.lock.DeadlockException
 
description() - Method in annotation type com.opencloud.rhino.facilities.usage.UsageCounter
An arbitrary description about the counter.
description() - Method in annotation type com.opencloud.rhino.facilities.usage.UsageParameters
An arbitrary description about the usage parameter set.
description() - Method in annotation type com.opencloud.rhino.facilities.usage.UsageSample
An arbitrary description about what is being sampled.
displayUnits() - Method in annotation type com.opencloud.rhino.facilities.usage.UsageSample
How units should be presented.

E

ENABLE_LOCAL_UPDATE_INSERT - com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage.UpdateFlag
Flag that enables the insertion of externally retrieved state into local state during the operation.
EVENT_AUDITABLE - Static variable in class com.opencloud.rhino.resourceadaptor.RhinoSleeEndpoint
 

F

forceUseUnit() - Method in interface com.opencloud.rhino.limiting.RateLimiterEndpoint
Consumes one unit of work.
forceUseUnits(int) - Method in interface com.opencloud.rhino.limiting.RateLimiterEndpoint
Consumes the given number of units of work.
FunctionNotFoundException - Exception in com.opencloud.rhino.license
 
FunctionNotFoundException(String) - Constructor for exception com.opencloud.rhino.license.FunctionNotFoundException
 
FunctionNotFoundException(String, Throwable) - Constructor for exception com.opencloud.rhino.license.FunctionNotFoundException
 

G

GAUGE - com.opencloud.rhino.facilities.usage.CounterType
A counter that typically has a lower and/or upper bound with a value that may oscillate within the bounds.
getChildren() - Method in interface com.opencloud.monitoring.ParameterSet
Return all child parameter sets of this parameter set.
getChildren(UsageParametersInterface) - Method in interface com.opencloud.rhino.facilities.usage.UsageFacility
Get all child usage parameter sets of the specified usage parameter set.
getCounter(int) - Method in interface com.opencloud.monitoring.ParameterSet
Returns a single counter value corresponding to the specified statistic ID.
getCounters(int[]) - Method in interface com.opencloud.monitoring.ParameterSet
Returns an array of counter values corresponding to the array of statistic IDs specified as the argument.
getData() - Method in interface com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage.Key
Get the key data in byte array form
getDescription() - Method in enum com.opencloud.rhino.facilities.usage.SampleUnits
Get the descriptive name for the units value.
getInputStream() - Method in interface com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage.Entry
Get the value of the entry, as an input stream.
getKey() - Method in interface com.opencloud.monitoring.ParameterSet
Get the fully qualified key of the parameter set
getKey() - Method in interface com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage.Entry
Get the key that identifies this entry in the replicated storage
getLocalNodeID() - Method in interface com.opencloud.rhino.facilities.lock.LockFacility
Returns the node ID of the current Rhino node.
getLocalNodeID() - Method in interface com.opencloud.rhino.facilities.message.MessageFacility
Returns the node ID of the current Rhino node.
getLockID() - Method in interface com.opencloud.rhino.facilities.lock.LockInfo
 
getMessageSender() - Method in interface com.opencloud.rhino.facilities.message.MessageFacility
Returns a MessageSender for sending messages to other cluster nodes within the context of the same RA entity.
getName() - Method in interface com.opencloud.monitoring.ParameterSet
Get the name of this parameter set
getNamespace() - Method in interface com.opencloud.monitoring.ParameterSet
Get the namespace this parameter set exists in.
getNodeID() - Method in interface com.opencloud.rhino.facilities.message.RemoteResult
Get the node ID of the node where this result has come from.
getNodeLocks() - Method in interface com.opencloud.rhino.facilities.lock.LockFacility
Get locks currently owned by the resource adaptor entity on this node.
getOrCreateChild(UsageParametersInterface, String) - Method in interface com.opencloud.rhino.facilities.usage.UsageFacility
Create a new child usage parameter set of the given parent usage parameter set.
getOrCreateChild(UsageParametersInterface, String, String) - Method in interface com.opencloud.rhino.facilities.usage.UsageFacility
Create a new child usage parameter set of the given parent usage parameter set.
getOrCreateChild(String) - Method in interface com.opencloud.rhino.facilities.usage.UsageParametersInterface
Get the child usage parameter set with the given name.
getOrCreateChild(String, String) - Method in interface com.opencloud.rhino.facilities.usage.UsageParametersInterface
Get the child usage parameter set with the given name.
getOrCreateParameterSet(ParameterSet, String) - Method in interface com.opencloud.rhino.monitoring.stats.ResourceAdaptorStatsManager
Get a child parameter set of the specified parent.
getOrCreateParameterSet(ParameterSet, String, String) - Method in interface com.opencloud.rhino.monitoring.stats.ResourceAdaptorStatsManager
Get a child parameter set for the specified parent.
getOwner() - Method in interface com.opencloud.rhino.facilities.lock.LockInfo
 
getParent() - Method in interface com.opencloud.monitoring.ParameterSet
Return the parent parameter set, or null if this is the root
getPartitionKey() - Method in interface com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage.PartitionedKey
 
getPartitionKey() - Method in interface com.opencloud.rhino.resourceadaptor.PartitionedActivityHandle
Get the partition key for this activity handle.
getReplicatedStorage(String) - Method in interface com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorageFacility
Get a named replicated storage instance from the SLEE.
getResult() - Method in interface com.opencloud.rhino.facilities.message.RemoteResult
Get the return result for the remote invocation on the node given by RemoteResult.getNodeID().
getRootParameterSet() - Method in interface com.opencloud.rhino.monitoring.stats.ResourceAdaptorStatsManager
Get the root parameter set for the resource adaptor entity.
getRootUsageParameterSet() - Method in interface com.opencloud.rhino.facilities.usage.UsageFacility
Get the root usage parameter set.
getSchema() - Method in interface com.opencloud.rhino.license.LicenseFacility
Deprecated.
getSigningCertificates() - Method in interface com.opencloud.rhino.license.LicenseFacility
Returns the list of certificates which fully sign the deployable unit containing this component.
getStatisticNames() - Method in interface com.opencloud.monitoring.ParameterSet
Return the names of all statistics, ordered by ID.
getTransactionPartitionKey() - Method in interface com.opencloud.rhino.facilities.partitioning.PartitioningFacility
Get the partition key associated with the current transaction.
getTypeName() - Method in interface com.opencloud.monitoring.ParameterSet
Get the name of this parameter set’s type.
getUsageParameterSet(String) - Method in interface com.opencloud.rhino.facilities.usage.UsageFacility
Get a usage parameter set by its identifying key.
getValue() - Method in interface com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage.Entry
Get the value of the entry, as a byte array.

H

handleMessage(int, byte[]) - Method in interface com.opencloud.rhino.facilities.message.MessageListener
Handles the given asynchronous message.
handleRequest(int, byte[]) - Method in interface com.opencloud.rhino.facilities.message.RequestListener
Handle the given message.
hasChild(UsageParametersInterface, String) - Method in interface com.opencloud.rhino.facilities.usage.UsageFacility
Determine if a child usage parameter set with the given name currently exists.
hasChild(String) - Method in interface com.opencloud.rhino.facilities.usage.UsageParametersInterface
Determine if a child usage parameter set with the given name currently exists.

I

isLicensed(String) - Method in interface com.opencloud.rhino.license.LicenseFacility
Determine if a valid license is available in Rhino for a given license function (with any version).
isLicensed(String, String) - Method in interface com.opencloud.rhino.license.LicenseFacility
Determine if a valid license is available in Rhino for a given license function/version pair.
isResultAvailable() - Method in interface com.opencloud.rhino.facilities.message.RemoteResult
Determine if a result is available yet for the node given by RemoteResult.getNodeID().

J

JNDI_NAME - Static variable in interface com.opencloud.rhino.facilities.usage.UsageFacility
Constant declaring the JNDI name where a UsageFacility object is bound into an SBB object’s JNDI environment.
JNDI_NAME - Static variable in interface com.opencloud.rhino.license.LicenseFacility
Constant declaring the JNDI name where a LicenseFacility object is bound into an SBB’s JNDI environment.

K

key() - Method in interface com.opencloud.rhino.facilities.usage.UsageParametersInterface
Get the key that identifies this usage parameter set.

L

LicenseFacility - Interface in com.opencloud.rhino.license
Licensing methods available to Resource Adaptor entities.
LimiterEndpoint - Interface in com.opencloud.rhino.limiting
Marker interface for all types of limiter endpoint.
LockFacility - Interface in com.opencloud.rhino.facilities.lock
Rhino extension facility which allows an RA entity to obtain distributed lock between cluster nodes.
LockFacilityException - Exception in com.opencloud.rhino.facilities.lock
 
LockFacilityException(String) - Constructor for exception com.opencloud.rhino.facilities.lock.LockFacilityException
 
LockFacilityException(String, Throwable) - Constructor for exception com.opencloud.rhino.facilities.lock.LockFacilityException
 
LockInfo - Interface in com.opencloud.rhino.facilities.lock
 
LockUnavailableException - Exception in com.opencloud.rhino.facilities.lock
 
LockUnavailableException(String) - Constructor for exception com.opencloud.rhino.facilities.lock.LockUnavailableException
 
LockUnavailableException(String, Throwable) - Constructor for exception com.opencloud.rhino.facilities.lock.LockUnavailableException
 

M

mapping() - Method in annotation type com.opencloud.rhino.facilities.usage.UsageCounter
The SNMP counter ID to use, appended to the usage parameter set’s base OID.
MAX_ACTIVITIES - Static variable in interface com.opencloud.rhino.resourceadaptor.RhinoExtensionProperties
Name of the extension resource adaptor configuration property that imposes a fixed limit on the number of activities an activity handler can support.
MessageFacility - Interface in com.opencloud.rhino.facilities.message
Rhino extension facility which allows a resource adaptor entity to pass messages between cluster nodes.
MessageListener - Interface in com.opencloud.rhino.facilities.message
Messages are delivered to a MessageListener.
MessageSender - Interface in com.opencloud.rhino.facilities.message
Interface used by the resource adaptor to pass messages to peer nodes, within the context of the resource adaptor entity.
MILLISECONDS - com.opencloud.rhino.facilities.usage.SampleUnits
The sample value is a time in milliseconds.
MODE_OPTIMISTIC - Static variable in interface com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage
Optimistic locking strategy
MODE_PESSIMISTIC - Static variable in interface com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage
Pessimistic locking strategy

N

name() - Method in interface com.opencloud.rhino.facilities.usage.UsageParametersInterface
Get the name of this parameter set.
NANOSECONDS - com.opencloud.rhino.facilities.usage.SampleUnits
The sample value is a time in nanoseconds.
NODE_ID - Static variable in interface com.opencloud.rhino.resourceadaptor.RhinoExtensionProperties
Name of the extension resource adaptor configuration property that identifies the Rhino node ID where the resource adaptor object is located.
NoListenerException - Exception in com.opencloud.rhino.facilities.message
Thrown to indicate there was no listener to receive the request on the invoked node.
NoListenerException() - Constructor for exception com.opencloud.rhino.facilities.message.NoListenerException
 
NoListenerException(String) - Constructor for exception com.opencloud.rhino.facilities.message.NoListenerException
 
NULL_RESULT - Static variable in interface com.opencloud.rhino.facilities.message.RemoteResult
Value used by RemoteResult.getResult() as a success value in the case where the invoked method returned null or has a void return type.

O

oid() - Method in annotation type com.opencloud.rhino.facilities.usage.UsageParameters
The base SNMP OID to use for this usage parameter set.

P

ParameterSet - Interface in com.opencloud.monitoring
The client view of a ParameterSet.
parent() - Method in interface com.opencloud.rhino.facilities.usage.UsageParametersInterface
Get the parent usage parameter set of this usage parameter set.
PartitionedActivityHandle - Interface in com.opencloud.rhino.resourceadaptor
Rhino extension to the SLEE-defined ActivityHandle interface that allows a resource adaptor to provide activity state partitioning information to Rhino.
PartitioningFacility - Interface in com.opencloud.rhino.facilities.partitioning
Rhino extension facility that allows a resource adaptor to obtain the partition key associated with a calling SBB’s transaction.

R

RateLimiterEndpoint - Interface in com.opencloud.rhino.limiting
A limiter endpoint that can be (administratively) connected to a Rate Limiter or a Queue Saturation Limiter.
RemoteResult<T> - Interface in com.opencloud.rhino.facilities.message
Object containing a remote invocation result for an individual node.
remove() - Method in interface com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage.Entry
Convenience method to remove this entry from the ReplicatedStorage where it was created.
remove() - Method in interface com.opencloud.rhino.facilities.usage.UsageParametersInterface
Remove this usage parameter set.
remove(ReplicatedStorage.Entry) - Method in interface com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage
Remove an entry from replicated storage.
remove(ReplicatedStorage.Key) - Method in interface com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage
Remove an entry from replicated storage.
removeMessageListener(MessageListener) - Method in interface com.opencloud.rhino.facilities.message.MessageFacility
Removes the given message listener.
removeParameterSet(ParameterSet) - Method in interface com.opencloud.rhino.monitoring.stats.ResourceAdaptorStatsManager
Remove a parameter set.
removeStateChangeListener(ClusterStateChangeListener) - Method in interface com.opencloud.rhino.facilities.clusterstate.ClusterStateChangeFacility
Remove a state change listener.
removeStateChangeListener(ClusterStateChangeListenerV2) - Method in interface com.opencloud.rhino.facilities.clusterstate.ClusterStateChangeFacility
Remove a v2 state change listener.
removeUsageParameterSet(UsageParametersInterface) - Method in interface com.opencloud.rhino.facilities.usage.UsageFacility
Remove the specified usage parameter set.
REPLICATE_ACTIVITIES - Static variable in interface com.opencloud.rhino.resourceadaptor.RhinoExtensionProperties
Name of the extension resource adaptor configuration property that specifies if Rhino thinks the resource adaptor is replicating activities.
REPLICATE_ACTIVITY - Static variable in class com.opencloud.rhino.resourceadaptor.RhinoSleeEndpoint
 
ReplicatedStorage - Interface in com.opencloud.rhino.facilities.replicatedstorage
A ReplicatedStorage instance represents a lookup table that is transparently shared between instances of a resource adaptor entity on all nodes of a Rhino cluster.
ReplicatedStorage.Entry - Interface in com.opencloud.rhino.facilities.replicatedstorage
Implemented by SLEE.
ReplicatedStorage.Key - Interface in com.opencloud.rhino.facilities.replicatedstorage
RAs must implement this interface.
ReplicatedStorage.LookupFlag - Enum in com.opencloud.rhino.facilities.replicatedstorage
Optional flags that can be used to affect state lookup behaviour in a ReplicatedStorage.retrieve(Key, EnumSet) operation.
ReplicatedStorage.PartitionedKey - Interface in com.opencloud.rhino.facilities.replicatedstorage
An optional extension interface to ReplicatedStorage.Key that allows a resource adaptor to provide a specific partition key with a regular key.
ReplicatedStorage.UpdateFlag - Enum in com.opencloud.rhino.facilities.replicatedstorage
Optional flags that can be used to affect state management behaviour in an ReplicatedStorage.update(Entry, byte[], EnumSet) operation.
ReplicatedStorageException - Exception in com.opencloud.rhino.facilities.replicatedstorage
Thrown when an error occurs with the RA’s replicated storage.
ReplicatedStorageException(String) - Constructor for exception com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorageException
 
ReplicatedStorageException(String, Throwable) - Constructor for exception com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorageException
 
ReplicatedStorageFacility - Interface in com.opencloud.rhino.facilities.replicatedstorage
 
ReplicatingResourceAdaptor - Interface in com.opencloud.rhino.resourceadaptor
The ReplicatingResourceAdaptor interface is implemented by resource adaptors wishing to provide failover capability when installed in Rhino.
REPLICATION_BY_KEY_VALUE_STORE - Static variable in interface com.opencloud.rhino.resourceadaptor.RhinoExtensionProperties
String value for the RhinoExtensionProperties.REPLICATION_METHOD configuration property that identifies that replication for the namespace occurs using a key/value store.
REPLICATION_METHOD - Static variable in interface com.opencloud.rhino.resourceadaptor.RhinoExtensionProperties
Name of the extension resource adaptor configuration property that identifies the replication method of the replicated storage resource used in the resource adaptor’s namespace.
REPLICATION_OVER_SAVANNA - Static variable in interface com.opencloud.rhino.resourceadaptor.RhinoExtensionProperties
String value for the RhinoExtensionProperties.REPLICATION_METHOD configuration property that identifies that replication for the namespace occurs over the savanna framework.
RequestListener - Interface in com.opencloud.rhino.facilities.message
Requests are delivered to a RequestListener.
ResourceAdaptorStatsManager - Interface in com.opencloud.rhino.monitoring.stats
StatsManager facilities available to resource adaptors
retrieve(ReplicatedStorage.Key) - Method in interface com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage
Retrieve an entry from replicated storage.
retrieve(ReplicatedStorage.Key, EnumSet<ReplicatedStorage.LookupFlag>) - Method in interface com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage
Retrieve an entry from replicated storage with optional additional flags that affect remote lookup behaviour.
RhinoExtensionProperties - Interface in com.opencloud.rhino.resourceadaptor
This interface defines resource adaptor configuration property extensions specific to Rhino.
RhinoSleeEndpoint - Class in com.opencloud.rhino.resourceadaptor
 
RhinoSleeEndpoint() - Constructor for class com.opencloud.rhino.resourceadaptor.RhinoSleeEndpoint
 

S

SampleUnits - Enum in com.opencloud.rhino.facilities.usage
Source and display units for a sample usage parameter.
SECONDS - com.opencloud.rhino.facilities.usage.SampleUnits
The sample value is a time in seconds.
sendBroadcast(byte[]) - Method in interface com.opencloud.rhino.facilities.message.MessageSender
Sends the given message asynchronously to the same resource adaptor entity on all nodes in the cluster, including the sending node.
sendMessage(int, byte[]) - Method in interface com.opencloud.rhino.facilities.message.MessageSender
Sends the given message asynchronously to the same resource adaptor entity on the given destination node.
sendRequest(byte[], boolean) - Method in interface com.opencloud.rhino.facilities.message.MessageSender
Sends the given request to the same resource adaptor entity on all nodes in the cluster, including the sending node.
sendRequest(int, byte[], boolean) - Method in interface com.opencloud.rhino.facilities.message.MessageSender
Sends the given request to the same resource adaptor entity on the given destination node.
SESSION_OWNERSHIP_PRESENT - Static variable in interface com.opencloud.rhino.resourceadaptor.RhinoExtensionProperties
Name of the extension resource adaptor configuration property that indicates whether or not session ownership functionality is available in the resource adaptor’s namespace.
SESSION_OWNERSHIP_SUPPORTS_ADOPTION - Static variable in interface com.opencloud.rhino.resourceadaptor.RhinoExtensionProperties
Name of the extension resource adaptor configuration property that indicates whether or not the session ownership subsystem supports the record adoption functionality introduced in Rhino 2.6.2.
setRequestListener(RequestListener) - Method in interface com.opencloud.rhino.facilities.message.MessageFacility
Sets the listener to respond to incoming requests.
shortName() - Method in annotation type com.opencloud.rhino.facilities.usage.UsageCounter
A shortened version of the counter name.
shortName() - Method in annotation type com.opencloud.rhino.facilities.usage.UsageSample
A shortened version of the sample name.
SKIP_LIFECYCLE_CHECK - Static variable in class com.opencloud.rhino.resourceadaptor.RhinoSleeEndpoint
 
sourceUnits() - Method in annotation type com.opencloud.rhino.facilities.usage.UsageSample
The type of units being sampled.
SUPPRESS_LOCAL_FIND - com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage.LookupFlag
Flag that suppresses the examination of locally held state during the operation.
SUPPRESS_LOCAL_INSERT - com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage.LookupFlag
Flag that suppresses the insertion of externally retrieved state into local state during the operation.
SUPPRESS_REMOTE_FIND - com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage.LookupFlag
Flag that suppresses the querying of externally held state, for example by a key/value store, during the operation.

T

type() - Method in interface com.opencloud.rhino.facilities.usage.UsageParametersInterface
Get the type of this usage parameter set.

U

unitLabel() - Method in annotation type com.opencloud.rhino.facilities.usage.UsageCounter
A label for the counter’s unit type.
unitLabel() - Method in annotation type com.opencloud.rhino.facilities.usage.UsageSample
A label for the sample’s unit type.
UnknownStatsParameterSetException - Exception in com.opencloud.rhino.monitoring.stats.ext
Thrown when an operation requests information from a statistics parameter set that does not exist.
UnknownStatsParameterSetException() - Constructor for exception com.opencloud.rhino.monitoring.stats.ext.UnknownStatsParameterSetException
 
UnknownStatsParameterSetException(String) - Constructor for exception com.opencloud.rhino.monitoring.stats.ext.UnknownStatsParameterSetException
 
UnknownStatsParameterSetException(String, Throwable) - Constructor for exception com.opencloud.rhino.monitoring.stats.ext.UnknownStatsParameterSetException
 
UnknownStatsParameterSetException(Throwable) - Constructor for exception com.opencloud.rhino.monitoring.stats.ext.UnknownStatsParameterSetException
 
UnknownStatsParameterTypeException - Exception in com.opencloud.rhino.monitoring.stats.ext
Thrown when an operation requests information about a statistics parameter set type that does not exist.
UnknownStatsParameterTypeException() - Constructor for exception com.opencloud.rhino.monitoring.stats.ext.UnknownStatsParameterTypeException
 
UnknownStatsParameterTypeException(String) - Constructor for exception com.opencloud.rhino.monitoring.stats.ext.UnknownStatsParameterTypeException
 
UnknownStatsParameterTypeException(String, Throwable) - Constructor for exception com.opencloud.rhino.monitoring.stats.ext.UnknownStatsParameterTypeException
 
UnknownStatsParameterTypeException(Throwable) - Constructor for exception com.opencloud.rhino.monitoring.stats.ext.UnknownStatsParameterTypeException
 
UnrecognizedStatisticException - Exception in com.opencloud.rhino.monitoring.stats.ext
Thrown when an operation requests a statistic from a parameter set that does not define a statistic of the same name.
UnrecognizedStatisticException() - Constructor for exception com.opencloud.rhino.monitoring.stats.ext.UnrecognizedStatisticException
 
UnrecognizedStatisticException(String) - Constructor for exception com.opencloud.rhino.monitoring.stats.ext.UnrecognizedStatisticException
 
UnrecognizedStatisticException(String, Throwable) - Constructor for exception com.opencloud.rhino.monitoring.stats.ext.UnrecognizedStatisticException
 
UnrecognizedStatisticException(Throwable) - Constructor for exception com.opencloud.rhino.monitoring.stats.ext.UnrecognizedStatisticException
 
UnrecognizedUsageParameterSetException - Exception in com.opencloud.rhino.facilities.usage
This exception is thrown by the Usage Facility when passed a usage parameter set object that it does not recognize.
UnrecognizedUsageParameterSetException() - Constructor for exception com.opencloud.rhino.facilities.usage.UnrecognizedUsageParameterSetException
Create an UnrecognizedUsageParameterSetException with no detail message.
UnrecognizedUsageParameterSetException(String) - Constructor for exception com.opencloud.rhino.facilities.usage.UnrecognizedUsageParameterSetException
Create an UnrecognizedUsageParameterSetException with a detail message.
UnrecognizedUsageParameterSetTypeException - Exception in com.opencloud.rhino.facilities.usage
This exception is thrown by the Usage Facility when passed the name of a usage parameter set type that has not been declared in the SBB’s deployment descriptor.
UnrecognizedUsageParameterSetTypeException(String) - Constructor for exception com.opencloud.rhino.facilities.usage.UnrecognizedUsageParameterSetTypeException
Create an UnrecognizedUsageParameterSetTypeException with a detail message.
update(byte[]) - Method in interface com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage.Entry
Convenience method to update the entry in the ReplicatedStorage where it was created.
update(ReplicatedStorage.Entry, byte[]) - Method in interface com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage
Update an existing entry.
update(ReplicatedStorage.Entry, byte[], EnumSet<ReplicatedStorage.UpdateFlag>) - Method in interface com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage
Update an existing entry.
UsageCounter - Annotation Type in com.opencloud.rhino.facilities.usage
Annotation that can be used to provide addition information about a usage counter to the SLEE.
UsageFacility - Interface in com.opencloud.rhino.facilities.usage
The Usage Facility is used by SBBs and resource adaptors to gain access to the their usage parameter sets.
UsageParameters - Annotation Type in com.opencloud.rhino.facilities.usage
Annotation that can be used to provide addition information about a usage parameters interface to the SLEE.
UsageParametersInterface - Interface in com.opencloud.rhino.facilities.usage
Base interface for a usage parameters interface.
UsageSample - Annotation Type in com.opencloud.rhino.facilities.usage
Annotation that can be used to provide addition information about a usage sample statistic to the SLEE.
useOneUnit(String) - Method in interface com.opencloud.rhino.license.LicenseFacility
Consume one unit of a license function.
useUnit() - Method in interface com.opencloud.rhino.limiting.RateLimiterEndpoint
Requests one unit of work.
useUnits(int) - Method in interface com.opencloud.rhino.limiting.RateLimiterEndpoint
Requests the given number of units of work.

V

valueOf(String) - Static method in enum com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage.LookupFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage.UpdateFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opencloud.rhino.facilities.usage.CounterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opencloud.rhino.facilities.usage.SampleUnits
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.opencloud.rhino.facilities.replicatedstorage.ReplicatedStorage.LookupFlag
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.replicatedstorage.ReplicatedStorage.UpdateFlag
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.usage.CounterType
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.usage.SampleUnits
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I J K L M N O P R S T U V 
All Classes All Packages