Interface FileProviderContextFactory.FileProviderContextFactoryInterface
-
- Enclosing class:
- FileProviderContextFactory
public static interface FileProviderContextFactory.FileProviderContextFactoryInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileProviderContext
createProcessServerServiceContext(ProcessServerService pss, Long namespace)
FileProviderContext
createRMIContext(String type, String address)
-
-
-
Method Detail
-
createRMIContext
FileProviderContext createRMIContext(String type, String address)
-
createProcessServerServiceContext
FileProviderContext createProcessServerServiceContext(ProcessServerService pss, Long namespace)
-
-