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.1.0
Author:
Digital Product Management Library

Method Summary
 String getMethodName()
          Return the optional overriding method name.
 
Methods inherited from interface net.dpml.state.Action
getName
 

Method Detail

getMethodName

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