|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ami.AMIQuery
Abstract class for AMIiai, AMIping and AMIar
Field Summary | |
private int |
iPriority
Query priority |
private String |
sSrcIP
Source IP ( for reply ) |
private String |
sSrcPort
Source port ( for reply ) |
Constructor Summary | |
(package private) |
AMIQuery(int iPriority)
Default constructor, at least the priority |
Method Summary | |
(package private) int |
getPriority()
Get the priority |
(package private) String |
getSrcFullIP()
Get IP under format: ip:port |
(package private) String |
getSrcIP()
Get the incomming packet IP |
(package private) String |
getSrcPort()
Get the port for reply |
(package private) void |
setPriority(int iPriority)
Set the priority |
(package private) void |
setSrcIP(String sSrcIP)
Set the incomming packet IP |
(package private) void |
setSrcPort(String sPort)
Set the port for reply |
Methods inherited from class java.lang.Object |
|
Field Detail |
private int iPriority
private String sSrcPort
private String sSrcIP
Constructor Detail |
AMIQuery(int iPriority)
int
- iPriorityMethod Detail |
int getPriority()
void setPriority(int iPriority)
iPriority
- void setSrcPort(String sPort)
sPort
- String getSrcPort()
void setSrcIP(String sSrcIP)
String getSrcIP()
String getSrcFullIP()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |