public class ChannelManager
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
ChannelManager(ChannelType channelType)
Instantiates a new INSTANCE of ChannelManager
|
| Modifier and Type | Method and Description |
|---|---|
protected IChannel |
getChannel()
Returns the current channel
|
protected static ChannelManager |
getInstance() |
static void |
initialize(ChannelType channelType)
Initializes the ChannelManager to it's default IChannel instance
|
protected void |
reset()
Resets this instance of the channel manager
|
protected void |
setChannel(ChannelType channelType)
Sets the current channel to use
|
protected ChannelManager(ChannelType channelType)
public static void initialize(ChannelType channelType)
protected static ChannelManager getInstance()
protected IChannel getChannel()
protected void setChannel(ChannelType channelType)
channelType - The new channel to useprotected void reset()