org.almendra.janet.cas.node.interpreters
Class RegisterApplicationTrait

java.lang.Object
  extended by org.almendra.janet.cas.node.interpreters.RegisterApplicationTrait

public class RegisterApplicationTrait
extends java.lang.Object

Author:
Oliver

Constructor Summary
RegisterApplicationTrait()
          Creates a new RegisterApplicationTrait object.
 
Method Summary
 void foreignNodeRegisterMyApplications(java.lang.String foreignNodeName, NodeLocation nodeLocation, CommandAccessor cmdAccessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisterApplicationTrait

public RegisterApplicationTrait()
Creates a new RegisterApplicationTrait object.

Method Detail

foreignNodeRegisterMyApplications

public void foreignNodeRegisterMyApplications(java.lang.String foreignNodeName,
                                              NodeLocation nodeLocation,
                                              CommandAccessor cmdAccessor)
                                       throws NoSuchAgentException,
                                              IllegalAgentAccessException,
                                              InsufficientPrivilegeException,
                                              java.rmi.RemoteException,
                                              InvalidCommandException
Parameters:
nodeLocation -
cmdAccessor -
isRequiredResponse -
Throws:
NoSuchAgentException
IllegalAgentAccessException
InsufficientPrivilegeException
java.rmi.RemoteException
InvalidCommandException