| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Client interface for the process directory.
| Method Summary | |
|  Activity | lookupActivity(ActivityUniqueKey key)This method returns the activity identified be the given unique key. | 
|  Activity.Info | lookupActivityInfo(ActivityUniqueKey key)This method finds the activity identified be the given unique key and returns all available information about it. | 
|  Process | lookupProcess(java.lang.String processMgrName,
              java.lang.String processKey)This method finds the process identified by the given type and key. | 
|  java.util.Collection | processes()This operation method delivers a collection of all known processes. | 
|  java.util.Collection | processMgrNames()This operation method returns a collection of the defined process types as Strings. | 
|  void | removeProcess(WfProcess process)Removes the given process. | 
| Method Detail | 
public java.util.Collection processMgrNames()
                                     throws java.rmi.RemoteException
java.rmi.RemoteException - if a system-level error occurs.
public java.util.Collection processes()
                               throws java.rmi.RemoteException
Process
Processjava.rmi.RemoteException - if a system-level error occurs.
public Process lookupProcess(java.lang.String processMgrName,
                             java.lang.String processKey)
                      throws InvalidKeyException,
                             java.rmi.RemoteException
processMgrName - type of the given process.processKey - key of the process.
InvalidKeyException - if no such process can be 
 found.
java.rmi.RemoteException - if a system-level error occurs.
public Activity lookupActivity(ActivityUniqueKey key)
                        throws InvalidKeyException,
                               java.rmi.RemoteException
key - denotes the activity to be looked up.
Activity value
java.rmi.RemoteException - if a system-level error occurs.
InvalidKeyException - if the activity specified by
 key cannot be found.
public Activity.Info lookupActivityInfo(ActivityUniqueKey key)
                                 throws InvalidKeyException,
                                        java.rmi.RemoteException
key - denotes the activity to be looked up.
Activity.Info value
InvalidKeyException - if the activity specified by
 key cannot be found.
java.rmi.RemoteException - if a system-level error occurs.
public void removeProcess(WfProcess process)
                   throws java.rmi.RemoteException,
                          CannotRemoveException
process - the process to remove.
java.rmi.RemoteException - if a system-level error occurs.
CannotRemoveException - if the process cannot be removed,
 because it is still in progress.| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||