org.globus.wsrf.container
Class ServiceManager.InitPrivilegedAction

java.lang.Object
  extended byorg.globus.wsrf.container.ServiceManager.InitPrivilegedAction
All Implemented Interfaces:
java.security.PrivilegedExceptionAction
Enclosing class:
ServiceManager

private static class ServiceManager.InitPrivilegedAction
extends java.lang.Object
implements java.security.PrivilegedExceptionAction


Field Summary
private  org.apache.axis.MessageContext ctx
           
 
Constructor Summary
ServiceManager.InitPrivilegedAction(org.apache.axis.MessageContext ctx)
           
 
Method Summary
static void initialize(org.apache.axis.MessageContext ctx)
           
 java.lang.Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ctx

private org.apache.axis.MessageContext ctx
Constructor Detail

ServiceManager.InitPrivilegedAction

public ServiceManager.InitPrivilegedAction(org.apache.axis.MessageContext ctx)
Method Detail

initialize

public static void initialize(org.apache.axis.MessageContext ctx)
                       throws java.lang.Exception
Throws:
java.lang.Exception

run

public java.lang.Object run()
                     throws java.lang.Exception
Specified by:
run in interface java.security.PrivilegedExceptionAction
Throws:
java.lang.Exception