|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--irssibot.core.ChannelConnect
Represents a unidirectional 'connection' between two IRC channels the bot forwards things said on source channel to the destination channel
| Field Summary | |
private java.lang.String |
destinationChannel
Destination channel on destination network. |
private ServerConnection |
destinationNetwork
Destination server connection (network). |
private java.lang.String |
sourceChannel
Source channel (on the current network). |
| Constructor Summary | |
ChannelConnect(java.lang.String sourceChannel,
ServerConnection destinationNetwork,
java.lang.String destinationChannel)
|
|
| Method Summary | |
java.lang.String |
getDestinationChannel()
Returns destination channel name on destination network. |
ServerConnection |
getDestinationNetwork()
Returns destination server connection (network). |
java.lang.String |
getSourceChannel()
Returns source channel name (on the current network). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.lang.String sourceChannel
private ServerConnection destinationNetwork
private java.lang.String destinationChannel
| Constructor Detail |
public ChannelConnect(java.lang.String sourceChannel,
ServerConnection destinationNetwork,
java.lang.String destinationChannel)
| Method Detail |
public java.lang.String getSourceChannel()
public ServerConnection getDestinationNetwork()
public java.lang.String getDestinationChannel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||