Uses of Class
net.dpml.state.UnknownOperationException

Packages that use UnknownOperationException
net.dpml.component Interfaces defining the internal 'component' model. 
net.dpml.metro.runtime Metro component model controller implementation. 
net.dpml.state The net.dpml.state package defines states, transitons, operations and triggers and a state machine supporting orderly management of state transitions and dynamic operations. 
 

Uses of UnknownOperationException in net.dpml.component
 

Methods in net.dpml.component that throw UnknownOperationException
 Object Provider.exec(String name, Object[] args)
          Invoke an operation on the instance.
 Object Provider.invoke(String method, Object[] args)
          Invoke an operation on the instance.
 

Uses of UnknownOperationException in net.dpml.metro.runtime
 

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

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.