//Binder role
PBindingCtrl pb = (PBindingCtrl) en;
byte nextstate = PStateGraph.nextStatePBinding(pb.getStatus(),
PBinding.ACTION_EXPORT);
if (nextstate == PBinding.LIFECYCLE_ERROR)
throw new PExceptionProtocol("Unauthorized operation");
PName pn = null;
boolean connectionAllocatedLocaly = false;
try {
if (c == null) {