|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.command.OwMultipleObjectsProcessCollector.OwObjectCollectData
public class OwMultipleObjectsProcessCollector.OwObjectCollectData
Object data caching class.
Object data needs to be cached before object processing as data to be collected
could be affected by the object's processing sequence.
The OwMultipleObjectsProcessCollector
class creates ready to use
collect via the OwMultipleObjectsProcessCollector.createCollectData(OwObject)
method. This collect data can be collected later (egg. after processing or in a processing
failure handling sequence).
Constructor Summary | |
---|---|
OwMultipleObjectsProcessCollector.OwObjectCollectData(OwObject object_p)
Constructor |
Method Summary | |
---|---|
String |
getCachedObjectDMSID()
|
String |
getCachedObjectName()
|
Exception |
getFailureReason()
Get the reason why this object cannot be processed. |
OwObject |
getObject()
|
void |
setFailureReason(Exception failureReason_p)
Set the reason why this object cannot be processed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwMultipleObjectsProcessCollector.OwObjectCollectData(OwObject object_p) throws Exception
object_p
- The object the collect data is based on
Exception
- if object data caching failsMethod Detail |
---|
public OwObject getObject()
public String getCachedObjectDMSID()
public String getCachedObjectName()
public void setFailureReason(Exception failureReason_p)
failureReason_p
- - the Exception
that cause process failure for this object.public Exception getFailureReason()
Exception
that cause process failure for this object. Can be null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |