org.globus.ogsa.repository
Class ServiceActivation

java.lang.Object
  extended byorg.globus.ogsa.repository.ServiceActivation
All Implemented Interfaces:
java.security.PrivilegedExceptionAction

public class ServiceActivation
extends java.lang.Object
implements java.security.PrivilegedExceptionAction


Constructor Summary
ServiceActivation(GridServiceBase service, GridContext context)
           
ServiceActivation(GridServiceBase service, GridServiceBase factory, GridContext context, boolean activation)
           
 
Method Summary
 void activate()
           
 java.lang.Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceActivation

public ServiceActivation(GridServiceBase service,
                         GridContext context)

ServiceActivation

public ServiceActivation(GridServiceBase service,
                         GridServiceBase factory,
                         GridContext context,
                         boolean activation)
Method Detail

activate

public void activate()
              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


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.