public class ServerMonitor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ServerChannel |
channel
Channel.
|
protected int |
ioid
Evenr ID.
|
| Constructor and Description |
|---|
ServerMonitor(ServerChannel channel,
int ioid)
Create server monitor for given channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy monitor.
|
ServerChannel |
getChannel()
Get channel.
|
int |
getIOID()
Get event ID.
|
void |
printInfo()
Prints detailed information about the monitor to the standard output
stream.
|
void |
printInfo(PrintStream out)
Prints detailed information about the monitor to the specified output
stream.
|
protected ServerChannel channel
protected int ioid
public ServerMonitor(ServerChannel channel, int ioid)
channel - channel.ioid - event ID.public ServerChannel getChannel()
public int getIOID()
public void destroy()
public void printInfo()
throws IllegalStateException
IllegalStateException - if the context has been destroyed.public void printInfo(PrintStream out) throws IllegalStateException
out - the output stream.IllegalStateException - if the context has been destroyed.Copyright © 2004-2020 EPICS. All Rights Reserved.