|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jbo.server.remote.PiggybackManager
Maintain all the ViewRowSetIteratorImpl that a client is using.
Constructor Summary | |
PiggybackManager(ObjectMarshallerImpl marshaller)
Class constructor |
Method Summary | |
RuntimeComponentObjectInfo |
addComponentObject(ComponentObjectImpl co)
|
void |
addDataModelRefreshEntry(java.io.Serializable ent)
|
void |
addEntry(java.io.Serializable ent)
|
protected void |
addMarshalledObjects()
|
RuntimeViewRowSetIteratorInfo |
addRowSetIterator(RowSetIterator rv)
Add a new ViewRowSetIteratorImpl to the list maintain by this class and return an integer id respresenting the ViewRowSetIteratorImpl inernally. |
void |
cleanUpServiceMessage(JboException ex)
|
void |
clearServiceMessage()
|
RuntimeViewRowSetIteratorInfo |
getIteratorInfo(RowSetIterator rsi)
|
com.sun.java.util.collections.ArrayList |
getIterators()
|
ObjectMarshallerImpl |
getMarshaller()
|
byte[] |
getPiggyback(boolean on,
AbstractRemoteApplicationModuleImpl am)
Collects all the changes from the ViewRowSetIteratorImpl and serialize them to the content of the piggyback as a byte stream. |
java.lang.String |
getRequestName()
|
ServiceMessage |
getServiceMessage()
|
int |
indexOfComponentObject(ComponentObjectImpl rci)
|
int |
indexOfRowSetIterator(RowSetIterator rsi)
Look for the ViewRowSetIteratorImpl in the list this class is managing and return its integer id, otherwise return -1. |
void |
insertEntry(int index,
java.io.Serializable ent)
|
boolean |
isLocal()
|
ServiceMessage |
marshalServiceMessage(AbstractRemoteApplicationModuleImpl am)
|
protected void |
mergeDataModelRefreshEntries()
|
void |
prepareForServiceMessage(AbstractRemoteApplicationModuleImpl amWrapper,
ServiceMessage msg)
|
void |
setDataModelRefresh(boolean b)
|
void |
setLocal(boolean b)
|
void |
setRequestName(java.lang.String reqName)
|
void |
setSvcMsgName(java.lang.String svcMsgName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PiggybackManager(ObjectMarshallerImpl marshaller)
Method Detail |
public void setLocal(boolean b)
public boolean isLocal()
public void setDataModelRefresh(boolean b)
public void setSvcMsgName(java.lang.String svcMsgName)
public void setRequestName(java.lang.String reqName)
public java.lang.String getRequestName()
public ObjectMarshallerImpl getMarshaller()
public com.sun.java.util.collections.ArrayList getIterators()
public RuntimeViewRowSetIteratorInfo addRowSetIterator(RowSetIterator rv)
rv
- the ViewRowSetIteratorImpl to add
public RuntimeComponentObjectInfo addComponentObject(ComponentObjectImpl co)
public int indexOfRowSetIterator(RowSetIterator rsi)
public int indexOfComponentObject(ComponentObjectImpl rci)
public ServiceMessage getServiceMessage()
protected void addMarshalledObjects()
protected void mergeDataModelRefreshEntries()
public void clearServiceMessage()
public void prepareForServiceMessage(AbstractRemoteApplicationModuleImpl amWrapper, ServiceMessage msg)
public void cleanUpServiceMessage(JboException ex)
public ServiceMessage marshalServiceMessage(AbstractRemoteApplicationModuleImpl am)
public void addDataModelRefreshEntry(java.io.Serializable ent)
public void addEntry(java.io.Serializable ent)
public void insertEntry(int index, java.io.Serializable ent)
public byte[] getPiggyback(boolean on, AbstractRemoteApplicationModuleImpl am)
on
- true
if the piggyback should be filled with
the lastest updates
public RuntimeViewRowSetIteratorInfo getIteratorInfo(RowSetIterator rsi)
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.