class Activation.ActivatorImpl extends AbstractActivator implements ServerProxyTrust
| Constructor and Description |
|---|
ActivatorImpl() |
| Modifier and Type | Method and Description |
|---|---|
MarshalledWrapper |
activate(ActivationID id,
boolean force) |
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. |
public MarshalledWrapper activate(ActivationID id, boolean force) throws ActivationException
activate in interface ActivatorActivationExceptionpublic 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.