public abstract class ServiceFactory extends Object
Constructor and Description |
---|
ServiceFactory() |
Modifier and Type | Method and Description |
---|---|
Closeable |
createService() |
protected abstract String |
getServiceClassName() |
abstract String |
getServiceName() |
protected abstract void |
initializeClasspath(ClasspathBuilder classpath) |
protected Closeable |
startService(CustomURLClassLoader classLoader) |
public Closeable createService()
protected Closeable startService(CustomURLClassLoader classLoader) throws Exception
Exception
public abstract String getServiceName()
protected abstract String getServiceClassName()
protected abstract void initializeClasspath(ClasspathBuilder classpath)
Copyright © GigaSpaces.