|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccInstance
public class AccInstance
The IAccInstance interface is used to get information about
all (other) clients that are signed on with the same identity.
| Method Summary | |
|---|---|
int |
getFlags()
The user flags for the instance, from AccUserFlags |
int |
getId()
Gets the instance's id. |
java.lang.String |
getIpAddress()
The IP address of the instance, as seen by the AIM server |
int |
getOnlineTime()
The online time of the instance, in seconds |
int |
getPort()
The port of the instance, as seen by the AIM server |
AccUserState |
getState()
The state of this instance |
| Methods inherited from class com.aol.acc.AccBase |
|---|
compareHandle, equals |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getId()
throws AccException
AccException
public AccUserState getState()
throws AccException
AccException
public int getOnlineTime()
throws AccException
AccException
public java.lang.String getIpAddress()
throws AccException
AccException
public int getPort()
throws AccException
AccException
public int getFlags()
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||