Uses of Package
com.sun.enterprise.ee.cms.core

Packages that use com.sun.enterprise.ee.cms.core
com.sun.enterprise.ee.cms.core Shoal GMS's core client API 
com.sun.enterprise.ee.cms.impl.client Shoal GMS's reference implementations of the client-side ActionFactory and Action sub-types 
com.sun.enterprise.ee.cms.impl.common   
com.sun.enterprise.ee.cms.impl.jxta   
com.sun.enterprise.ee.cms.spi   
com.sun.enterprise.ee.cms.tests   
com.sun.enterprise.ee.cms.tests.checkgroupshutdown   
com.sun.enterprise.ee.cms.tests.multigroupjoin   
com.sun.enterprise.ee.cms.tests.p2pmessagesend   
 

Classes in com.sun.enterprise.ee.cms.core used by com.sun.enterprise.ee.cms.core
Action
          Base interface to denote an Action.
ActionException
          This exception is a general exception thrown by the consumeSignal method of concrete Action implementations.
ActionFactory
          Produces Action instances.
DistributedStateCache
          Represents a Caching facility that allows each member of the group to use key-value pairs representing the key to their cachable state and the value being serializable objects representing a state to be cached.
FailureNotificationActionFactory
          Marker interface to provide a specific type of ActionFactory.
FailureNotificationSignal
          Signal corresponding to FailureNotificationAction.
FailureRecoveryActionFactory
          Marker interface to provide a specific type of ActionFactory.
FailureSuspectedActionFactory
          Marker interface to provide a specific type of Action standing for creation of FailureSuspicionAction instances.
GMSCacheable
          Support class for DistributedStateCacheImpl.
GMSConstants.shutdownState
           
GMSConstants.shutdownType
           
GMSException
          An exception class that captures exception conditions occuring while startup or shutdown of the GMS layer.
GMSNotEnabledException
           
GMSNotInitializedException
          An exception class that captures exception conditions occuring while startup or shutdown of the GMS layer.
GroupHandle
          Provides a handle to the interact with the membership group.
GroupManagementService
          Provides API for joining, and leaving the group and to register Action Factories of specific types for specific Group Event Signals.
GroupManagementService.MemberType
          Members joining the group should be one of the following types.
GroupManagementService.RECOVERY_STATE
          These are possible recovery states used by GMS's recovery selection and failure fencing functions
JoinedAndReadyNotificationActionFactory
          Marker interface to provide a specific type of ActionFactory namely JoinedAndReadyNotificationActionFactory.
JoinNotificationActionFactory
          Marker interface to provide a specific type of ActionFactory namely JoinNotificationActionFactory.
MessageActionFactory
          Marker interface to provide a specific type of ActionFactory namely MessageActionFactory.
PlannedShutdownActionFactory
          Marker interface to provide a specific type of ActionFactory This factory's implementation provides a API to produce a PlannedShutdownAction
ServiceProviderConfigurationKeys
          Provides the keys that correspond to properties within group communication providers that can be configured.
Signal
          A Signal denotes a group event or a message event.
SignalAcquireException
          Raises exceptions occuring while acquiring signals.
SignalReleaseException
          Raises exceptions occuring while releasing signals.
 

Classes in com.sun.enterprise.ee.cms.core used by com.sun.enterprise.ee.cms.impl.client
Action
          Base interface to denote an Action.
ActionException
          This exception is a general exception thrown by the consumeSignal method of concrete Action implementations.
ActionFactory
          Produces Action instances.
CallBack
          This is a convenience interface that an Action implementation's parent thread can implement and pass to the Action implementation so that the parent thread is called back for any processing operation.
FailureNotificationAction
          Implementations of this interface consume FailureNotificationSignals which provide specifics associated with a failed member.
FailureNotificationActionFactory
          Marker interface to provide a specific type of ActionFactory.
FailureRecoveryAction
          Action type corresponding to a recovery oriented action.Implementations consume a FailureRecoverySignal.
FailureRecoveryActionFactory
          Marker interface to provide a specific type of ActionFactory.
FailureSuspectedAction
          An Action type that consumes FailureSuspectedSignal.
FailureSuspectedActionFactory
          Marker interface to provide a specific type of Action standing for creation of FailureSuspicionAction instances.
JoinedAndReadyNotificationAction
          An Action type that consumes JoinedAndReadyNotificationSignal.
JoinedAndReadyNotificationActionFactory
          Marker interface to provide a specific type of ActionFactory namely JoinedAndReadyNotificationActionFactory.
JoinNotificationAction
          An Action type that consumes JoinNotificationSignal.
JoinNotificationActionFactory
          Marker interface to provide a specific type of ActionFactory namely JoinNotificationActionFactory.
MessageAction
          An Action type that consumes MessageSignal.
MessageActionFactory
          Marker interface to provide a specific type of ActionFactory namely MessageActionFactory.
PlannedShutdownAction
          Implementations of this interface consume a PlannedShutdownNotificationSignal which provides specifics associated with a member that has announced its planned departure from the group.
PlannedShutdownActionFactory
          Marker interface to provide a specific type of ActionFactory This factory's implementation provides a API to produce a PlannedShutdownAction
Signal
          A Signal denotes a group event or a message event.
 

Classes in com.sun.enterprise.ee.cms.core used by com.sun.enterprise.ee.cms.impl.common
DistributedStateCache
          Represents a Caching facility that allows each member of the group to use key-value pairs representing the key to their cachable state and the value being serializable objects representing a state to be cached.
FailureNotificationActionFactory
          Marker interface to provide a specific type of ActionFactory.
FailureNotificationSignal
          Signal corresponding to FailureNotificationAction.
FailureRecoveryActionFactory
          Marker interface to provide a specific type of ActionFactory.
FailureRecoverySignal
          Specific to recovery related signal.
FailureSuspectedActionFactory
          Marker interface to provide a specific type of Action standing for creation of FailureSuspicionAction instances.
FailureSuspectedSignal
          Provides notification of a member's suspected (unconfirmed) failure.
GMSCacheable
          Support class for DistributedStateCacheImpl.
GMSConstants.shutdownState
           
GMSConstants.shutdownType
           
GMSException
          An exception class that captures exception conditions occuring while startup or shutdown of the GMS layer.
GroupHandle
          Provides a handle to the interact with the membership group.
GroupManagementService
          Provides API for joining, and leaving the group and to register Action Factories of specific types for specific Group Event Signals.
GroupManagementService.MemberType
          Members joining the group should be one of the following types.
JoinedAndReadyNotificationActionFactory
          Marker interface to provide a specific type of ActionFactory namely JoinedAndReadyNotificationActionFactory.
JoinedAndReadyNotificationSignal
          Signal corresponding to JoinedAndReadyNotificationAction.
JoinNotificationActionFactory
          Marker interface to provide a specific type of ActionFactory namely JoinNotificationActionFactory.
JoinNotificationSignal
          Signal corresponding to JoinNotificationAction.
MessageActionFactory
          Marker interface to provide a specific type of ActionFactory namely MessageActionFactory.
MessageSignal
          A Signal type that enables consumers to acquire the MessageSignal, get the message( i.e payload), perform appropriate operations and then release the signal to the signal pool.
PlannedShutdownActionFactory
          Marker interface to provide a specific type of ActionFactory This factory's implementation provides a API to produce a PlannedShutdownAction
PlannedShutdownSignal
          Signal corresponding to PlannedShutdownAction.
Signal
          A Signal denotes a group event or a message event.
SignalAcquireException
          Raises exceptions occuring while acquiring signals.
SignalReleaseException
          Raises exceptions occuring while releasing signals.
 

Classes in com.sun.enterprise.ee.cms.core used by com.sun.enterprise.ee.cms.impl.jxta
DistributedStateCache
          Represents a Caching facility that allows each member of the group to use key-value pairs representing the key to their cachable state and the value being serializable objects representing a state to be cached.
GMSCacheable
          Support class for DistributedStateCacheImpl.
GMSException
          An exception class that captures exception conditions occuring while startup or shutdown of the GMS layer.
GroupHandle
          Provides a handle to the interact with the membership group.
GroupManagementService.MemberType
          Members joining the group should be one of the following types.
MemberNotInViewException
          Created by IntelliJ IDEA.
 

Classes in com.sun.enterprise.ee.cms.core used by com.sun.enterprise.ee.cms.spi
GMSException
          An exception class that captures exception conditions occuring while startup or shutdown of the GMS layer.
MemberNotInViewException
          Created by IntelliJ IDEA.
 

Classes in com.sun.enterprise.ee.cms.core used by com.sun.enterprise.ee.cms.tests
CallBack
          This is a convenience interface that an Action implementation's parent thread can implement and pass to the Action implementation so that the parent thread is called back for any processing operation.
GroupManagementService.MemberType
          Members joining the group should be one of the following types.
Signal
          A Signal denotes a group event or a message event.
 

Classes in com.sun.enterprise.ee.cms.core used by com.sun.enterprise.ee.cms.tests.checkgroupshutdown
CallBack
          This is a convenience interface that an Action implementation's parent thread can implement and pass to the Action implementation so that the parent thread is called back for any processing operation.
Signal
          A Signal denotes a group event or a message event.
 

Classes in com.sun.enterprise.ee.cms.core used by com.sun.enterprise.ee.cms.tests.multigroupjoin
CallBack
          This is a convenience interface that an Action implementation's parent thread can implement and pass to the Action implementation so that the parent thread is called back for any processing operation.
Signal
          A Signal denotes a group event or a message event.
 

Classes in com.sun.enterprise.ee.cms.core used by com.sun.enterprise.ee.cms.tests.p2pmessagesend
CallBack
          This is a convenience interface that an Action implementation's parent thread can implement and pass to the Action implementation so that the parent thread is called back for any processing operation.
Signal
          A Signal denotes a group event or a message event.
 



Copyright © 2003 Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.