com.sun.jini.phoenix
Class Activation.ActivatorImpl
java.lang.Object
com.sun.jini.phoenix.AbstractActivator
com.sun.jini.phoenix.Activation.ActivatorImpl
- All Implemented Interfaces:
- Activator, Remote, ServerProxyTrust
- Enclosing class:
- Activation
class Activation.ActivatorImpl
- extends AbstractActivator
- implements ServerProxyTrust
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Activation.ActivatorImpl
Activation.ActivatorImpl()
activate
public MarshalledWrapper activate(ActivationID id,
boolean force)
throws ActivationException
- Specified by:
activate
in interface Activator
- Throws:
ActivationException
getProxyVerifier
public TrustVerifier getProxyVerifier()
- Description copied from interface:
ServerProxyTrust
- 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. The verifier
should be able to verify all proxies for the service, including
proxies for resources (such as leases and registrations).
- Specified by:
getProxyVerifier
in interface ServerProxyTrust
- Returns:
- a
TrustVerifier
that can be used to verify that
a proxy can be trusted as a proxy for the service
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.