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
RemoteExceptionvoid addWebapp(String contextPath, String docBasePath) throws RemoteException
RemoteExceptionvoid destroy()
throws RemoteException
RemoteExceptionMPI getMPI() throws RemoteException
RemoteExceptionRegistrationReference getRegistrationReference() throws RemoteException
RemoteExceptionSPIAgent getSPIAgent() throws RemoteException
RemoteExceptionSPIConfiguration getSPIConfiguration() throws RemoteException
RemoteExceptionString getSPIProviderName() throws RemoteException
RemoteExceptionvoid init()
throws RemoteException
RemoteExceptionboolean isAlive()
throws RemoteException
RemoteExceptionvoid start()
throws RemoteException
RemoteExceptionvoid stop()
throws RemoteException
RemoteException