irc.ident
Class IdentWrapper

java.lang.Object
  |
  +--irc.IRCObject
        |
        +--irc.ident.IdentWrapper

public class IdentWrapper
extends IRCObject

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

IdentWrapper

public IdentWrapper(IRCConfiguration config)
Create a new IdentWrapper.

Parameters:
config - the global configuration.
Method Detail

start

public java.lang.Exception start(java.lang.String userName,
                                 IdentListener lis)
Start the execution of the ident server, using default configuration.

Parameters:
userName - ident user name.
lis - the listener to use.

stop

public void stop()
Stop the execution of the ident server.