public interface SagaFactory
ImplementationBootstrapLoader
description.Modifier and Type | Method and Description |
---|---|
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.
|
ResourceFactory |
createResourceFactory()
Creates a factory for the Saga Resource Manager 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.
|
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.ResourceFactory createResourceFactory() throws NotImplementedException
NotImplementedException
Copyright © 2016 Open Grid Forum. All rights reserved.