class Activation.MonitorImpl extends AbstractMonitor implements ServerProxyTrust
| Constructor and Description |
|---|
MonitorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activeObject(ActivationID id,
MarshalledObject mobj) |
TrustVerifier |
getProxyVerifier()
Returns a
TrustVerifier that can be used to verify that
a proxy can be trusted as a proxy for the service; that is, the
isTrustedObject method of the
returned verifier can be called with a candidate proxy. |
void |
inactiveGroup(ActivationGroupID id,
long incarnation) |
void |
inactiveObject(ActivationID id) |
public void inactiveObject(ActivationID id) throws UnknownObjectException
inactiveObject in interface ActivationMonitorUnknownObjectExceptionpublic void activeObject(ActivationID id, MarshalledObject mobj) throws UnknownObjectException
activeObject in interface ActivationMonitorUnknownObjectExceptionpublic void inactiveGroup(ActivationGroupID id, long incarnation) throws UnknownGroupException
inactiveGroup in interface ActivationMonitorUnknownGroupExceptionpublic TrustVerifier getProxyVerifier()
ServerProxyTrustTrustVerifier that can be used to verify that
a proxy can be trusted as a proxy for the service; that is, the
isTrustedObject method of the
returned verifier can be called with a candidate proxy. The verifier
should be able to verify all proxies for the service, including
proxies for resources (such as leases and registrations).getProxyVerifier in interface ServerProxyTrustTrustVerifier that can be used to verify that
a proxy can be trusted as a proxy for the serviceCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.