|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cnrg.itx.datax.ConnectionProperty
Class to implement the properties of a connection. This will contain the properties of all the channels that make up the connection.
Constructor Summary | |
ConnectionProperty()
Default constructor for the ConnectionProperties object. |
Method Summary | |
void |
addChannelProperty(ChannelProperty channelProperty)
Method to add a channel property. |
ConnectionProperty |
getOptimalConnectionProperties(ConnectionProperty peerConnectionProperties)
Method to find the optimal properties for two connection properties. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ConnectionProperty()
Method Detail |
public void addChannelProperty(ChannelProperty channelProperty)
channelProperty
- the property of a channel to addpublic ConnectionProperty getOptimalConnectionProperties(ConnectionProperty peerConnectionProperties)
peer
- the peer's connection properties
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |