|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SagaFactory
This interface must be implemented by a SAGA implementation that uses these
language bindings. It creates factories for all packages in SAGA. See the
ImplementationBootstrapLoader
description.
Method Summary | |
---|---|
BufferFactory |
createBufferFactory()
Creates a factory for the Saga buffer package. |
ContextFactory |
createContextFactory()
Creates a factory for the Saga context package. |
FileFactory |
createFileFactory()
Creates a factory for the Saga file package. |
ISNFactory |
createISNFactory()
Creates a factory for the Saga Information System Navigator package. |
JobFactory |
createJobFactory()
Creates a factory for the Saga jobs package. |
LogicalFileFactory |
createLogicalFileFactory()
Creates a factory for the Saga logical file package. |
MonitoringFactory |
createMonitoringFactory()
Creates a factory for the Saga monitoring package. |
NSFactory |
createNamespaceFactory()
Creates a factory for the Saga namespace package. |
RPCFactory |
createRPCFactory()
Creates a factory for the Saga RPC package. |
SDFactory |
createSDFactory()
Creates a factory for the Saga Service Discovery package. |
SessionFactory |
createSessionFactory()
Creates a factory for the Saga session package. |
StreamFactory |
createStreamFactory()
Creates a factory for the Saga stream package. |
TaskFactory |
createTaskFactory()
Creates a factory for the Saga task package. |
URLFactory |
createURLFactory()
Creates a factory for the Saga URL package. |
Method Detail |
---|
BufferFactory createBufferFactory()
ContextFactory createContextFactory()
FileFactory createFileFactory()
JobFactory createJobFactory() throws NotImplementedException
NotImplementedException
- is thrown when jobs are not implemented.LogicalFileFactory createLogicalFileFactory() throws NotImplementedException
NotImplementedException
- is thrown when logical file is not implemented.MonitoringFactory createMonitoringFactory() throws NotImplementedException
NotImplementedException
- is thrown when monitoring is not implemented.NSFactory createNamespaceFactory() throws NotImplementedException
NotImplementedException
- is thrown when namespaces are not implemented.RPCFactory createRPCFactory() throws NotImplementedException
NotImplementedException
- is thrown when RPC is not implemented.SessionFactory createSessionFactory()
StreamFactory createStreamFactory() throws NotImplementedException
NotImplementedException
- is thrown when streams are not implemented.TaskFactory createTaskFactory() throws NotImplementedException
NotImplementedException
- is thrown when tasks are not implemented.URLFactory createURLFactory()
SDFactory createSDFactory() throws NotImplementedException
NotImplementedException
- is thrown when SD is not implemented.ISNFactory createISNFactory() throws NotImplementedException
NotImplementedException
- is thrown when ISN is not implemented.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |