|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.config.support.datatypes.Port
@Service public final class Port
Represents a network port on a machine. It's modeled as a functional class.
| Constructor Summary | |
|---|---|
Port()
|
|
| Method Summary | |
|---|---|
void |
validate(java.lang.String value)
Checks if given string represents a port. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Port()
| Method Detail |
|---|
public void validate(java.lang.String value)
throws org.jvnet.hk2.config.ValidationException
validate in interface org.jvnet.hk2.config.DataTypevalue - represents the value of the port.
org.jvnet.hk2.config.ValidationException - if the value does not represent
integer value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||