public interface SPI
extends Remote, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
SPI_INSTANCE_PUBLICATION_KEY |
Modifier and Type | Method and Description |
---|---|
void |
addServlet(String contextPath,
String docBasePath,
String mappingPattern,
String servletClassName) |
void |
addWebapp(String contextPath,
String docBasePath) |
void |
destroy() |
MPI |
getMPI() |
RegistrationReference |
getRegistrationReference() |
SPIAgent |
getSPIAgent() |
SPIConfiguration |
getSPIConfiguration() |
String |
getSPIProviderName() |
void |
init() |
boolean |
isAlive() |
void |
start() |
void |
stop() |
static final String SPI_INSTANCE_PUBLICATION_KEY
void addServlet(String contextPath, String docBasePath, String mappingPattern, String servletClassName) throws RemoteException
RemoteException
void addWebapp(String contextPath, String docBasePath) throws RemoteException
RemoteException
void destroy() throws RemoteException
RemoteException
MPI getMPI() throws RemoteException
RemoteException
RegistrationReference getRegistrationReference() throws RemoteException
RemoteException
SPIAgent getSPIAgent() throws RemoteException
RemoteException
SPIConfiguration getSPIConfiguration() throws RemoteException
RemoteException
String getSPIProviderName() throws RemoteException
RemoteException
void init() throws RemoteException
RemoteException
boolean isAlive() throws RemoteException
RemoteException
void start() throws RemoteException
RemoteException
void stop() throws RemoteException
RemoteException