public interface SPI
extends java.rmi.Remote, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SPI_INSTANCE_PUBLICATION_KEY |
| Modifier and Type | Method and Description |
|---|---|
void |
addServlet(java.lang.String contextPath,
java.lang.String docBasePath,
java.lang.String mappingPattern,
java.lang.String servletClassName) |
void |
addWebapp(java.lang.String contextPath,
java.lang.String docBasePath) |
void |
destroy() |
MPI |
getMPI() |
RegistrationReference |
getRegistrationReference() |
SPIAgent |
getSPIAgent() |
SPIConfiguration |
getSPIConfiguration() |
java.lang.String |
getSPIProviderName() |
void |
init() |
boolean |
isAlive() |
void |
start() |
void |
stop() |
static final java.lang.String SPI_INSTANCE_PUBLICATION_KEY
void addServlet(java.lang.String contextPath,
java.lang.String docBasePath,
java.lang.String mappingPattern,
java.lang.String servletClassName)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid addWebapp(java.lang.String contextPath,
java.lang.String docBasePath)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid destroy()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMPI getMPI() throws java.rmi.RemoteException
java.rmi.RemoteExceptionRegistrationReference getRegistrationReference() throws java.rmi.RemoteException
java.rmi.RemoteExceptionSPIAgent getSPIAgent() throws java.rmi.RemoteException
java.rmi.RemoteExceptionSPIConfiguration getSPIConfiguration() throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getSPIProviderName()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid init()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean isAlive()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid start()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid stop()
throws java.rmi.RemoteException
java.rmi.RemoteException