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.RemoteException
void addWebapp(java.lang.String contextPath, java.lang.String docBasePath) throws java.rmi.RemoteException
java.rmi.RemoteException
void destroy() throws java.rmi.RemoteException
java.rmi.RemoteException
MPI getMPI() throws java.rmi.RemoteException
java.rmi.RemoteException
RegistrationReference getRegistrationReference() throws java.rmi.RemoteException
java.rmi.RemoteException
SPIAgent getSPIAgent() throws java.rmi.RemoteException
java.rmi.RemoteException
SPIConfiguration getSPIConfiguration() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getSPIProviderName() throws java.rmi.RemoteException
java.rmi.RemoteException
void init() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isAlive() throws java.rmi.RemoteException
java.rmi.RemoteException
void start() throws java.rmi.RemoteException
java.rmi.RemoteException
void stop() throws java.rmi.RemoteException
java.rmi.RemoteException