|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsigmlinlib.SiGMLInputServiceStopper
public class SiGMLInputServiceStopper
Main class, whose main(String[])
method requests the
termination of a given SiGML input service.
Field Summary | |
---|---|
static int |
STD_STOP_PORT
The standard SiGML input service termination port number. |
static int |
stopPort
The termination port number used by this class. |
Constructor Summary | |
---|---|
SiGMLInputServiceStopper(int stopport)
Constructs an input service terminator, which immediately signals the termination request by attempting to make a connection on the given termination port on the local host. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main method, which delivers a service termination request on the given port on the local host: it takes one optional argument, giving the service's termination port number; by default this is STD_STOP_PORT . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int STD_STOP_PORT
public static int stopPort
Constructor Detail |
---|
public SiGMLInputServiceStopper(int stopport)
Method Detail |
---|
public static void main(java.lang.String[] args)
STD_STOP_PORT
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |