net.dpml.state
Interface Operation
- All Superinterfaces:
- Action
public interface Operation
- extends Action
An operation defines the name of a bean style accessor that
may be invoked by a management application while the operation
is exposed within the active path.
- Version:
- 2.0.3
- Author:
- Digital Product Management Laboratory
Method Summary |
java.lang.String |
getMethodName()
Return the optional overriding method name. |
getMethodName
java.lang.String getMethodName()
- Return the optional overriding method name. If the
value returned is null the method shall be assumed to be the
equivalent of "get[Name]().
- Returns:
- the operation method name