|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinterfaceelements.ProcessStatus
interfaceelements.LoadStatus
public class LoadStatus
Reports the state of LexBIG load operations.
Constructor Summary | |
---|---|
LoadStatus()
|
|
LoadStatus(org.apache.axis.types.URI loadSource,
int numConceptsLoaded,
int numRelationsLoaded)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
org.apache.axis.types.URI |
getLoadSource()
Gets the loadSource value for this LoadStatus. |
int |
getNumConceptsLoaded()
Gets the numConceptsLoaded value for this LoadStatus. |
int |
getNumRelationsLoaded()
Gets the numRelationsLoaded value for this LoadStatus. |
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 |
setLoadSource(org.apache.axis.types.URI loadSource)
Sets the loadSource value for this LoadStatus. |
void |
setNumConceptsLoaded(int numConceptsLoaded)
Sets the numConceptsLoaded value for this LoadStatus. |
void |
setNumRelationsLoaded(int numRelationsLoaded)
Sets the numRelationsLoaded value for this LoadStatus. |
Methods inherited from class interfaceelements.ProcessStatus |
---|
getEndTime, getMessage, getStartTime, getState, isErrorsLogged, isWarningsLogged, setEndTime, setErrorsLogged, setMessage, setStartTime, setState, setWarningsLogged |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoadStatus()
public LoadStatus(org.apache.axis.types.URI loadSource, int numConceptsLoaded, int numRelationsLoaded)
Method Detail |
---|
public org.apache.axis.types.URI getLoadSource()
public void setLoadSource(org.apache.axis.types.URI loadSource)
loadSource
- Indicates the source of the information being loaded; missing if
no load is in progress.public int getNumConceptsLoaded()
public void setNumConceptsLoaded(int numConceptsLoaded)
numConceptsLoaded
- public int getNumRelationsLoaded()
public void setNumRelationsLoaded(int numRelationsLoaded)
numRelationsLoaded
- public boolean equals(java.lang.Object obj)
equals
in class ProcessStatus
public int hashCode()
hashCode
in class ProcessStatus
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |