org.globus.ogsa
Class GridContext
java.lang.Object
org.globus.ogsa.GridContext
- public class GridContext
- extends java.lang.Object
This class allows the framework to communicate important state information to various callback methods
that can be implemented by the application.
It provides references to: MessageContext
of the remote call, ServiceProperties
, and ServiceDataSet
associated with the service triggering the callback.
Properties specific to this GridContext instance can also be set using the getProperty
and
setProperty
methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridContext
public GridContext()
GridContext
public GridContext(javax.xml.rpc.handler.MessageContext context)
GridContext
public GridContext(javax.xml.rpc.handler.MessageContext context,
ServiceProperties properties)
GridContext
public GridContext(javax.xml.rpc.handler.MessageContext context,
ServiceProperties properties,
ServiceDataSet serviceData)
getMessageContext
public javax.xml.rpc.handler.MessageContext getMessageContext()
setMessageContext
public void setMessageContext(javax.xml.rpc.handler.MessageContext context)
getServiceProperties
public ServiceProperties getServiceProperties()
setServiceProperties
public void setServiceProperties(ServiceProperties properties)
getServiceDataSet
public ServiceDataSet getServiceDataSet()
setServiceDataSet
public void setServiceDataSet(ServiceDataSet serviceData)
setProperty
public void setProperty(java.lang.Object key,
java.lang.Object property)
getProperty
public java.lang.Object getProperty(java.lang.Object key)
Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.