if (obj instanceof TxnMgrProxy.ConstrainableTxnMgrProxy) {
otherServerProxy = (RemoteMethodControl)
((TxnMgrProxy)obj).backend;
inputProxyID = ((ReferentUuid)obj).getReferentUuid();
} else if (obj instanceof ConstrainableLandlordLease) {
final LandlordProxyVerifier lpv =
new LandlordProxyVerifier((Landlord)serverProxy, proxyID);
return lpv.isTrustedObject(obj, ctx);
} else if (
obj instanceof TxnMgrAdminProxy.ConstrainableTxnMgrAdminProxy) {
otherServerProxy = (RemoteMethodControl)
((TxnMgrAdminProxy)obj).server;
inputProxyID = ((ReferentUuid)obj).getReferentUuid();