Modifier and type | Property and description |
---|---|
EventTransportService | eventTransportService |
java.util.logging.Logger | logger |
int | numberOfStrongParticipants |
int | numberOfWeakParticipants |
SpaceParticipantListener | spaceParticipantListener |
Constructor and description |
---|
new(SpaceID,SpaceParticipantListener,LoggingService) Constructor. |
new(SpaceID,SpaceParticipantListener,LoggingService,ConcurrentMap<K,V>,ConcurrentMap<K,V>) Constructor. |
var eventTransportService : EventTransportService
This property is an alias for the action: getEventTransportService
val logger : java.util.logging.Logger
This property is an alias for the action: getLogger
val numberOfStrongParticipants : int
This property is an alias for the action: getNumberOfStrongParticipants
val numberOfWeakParticipants : int
This property is an alias for the action: getNumberOfWeakParticipants
val spaceParticipantListener : SpaceParticipantListener
This property is an alias for the action: getSpaceParticipantListener
new(SpaceID,SpaceParticipantListener,LoggingService)
protected new(SpaceID,SpaceParticipantListener,LoggingService,ConcurrentMap<K,V>,ConcurrentMap<K,V>)
def emit(UUID,Event,Scope<T>)
protected def emitLocally(Event,Scope<T>)
protected def ensureEventSource(UUID,Event)
def forEachStrongParticipant(Procedure1<Param>)
def forEachStrongParticipant(Procedure2<P1,P2>)
def forEachWeakParticipant(Procedure1<Param>)
def forEachWeakParticipant(Procedure2<P1,P2>)
def getAddress(UUID) : Address
def getEventTransportService : EventTransportService
def getListenerFromStrongParticipant(UUID) : EventListener
def getLogger : java.util.logging.Logger
def getNumberOfStrongParticipants : int
def getNumberOfWeakParticipants : int
def getScopedParticipants(Scope<T>) : java.util.concurrent.ConcurrentLinkedDeque<E>
def getSpaceParticipantListener : SpaceParticipantListener
def isPseudoEmpty(UUID) : boolean
protected def registerToSpace(EventListener,boolean) : Address
def setEventTransportService(EventTransportService)
protected def unregisterFromSpace(EventListener) : Address