@Deprecated public abstract class RemoteSPI extends Object implements ProcessCallable<SPI>, 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 CountDownLatch |
countDownLatch
Deprecated.
|
protected MPI |
mpi
Deprecated.
|
protected RegistrationReference |
registrationReference
Deprecated.
|
protected SPIAgent |
spiAgent
Deprecated.
|
protected SPIConfiguration |
spiConfiguration
Deprecated.
|
protected 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.
|
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 CountDownLatch countDownLatch
protected final MPI mpi
protected RegistrationReference registrationReference
protected transient volatile SPIAgent spiAgent
protected final SPIConfiguration spiConfiguration
protected final String uuid
protected final Welder welder
public RemoteSPI(SPIConfiguration spiConfiguration)
public SPI call() throws ProcessException
call in interface ProcessCallable<SPI>ProcessExceptionpublic void destroy()
throws RemoteException
public RegistrationReference getRegistrationReference()
getRegistrationReference in interface SPIpublic SPIAgent getSPIAgent()
getSPIAgent in interface SPIpublic SPIConfiguration getSPIConfiguration()
getSPIConfiguration in interface SPIpublic String getUUID()
public Welder getWelder()
protected abstract void doDestroy()
throws RemoteException
RemoteException