public abstract class SiGMLInputServiceBase
extends java.lang.Object
SiGMLInputServiceBase.ServiceOperations
set
defined in a concrete subclass,
continuing until a termination signal is received.Modifier and Type | Class and Description |
---|---|
static interface |
SiGMLInputServiceBase.ServiceOperations
The pluggable set of operations that determine how the input
service thread processes the sequence of client connections
to the input service.
|
Constructor and Description |
---|
SiGMLInputServiceBase(boolean rprt,
java.lang.String rprttag,
int inport,
int stopport,
SiGMLInputServiceBase.ServiceOperations sops)
Starts a new SiGML input service, with the given reporting flag,
using the given input and termination TCP/IP port numbers,
and communicating input and other service life-cycle events to
the given handler.
|
Modifier and Type | Method and Description |
---|---|
void |
shutDown(boolean wait)
Shuts down the input service, waiting for termination of
the input thread or not, as specified by
wait . |
public SiGMLInputServiceBase(boolean rprt, java.lang.String rprttag, int inport, int stopport, SiGMLInputServiceBase.ServiceOperations sops) throws java.io.IOException
java.io.IOException