|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgr.uoa.di.madgik.commons.server.PortRange
public class PortRange
Utility class giving Start and End semantics of a Port range definition
| Constructor Summary | |
|---|---|
PortRange(int Start,
int End)
Creates a new Range |
|
| Method Summary | |
|---|---|
int |
GetEnd()
The End of the range |
int |
GetStart()
The Start of the range |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortRange(int Start,
int End)
Start - The start of the rangeEnd - The inclusive end of the range| Method Detail |
|---|
public int GetStart()
public int GetEnd()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||