com.tivoli.twg.engine
Interface TWGServerCommandHandler
- All Known Implementing Classes:
- MSCSManagedObjectFactory, TWGClusterManagedObjectFactory, TWGNativeManagedObjectFactory
- public interface TWGServerCommandHandler
Interface defining the method to be implement by
a handler for TWGServerCommand commands registered
with the TWGServerServiceNode.
Method Summary |
void |
ServerCommandReceived(java.lang.String cmdname,
Command cmd)
Handler method for delivering TWGServerCommands to the handler. |
ServerCommandReceived
public void ServerCommandReceived(java.lang.String cmdname,
Command cmd)
- Handler method for delivering TWGServerCommands to the handler.
- Parameters:
cmdname
- - name of extension commandcmd
- - command instance received