|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--irc.IRCObject | +--irc.ident.IdentWrapper
Ident wrapper.
Field Summary |
Fields inherited from class irc.IRCObject |
_ircConfiguration |
Constructor Summary | |
IdentWrapper(IRCConfiguration config)
Create a new IdentWrapper. |
Method Summary | |
java.lang.Exception |
start(java.lang.String userName,
IdentListener lis)
Start the execution of the ident server, using default configuration. |
void |
stop()
Stop the execution of the ident server. |
Methods inherited from class irc.IRCObject |
getColor, getIRCConfiguration, getText, getText, getText, getText, getTimeStamp, release |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IdentWrapper(IRCConfiguration config)
config
- the global configuration.Method Detail |
public java.lang.Exception start(java.lang.String userName, IdentListener lis)
userName
- ident user name.lis
- the listener to use.public void stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |