|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.writersforge.catalan.process.workspace.BaseWorkspace
org.writersforge.catalan.process.workspace.XmlWorkspace
IWorkspace backed by an XML document.
| Constructor Summary | |
XmlWorkspace(org.writersforge.bellows.Datum xml)
Creates a new instance of XmlWorkspace from the given XML document. |
|
XmlWorkspace(java.lang.String workspaceXmlPath)
Creates a new instance of XmlWorkspace using a path to the XML document. |
|
| Method Summary | |
QueueManager |
getDataQueues()
Retrieves the QueueManager responsible for all queues. |
IWorkProperties |
getProperties()
Retrieves the container for all properties currently set in the workspace. |
WorkerRegistry |
getWorkerRegistry()
Retrieves the WorkerRegistry for this IWorkspace. |
| Methods inherited from class org.writersforge.catalan.process.workspace.BaseWorkspace |
getAlertQueue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XmlWorkspace(java.lang.String workspaceXmlPath)
throws WorkspaceException
workspaceXmlPath - path to XML workspace in classpath
WorkspaceException - if unable to find or load workspace from XMLpublic XmlWorkspace(org.writersforge.bellows.Datum xml)
xml - workspace info in XML form| Method Detail |
public IWorkProperties getProperties()
public QueueManager getDataQueues()
public WorkerRegistry getWorkerRegistry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||