|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
void |
connect(TerminationPoint sink)
connect this TP as source to another TP acting as sink (ie this TP Tx side from other TP Rx side) to establish a full duplex cross connection between A and B you have to do A.connect(B) and B.connect(A) (if both TPs are full duplex) |
void |
disconnect(TerminationPoint sink)
disconnect this TP acting as source from other TP acting as sink (ie this TP Tx side from other TP Rx side) to dismantle a full duplex cross connection between A and B you have to do A.disconnect(B) and B.disconnect(A) |
boolean |
hasRxSide()
Can this TP act as a sink in a cross connection |
boolean |
hasTxSide()
Can this TP act as a source int a cross connection |
boolean |
isConnectable(TerminationPoint sink)
may we connect current TP with sink ? |
boolean |
isFullDuplex()
Can this TP act as a source and as a sink simultaneously |
| Method Detail |
public boolean hasRxSide()
public boolean hasTxSide()
public boolean isFullDuplex()
public void connect(TerminationPoint sink)
throws hp.opencall.mp.switching.exceptions.SwitchingException
sink - the sink TP in the cross connection
hp.opencall.mp.switching.exceptions.InvalidToTPException - when sink param references an invalid TerminationPoint
hp.opencall.mp.switching.exceptions.InvalidFromTPException - when current TP has become invalid
hp.opencall.mp.switching.exceptions.DriverErrorException - when the driver returned an error
hp.opencall.mp.switching.exceptions.SwitchingException - in all other cases
public void disconnect(TerminationPoint sink)
throws hp.opencall.mp.switching.exceptions.SwitchingException
sink - the sink TP in the cross connection
hp.opencall.mp.switching.exceptions.InvalidToTPException - when sink param references an invalid TerminationPoint
hp.opencall.mp.switching.exceptions.InvalidFromTPException - when current TP has become invalid
hp.opencall.mp.switching.exceptions.DriverErrorException - when the driver returned an error
hp.opencall.mp.switching.exceptions.SwitchingException - in all other cases
public boolean isConnectable(TerminationPoint sink)
throws hp.opencall.mp.switching.exceptions.SwitchingException
sink - the sink TP in the cross connection
hp.opencall.mp.switching.exceptions.InvalidToTPException - when sink param references an invalid TerminationPoint
hp.opencall.mp.switching.exceptions.InvalidFromTPException - when current TP has become invalid
hp.opencall.mp.switching.exceptions.SwitchingException - in all other cases
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||