com.sun.jini.phoenix
Class Activation.ActivatorImpl

java.lang.Object
  extended by com.sun.jini.phoenix.AbstractActivator
      extended by com.sun.jini.phoenix.Activation.ActivatorImpl
All Implemented Interfaces:
Activator, Remote, ServerProxyTrust
Enclosing class:
Activation

 class Activation.ActivatorImpl
extends AbstractActivator
implements ServerProxyTrust


Constructor Summary
Activation.ActivatorImpl()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activation.ActivatorImpl

Activation.ActivatorImpl()
Method Detail

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.