com.pax.dal
Interface IChannel
-
public interface IChannel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voiddisable()禁止disablevoidenable()使能enablebooleanisEnabled()是否可用is enabled
-
-
-
Method Detail
-
enable
void enable() throws ChannelException
使能enable- Throws:
ChannelException
-
disable
void disable() throws ChannelException
禁止disable- Throws:
ChannelException
-
isEnabled
boolean isEnabled()
是否可用is enabled- Returns:
- true-可用; false-不可用true-enable; false-disable
-
-