public class OpenLocalEventSpace extends AbstractEventSpace implements OpenEventSpace
Modifier and Type | Method and Description |
---|---|
Address |
register(entity : EventListener,
[weakParticipant : boolean])
Deprecated.
|
Address |
registerStrongParticipant(entity : EventListener)
Registers the strong participant inside this space.
|
Address |
registerWeakParticipant(entity : EventListener)
Registers the weak participant inside this space.
|
Address |
unregister(entity : EventListener)
Unregisters the entity inside this space.
|
emit, emitLocally, ensureEventSource, forEachStrongParticipant, forEachStrongParticipant, forEachWeakParticipant, forEachWeakParticipant, getAddress, getEventTransportService, getListenerFromStrongParticipant, getLogger, getNumberOfStrongParticipants, getNumberOfWeakParticipants, getScopedParticipants, getSpaceParticipantListener, isPseudoEmpty, registerToSpace, setEventTransportService, unregisterFromSpace
fireDestroyableSpace, getSpaceID, setSpaceListenerIfNone, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
emit, emit, getAddress
forEachStrongParticipant, forEachWeakParticipant, getNumberOfStrongParticipants, getNumberOfWeakParticipants, getSpaceID, isPseudoEmpty, isPseudoEmpty
emit
getSpaceID, isPseudoEmpty
getSpaceID, isPseudoEmpty
isPseudoEmpty
@Deprecated
public def
register(entity : EventListener,
[weakParticipant : boolean]) : Address
OpenEventSpace
If the agent is already registered the address is return, but the listener is not replaced.
register
in interface OpenEventSpace
entity
- the participant to register.public def
registerStrongParticipant(entity : EventListener) : Address
OpenEventSpace
If the agent is already registered the address is return, but the listener is not replaced.
registerStrongParticipant
in interface OpenEventSpace
entity
- the participant to register.public def
registerWeakParticipant(entity : EventListener) : Address
OpenEventSpace
If the agent is already registered the address is return, but the listener is not replaced.
registerWeakParticipant
in interface OpenEventSpace
entity
- the participant to register.public def
unregister(entity : EventListener) : Address
OpenEventSpace
unregister
in interface OpenEventSpace
entity
- the participant to unregister.Copyright © 2021 the original authors or authors.