Uses of Class
net.dpml.state.UnknownOperationException

Packages that use UnknownOperationException
net.dpml.state States, transitons, operations and triggers and a state machine supporting orderly management of state transitions and dynamic operations. 
 

Uses of UnknownOperationException in net.dpml.state
 

Methods in net.dpml.state that throw UnknownOperationException
 Object StateMachine.execute(String name, Object object, Object[] args)
          Execute a named operation on the supplied object.
 Object StateMachine.invoke(Object object, String method, Object[] args)
          Invoke a management method on the supplied object.