Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

domain
Class VolatileMgr  view VolatileMgr download VolatileMgr.java

java.lang.Object
  extended bydomain.VolatileMgr
All Implemented Interfaces:
de.danet.an.workflow.omgcore.WfObject, de.danet.an.workflow.omgcore.WfProcessMgr

public class VolatileMgr
extends java.lang.Object
implements de.danet.an.workflow.omgcore.WfProcessMgr

This class provides ...

Version:
$Revision: 1.3 $

Field Summary
 
Fields inherited from interface de.danet.an.workflow.omgcore.WfProcessMgr
DISABLED, ENABLED
 
Constructor Summary
VolatileMgr()
          Creates an instance of VolatileMgr with all attributes initialized to default values.
 
Method Summary
 java.lang.String category()
          Describe category method here.
 de.danet.an.workflow.omgcore.ProcessDataInfo contextSignature()
          Describe contextSignature method here.
 de.danet.an.workflow.omgcore.WfProcess createProcess(de.danet.an.workflow.omgcore.WfRequester wfRequester)
          Describe createProcess method here.
 java.lang.String description()
          Describe description method here.
 java.lang.String name()
          Describe name method here.
 java.util.Collection processes()
          Describe processes method here.
 int processMgrState()
          Describe processMgrState method here.
 de.danet.an.workflow.omgcore.ProcessDataInfo resultSignature()
          Describe resultSignature method here.
 void setProcessMgrState(int n)
          Describe setProcessMgrState method here.
 java.lang.String version()
          Describe version method here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VolatileMgr

public VolatileMgr()
Creates an instance of VolatileMgr with all attributes initialized to default values.

Method Detail

name

public java.lang.String name()
                      throws java.rmi.RemoteException
Describe name method here.

Specified by:
name in interface de.danet.an.workflow.omgcore.WfProcessMgr

version

public java.lang.String version()
                         throws java.rmi.RemoteException
Describe version method here.

Specified by:
version in interface de.danet.an.workflow.omgcore.WfProcessMgr

processes

public java.util.Collection processes()
                               throws java.rmi.RemoteException
Describe processes method here.

Specified by:
processes in interface de.danet.an.workflow.omgcore.WfProcessMgr

processMgrState

public int processMgrState()
                    throws java.rmi.RemoteException
Describe processMgrState method here.

Specified by:
processMgrState in interface de.danet.an.workflow.omgcore.WfProcessMgr

setProcessMgrState

public void setProcessMgrState(int n)
                        throws java.rmi.RemoteException,
                               de.danet.an.workflow.omgcore.TransitionNotAllowedException
Describe setProcessMgrState method here.

Specified by:
setProcessMgrState in interface de.danet.an.workflow.omgcore.WfProcessMgr

description

public java.lang.String description()
                             throws java.rmi.RemoteException
Describe description method here.

Specified by:
description in interface de.danet.an.workflow.omgcore.WfProcessMgr

category

public java.lang.String category()
                          throws java.rmi.RemoteException
Describe category method here.

Specified by:
category in interface de.danet.an.workflow.omgcore.WfProcessMgr

contextSignature

public de.danet.an.workflow.omgcore.ProcessDataInfo contextSignature()
                                                              throws java.rmi.RemoteException
Describe contextSignature method here.

Specified by:
contextSignature in interface de.danet.an.workflow.omgcore.WfProcessMgr

resultSignature

public de.danet.an.workflow.omgcore.ProcessDataInfo resultSignature()
                                                             throws java.rmi.RemoteException
Describe resultSignature method here.

Specified by:
resultSignature in interface de.danet.an.workflow.omgcore.WfProcessMgr

createProcess

public de.danet.an.workflow.omgcore.WfProcess createProcess(de.danet.an.workflow.omgcore.WfRequester wfRequester)
                                                     throws java.rmi.RemoteException,
                                                            de.danet.an.workflow.omgcore.NotEnabledException,
                                                            de.danet.an.workflow.omgcore.InvalidRequesterException,
                                                            de.danet.an.workflow.omgcore.RequesterRequiredException
Describe createProcess method here.

Specified by:
createProcess in interface de.danet.an.workflow.omgcore.WfProcessMgr