public abstract static class Daemon.SPIData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Daemon.SPIListener |
listener |
| Constructor and Description |
|---|
Daemon.SPIData() |
| Modifier and Type | Method and Description |
|---|---|
void |
set(Daemon.SPIListener listener)
To set the hot-deploy as listener.
|
abstract byte[] |
write(int channel,
byte[] data,
int length) |
public Daemon.SPIListener listener
public void set(Daemon.SPIListener listener)
public abstract byte[] write(int channel,
byte[] data,
int length)
throws java.lang.Exception
java.lang.Exception