ajanta.server
Class RegisterAgentAction

java.lang.Object
  |
  +--ajanta.server.RegisterAgentAction
All Implemented Interfaces:
java.security.PrivilegedAction

public class RegisterAgentAction
extends java.lang.Object
implements java.security.PrivilegedAction


Constructor Summary
RegisterAgentAction(ajanta.agent.Agent ag, ajanta.naming.URN asURN, ajanta.server.NRAccess namereg)
           
 
Method Summary
 java.lang.Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisterAgentAction

public RegisterAgentAction(ajanta.agent.Agent ag,
                           ajanta.naming.URN asURN,
                           ajanta.server.NRAccess namereg)
Method Detail

run

public java.lang.Object run()
Specified by:
run in interface java.security.PrivilegedAction