|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.cagrid.metadata.service.ServiceContext
public class ServiceContext
This is a functional collection of operations that work over a common collection of stateful resources. A service without stateful resources would have a single context. This is manifested as an actual service in the grid.
Constructor Summary | |
---|---|
ServiceContext()
|
|
ServiceContext(ServiceContextContextPropertyCollection contextPropertyCollection,
java.lang.String description,
java.lang.String name,
ServiceContextOperationCollection operationCollection)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
ServiceContextContextPropertyCollection |
getContextPropertyCollection()
Gets the contextPropertyCollection value for this ServiceContext. |
java.lang.String |
getDescription()
Gets the description value for this ServiceContext. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getName()
Gets the name value for this ServiceContext. |
ServiceContextOperationCollection |
getOperationCollection()
Gets the operationCollection value for this ServiceContext. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setContextPropertyCollection(ServiceContextContextPropertyCollection contextPropertyCollection)
Sets the contextPropertyCollection value for this ServiceContext. |
void |
setDescription(java.lang.String description)
Sets the description value for this ServiceContext. |
void |
setName(java.lang.String name)
Sets the name value for this ServiceContext. |
void |
setOperationCollection(ServiceContextOperationCollection operationCollection)
Sets the operationCollection value for this ServiceContext. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceContext()
public ServiceContext(ServiceContextContextPropertyCollection contextPropertyCollection, java.lang.String description, java.lang.String name, ServiceContextOperationCollection operationCollection)
Method Detail |
---|
public ServiceContextOperationCollection getOperationCollection()
public void setOperationCollection(ServiceContextOperationCollection operationCollection)
operationCollection
- public ServiceContextContextPropertyCollection getContextPropertyCollection()
public void setContextPropertyCollection(ServiceContextContextPropertyCollection contextPropertyCollection)
contextPropertyCollection
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |