Package jade.imtp.leap
Class MicroStub.PostponedCommand
- java.lang.Object
-
- jade.imtp.leap.MicroStub.PostponedCommand
-
-
Constructor Summary
Constructors Constructor Description PostponedCommand(Command c, int sessionId, ICPException icpe)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandgetCommand()ICPExceptiongetException()
-
-
-
Constructor Detail
-
PostponedCommand
public PostponedCommand(Command c, int sessionId, ICPException icpe)
-
-
Method Detail
-
getCommand
public Command getCommand()
-
getException
public ICPException getException()
-
-