|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.demac.j2me.DEMAC.DemacHighLevelAPI
public class DemacHighLevelAPI
| Method Summary | |
|---|---|
static DemacHighLevelAPI |
getDemacHighLevelAPI()
Method to return the instance of the DemacHighLevelAPI singleton. |
boolean |
isStarted()
Method to indicate if DEMAC is running. |
java.lang.String |
runManagedProcess(byte[] dpdlprocess,
byte[] managementdesriptor)
Method to pass over a process and its respective management descriptor to be run on the DEMAC process service. |
java.lang.String |
runProcess(byte[] dpdlprocess)
Method to pass over a process to be run on the DEMAC process service. |
java.lang.String |
runProcess(byte[] dpdlprocess,
java.util.Hashtable extensions)
Method to pass over a process to be run on the DEMAC process service. |
void |
startDefaultDemac()
Method to start the DEMAC middleware with a default configuration of internal services. |
void |
startDemacDesktopGUI()
Method to start the DEMAC middleware with a default configuration of internal services. |
void |
stopDemac()
Method to stop the DEMAC middleware and shut down all of its services. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DemacHighLevelAPI getDemacHighLevelAPI()
public void startDemacDesktopGUI()
throws java.lang.Exception
java.lang.Exception
public void startDefaultDemac()
throws java.lang.Exception
java.lang.Exception
public void stopDemac()
throws java.lang.Exception
java.lang.Exception
public java.lang.String runProcess(byte[] dpdlprocess)
throws java.lang.Exception
dpdlprocess - The process in XML format following the DPDL schema
StorageException - if the process cannot be stored.
java.lang.Exception
public java.lang.String runProcess(byte[] dpdlprocess,
java.util.Hashtable extensions)
throws java.lang.Exception
dpdlprocess - The process in XML format following the DPDL schemaextensions - Extensions such as dataclasses for parallel processing
StorageException - if the process cannot be stored.
java.lang.Exception
public java.lang.String runManagedProcess(byte[] dpdlprocess,
byte[] managementdesriptor)
throws java.lang.Exception
dpdlprocess - The process in XML format following the DPDL schemamanagementdesriptor - The process in XML format following the DPDL schema
StorageException - if the process cannot be stored.
java.lang.Exceptionpublic boolean isStarted()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||