Class SignOffProxyEvent
java.lang.Object
org.refcodes.observer.AbstractEvent<ObservableRemoteClient>
org.refcodes.observer.AbstractActionEvent<ClientAction,ObservableRemoteClient>
org.refcodes.observer.AbstractMetaDataActionEvent<ClientAction,org.refcodes.observer.EventMetaData,ObservableRemoteClient>
org.refcodes.remoting.ext.observer.AbstractRemotingEvent<ClientAction,ObservableRemoteClient>
org.refcodes.remoting.ext.observer.SignOffProxyEvent
- All Implemented Interfaces:
org.refcodes.component.ext.observer.ComponentEvent<ClientAction,,ObservableRemoteClient> org.refcodes.component.ext.observer.ConnectionEvent<ClientAction,,ObservableRemoteClient> org.refcodes.mixin.ActionAccessor<ClientAction>,org.refcodes.mixin.MetaDataAccessor<org.refcodes.observer.EventMetaData>,org.refcodes.mixin.SourceAccessor<ObservableRemoteClient>,org.refcodes.mixin.TimeoutMillisAccessor,org.refcodes.observer.ActionEvent<ClientAction,,ObservableRemoteClient> org.refcodes.observer.Event<ObservableRemoteClient>,org.refcodes.observer.MetaDataActionEvent<ClientAction,,org.refcodes.observer.EventMetaData, ObservableRemoteClient> org.refcodes.observer.MetaDataEvent<org.refcodes.observer.EventMetaData,,ObservableRemoteClient> ClientEvent,RemotingEvent<ClientAction,,ObservableRemoteClient> org.refcodes.remoting.ProxyAccessor
public class SignOffProxyEvent
extends AbstractRemotingEvent<ClientAction,ObservableRemoteClient>
implements org.refcodes.mixin.TimeoutMillisAccessor
The
SignOffProxyEvent signals a proxy to be signed off.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.mixin.ActionAccessor
org.refcodes.mixin.ActionAccessor.ActionBuilder<A,B extends org.refcodes.mixin.ActionAccessor.ActionBuilder<A, B>>, org.refcodes.mixin.ActionAccessor.ActionMutator<A>, org.refcodes.mixin.ActionAccessor.ActionProperty<A> Nested classes/interfaces inherited from interface org.refcodes.mixin.MetaDataAccessor
org.refcodes.mixin.MetaDataAccessor.MetaDataBuilder<MD,B extends org.refcodes.mixin.MetaDataAccessor.MetaDataBuilder<MD, B>>, org.refcodes.mixin.MetaDataAccessor.MetaDataMutator<MD>, org.refcodes.mixin.MetaDataAccessor.MetaDataProperty<MD> Nested classes/interfaces inherited from interface org.refcodes.remoting.ProxyAccessor
org.refcodes.remoting.ProxyAccessor.ProxyBuilder<B extends org.refcodes.remoting.ProxyAccessor.ProxyBuilder<B>>, org.refcodes.remoting.ProxyAccessor.ProxyMutator, org.refcodes.remoting.ProxyAccessor.ProxyPropertyNested classes/interfaces inherited from interface org.refcodes.mixin.SourceAccessor
org.refcodes.mixin.SourceAccessor.SourceBuilder<SRC,B extends org.refcodes.mixin.SourceAccessor.SourceBuilder<SRC, B>>, org.refcodes.mixin.SourceAccessor.SourceMutator<SRC>, org.refcodes.mixin.SourceAccessor.SourceProperty<SRC> Nested classes/interfaces inherited from interface org.refcodes.mixin.TimeoutMillisAccessor
org.refcodes.mixin.TimeoutMillisAccessor.TimeoutMillisBuilder<B extends org.refcodes.mixin.TimeoutMillisAccessor.TimeoutMillisBuilder<B>>, org.refcodes.mixin.TimeoutMillisAccessor.TimeoutMillisMutator, org.refcodes.mixin.TimeoutMillisAccessor.TimeoutMillisProperty -
Field Summary
Fields inherited from class org.refcodes.observer.AbstractMetaDataActionEvent
_eventMetaDataFields inherited from class org.refcodes.observer.AbstractActionEvent
_action -
Constructor Summary
ConstructorsConstructorDescriptionSignOffProxyEvent(Object aProxy, long aTimeoutMillis, ObservableRemoteClient aSource) Constructs an accordingSignOffProxyEventevent. -
Method Summary
Methods inherited from class org.refcodes.observer.AbstractMetaDataActionEvent
getMetaData, toStringMethods inherited from class org.refcodes.observer.AbstractActionEvent
getActionMethods inherited from class org.refcodes.observer.AbstractEvent
getSourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.refcodes.mixin.ActionAccessor
getActionMethods inherited from interface org.refcodes.mixin.MetaDataAccessor
getMetaDataMethods inherited from interface org.refcodes.mixin.SourceAccessor
getSource
-
Constructor Details
-
SignOffProxyEvent
Constructs an accordingSignOffProxyEventevent.- Parameters:
aProxy- The proxy to be provided by theActionEvent.aTimeoutMillis- The timeout in milliseconds after which the proxy will finally be signed-off.aSource- The source from which this event originated.
-
-
Method Details
-
getTimeoutMillis
public long getTimeoutMillis()- Specified by:
getTimeoutMillisin interfaceorg.refcodes.mixin.TimeoutMillisAccessor
-
getProxy
public <P> P getProxy()- Specified by:
getProxyin interfaceorg.refcodes.remoting.ProxyAccessor
-