|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is simply a mixin of the EJBObject and CommandTarget interfaces with no new methods added.
Method Summary | |
TargetableCommand |
executeCommand(TargetableCommand command)
This interface provides a EJB wrapper for CommandTarget. |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
public TargetableCommand executeCommand(TargetableCommand command) throws java.rmi.RemoteException, CommandException
executeCommand
in interface CommandTarget
command
- The TargetableCommand to be executed.java.rmi.RemoteException
- The superclass for all remove exceptions.
This is thrown to allow the possibility for this method to
be an RMI remote method.CommandException
- The superclass for all command exceptions.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |