public interface Operation
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
java.lang.Object |
invoke(java.lang.Object self,
OperationContext context) |
java.lang.Object invoke(java.lang.Object self,
OperationContext context)
throws OperationException
OperationExceptionjava.lang.String getName()
java.lang.String getDescription()
int getCode()
throws OperationNotSupportedException
OperationNotSupportedException