RESULT
- is the type of the result of the invocation
.COMMAND
- is the type of the specific RemoteInvocationCommand
this handler is
responsible
for.public abstract class AbstractRemoteInvocationCommandHandler<RESULT extends Serializable,COMMAND extends RemoteInvocationCommand<RESULT>> extends AbstractLoggableComponent implements RemoteInvocationCommandHandler<RESULT,COMMAND>
RemoteInvocationCommandHandler
. It is recommended
that your server-side implementations of RemoteInvocationCommandHandler
s are derived from this
class (however, this is technically not required).Constructor and Description |
---|
AbstractRemoteInvocationCommandHandler()
The constructor.
|
createLogger, doInitialize, getLogger
doInitialized, getInitializationState, initialize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCommandClass, handle
Copyright © 2001–2016 mmm-Team. All rights reserved.