Class AsyncIdsToObjectsRequest
java.lang.Object
de.bsvrz.puk.config.util.async.AbstractAsyncRequest
de.bsvrz.puk.config.util.async.AbstractAsyncDataModelRequest
de.bsvrz.puk.config.main.communication.async.AsyncIdsToObjectsRequest
- All Implemented Interfaces:
AsyncRequest
public class AsyncIdsToObjectsRequest extends AbstractAsyncDataModelRequest
-
Constructor Summary
Constructors Constructor Description AsyncIdsToObjectsRequest(de.bsvrz.dav.daf.main.config.DataModel dataModel, ForeignObjectManager foreignObjectManager, long[] ids)
-
Method Summary
Modifier and Type Method Description void
callAsyncCompletion()
long[]
getIds()
de.bsvrz.dav.daf.main.config.SystemObject[]
getObjects()
void
objectComplete(long completeId)
void
setAsyncObjectRequestIds(java.util.ArrayList<java.lang.Long> toBeRequestedObjectIds)
void
startProcessing()
java.lang.String
toString()
Methods inherited from class de.bsvrz.puk.config.util.async.AbstractAsyncDataModelRequest
getDataModel
Methods inherited from class de.bsvrz.puk.config.util.async.AbstractAsyncRequest
enqueueTo, getAsyncRequestCompletion, setCompletion
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
AsyncIdsToObjectsRequest
public AsyncIdsToObjectsRequest(de.bsvrz.dav.daf.main.config.DataModel dataModel, ForeignObjectManager foreignObjectManager, long[] ids)
-
-
Method Details
-
startProcessing
public void startProcessing() -
getObjects
public de.bsvrz.dav.daf.main.config.SystemObject[] getObjects() -
getIds
public long[] getIds() -
setAsyncObjectRequestIds
public void setAsyncObjectRequestIds(java.util.ArrayList<java.lang.Long> toBeRequestedObjectIds) -
objectComplete
public void objectComplete(long completeId) -
callAsyncCompletion
public void callAsyncCompletion()- Specified by:
callAsyncCompletion
in interfaceAsyncRequest
- Overrides:
callAsyncCompletion
in classAbstractAsyncRequest
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-