@Deprecated public abstract class RemoteSPI extends java.lang.Object implements ProcessCallable<SPI>, java.rmi.Remote, SPI
| Modifier and Type | Class and Description |
|---|---|
protected static class |
RemoteSPI.RegisterCallback
Deprecated.
|
protected class |
RemoteSPI.SPIShutdownHook
Deprecated.
|
protected static class |
RemoteSPI.UnregisterSPIProcessCallable
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.concurrent.CountDownLatch |
countDownLatch
Deprecated.
|
protected MPI |
mpi
Deprecated.
|
protected RegistrationReference |
registrationReference
Deprecated.
|
protected SPIAgent |
spiAgent
Deprecated.
|
protected SPIConfiguration |
spiConfiguration
Deprecated.
|
protected java.lang.String |
uuid
Deprecated.
|
protected Welder |
welder
Deprecated.
|
SPI_INSTANCE_PUBLICATION_KEY| Constructor and Description |
|---|
RemoteSPI(SPIConfiguration spiConfiguration)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SPI |
call()
Deprecated.
|
void |
destroy()
Deprecated.
|
protected abstract void |
doDestroy()
Deprecated.
|
MPI |
getMPI()
Deprecated.
|
RegistrationReference |
getRegistrationReference()
Deprecated.
|
SPIAgent |
getSPIAgent()
Deprecated.
|
SPIConfiguration |
getSPIConfiguration()
Deprecated.
|
java.lang.String |
getUUID()
Deprecated.
|
Welder |
getWelder()
Deprecated.
|
boolean |
isAlive()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddServlet, addWebapp, getSPIProviderName, init, start, stopprotected transient java.util.concurrent.CountDownLatch countDownLatch
protected final MPI mpi
protected RegistrationReference registrationReference
protected transient volatile SPIAgent spiAgent
protected final SPIConfiguration spiConfiguration
protected final java.lang.String uuid
protected final Welder welder
public RemoteSPI(SPIConfiguration spiConfiguration)
public SPI call() throws ProcessException
call in interface ProcessCallable<SPI>ProcessExceptionpublic void destroy()
throws java.rmi.RemoteException
public RegistrationReference getRegistrationReference()
getRegistrationReference in interface SPIpublic SPIAgent getSPIAgent()
getSPIAgent in interface SPIpublic SPIConfiguration getSPIConfiguration()
getSPIConfiguration in interface SPIpublic java.lang.String getUUID()
public Welder getWelder()
protected abstract void doDestroy()
throws java.rmi.RemoteException
java.rmi.RemoteException