com.sun.squawk.vm
Class GenericConnectionChannel
java.lang.Object
com.sun.squawk.vm.Channel
com.sun.squawk.vm.GenericConnectionChannel
- All Implemented Interfaces:
- java.io.Serializable
public class GenericConnectionChannel
- extends Channel
Channel for stream IO.
- See Also:
- Serialized Form
|
Method Summary |
void |
close()
Closes this channel. |
GenericConnectionChannel
public GenericConnectionChannel(ChannelIO cio,
int channelID)
- Constructor.
- Parameters:
cio - the owner of this channelchannelID - the identifier of this channellogging - specifies if the channel is to log its operations
close
public void close()
- Closes this channel.
- Specified by:
close in class Channel
Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.