org.neo.swarm.services.binding
Class RemoteACProxyFactory

java.lang.Object
  extended byorg.neo.swarm.services.binding.RemoteACProxyFactory

public final class RemoteACProxyFactory
extends java.lang.Object

Used to bootstrap a remote AC - it fakes an invocation to the remote obect to retrieve the AC->RemoteAspect set.

Author:
navery

Constructor Summary
RemoteACProxyFactory()
           
 
Method Summary
 Invocation createRegisterAppContextInvocation(java.lang.String rootContainerName, java.lang.String acURI, ApplicationContext remoteACPerspectve)
          Returns an hand-rolled invocation for the root container to insert a given (remote version) of an application context;
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteACProxyFactory

public RemoteACProxyFactory()
Method Detail

createRegisterAppContextInvocation

public Invocation createRegisterAppContextInvocation(java.lang.String rootContainerName,
                                                     java.lang.String acURI,
                                                     ApplicationContext remoteACPerspectve)
                                              throws java.lang.SecurityException,
                                                     java.lang.NoSuchMethodException
Returns an hand-rolled invocation for the root container to insert a given (remote version) of an application context;

Throws:
java.lang.NoSuchMethodException
java.lang.SecurityException


Copyright © 2001-2004 SWARM-ONE -First Generation (S)calable(W)ide(AR)ea(M)esh. All Rights Reserved.