| java.lang.Object org.datashare.objects.ChannelDescriptionArray
ChannelDescriptionArray | public class ChannelDescriptionArray implements java.io.Serializable(Code) | | This class is used when an array of ChannelDescriptions is to be sent over the
CommandStatus Channel, such as when the server is telling a client what types
of Channels are available in a Session, or when the client needs to tell the
server all the ChannelDescription type Channels to put in a Session that is to
be created.
|
serialVersionUID | final static long serialVersionUID(Code) | | this allows us to serialize this class without 'marshalling' errors.
|
ChannelDescriptionArray | public ChannelDescriptionArray()(Code) | | Constructor, not very useful unless you want an empty reference to this class
|
ChannelDescriptionArray | public ChannelDescriptionArray(ChannelDescription channelDescriptions)(Code) | | Constructor, this is one to use normally
|
|
|