com.sun.jini.phoenix
Class Activation.MonitorImpl
java.lang.Object
com.sun.jini.phoenix.AbstractMonitor
com.sun.jini.phoenix.Activation.MonitorImpl
- All Implemented Interfaces:
- ActivationMonitor, Remote, ServerProxyTrust
- Enclosing class:
- Activation
class Activation.MonitorImpl
- extends AbstractMonitor
- implements ServerProxyTrust
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Activation.MonitorImpl
Activation.MonitorImpl()
inactiveObject
public void inactiveObject(ActivationID id)
throws UnknownObjectException
- Specified by:
inactiveObject
in interface ActivationMonitor
- Throws:
UnknownObjectException
activeObject
public void activeObject(ActivationID id,
MarshalledObject mobj)
throws UnknownObjectException
- Specified by:
activeObject
in interface ActivationMonitor
- Throws:
UnknownObjectException
inactiveGroup
public void inactiveGroup(ActivationGroupID id,
long incarnation)
throws UnknownGroupException
- Specified by:
inactiveGroup
in interface ActivationMonitor
- Throws:
UnknownGroupException
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.