public interface ExtendedModuleCommandFactory extends ModuleCommandFactory
ModuleCommandFactory
interface. This interface should be merged with ModuleCommandFactory
in 6.0.Modifier and Type | Method and Description |
---|---|
CacheRpcCommand |
fromStream(byte commandId,
Object[] args,
String cacheName)
Construct and initialize a
CacheRpcCommand based on the command
id and argument array passed in. |
fromStream, getModuleCommands
CacheRpcCommand fromStream(byte commandId, Object[] args, String cacheName)
CacheRpcCommand
based on the command
id and argument array passed in.commandId
- command id to constructargs
- array of arguments with which to initialize the CacheRpcCommand
cacheName
- cache name at which command to be created is directedCacheRpcCommand
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.