|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.persistence.ObjectSyncStatusData
public class ObjectSyncStatusData
Constructor Summary | |
---|---|
ObjectSyncStatusData(int syncStatusState,
Connection connection,
java.lang.String currentMBO,
java.lang.String[] objectNames,
long receivedByteCount,
int receivedRowCount,
long sentByteCount,
int sentRowCount)
|
Method Summary | |
---|---|
java.lang.String |
getApplicationName()
Deprecated. Use getCurrentMBO() instead. |
Connection |
getConnection()
Gets the Connection . |
java.lang.String |
getCurrentMBO()
Gets name of current MBO being synced |
int |
getMobileApplicationCount()
Deprecated. |
int |
getMobileApplicationIndex()
Deprecated. |
java.lang.String[] |
getObjectNames()
|
long |
getReceivedByteCount()
|
int |
getReceivedRowCount()
|
long |
getSentByteCount()
|
int |
getSentRowCount()
|
int |
getSyncStatusState()
Gets the sync state. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectSyncStatusData(int syncStatusState, Connection connection, java.lang.String currentMBO, java.lang.String[] objectNames, long receivedByteCount, int receivedRowCount, long sentByteCount, int sentRowCount)
Method Detail |
---|
public java.lang.String getApplicationName()
getCurrentMBO()
instead.
public java.lang.String getCurrentMBO()
public int getMobileApplicationCount()
MobileApplication
to synchronize.
public int getMobileApplicationIndex()
MobileApplication
.
public Connection getConnection()
Connection
.
public int getSyncStatusState()
public java.lang.String[] getObjectNames()
public long getReceivedByteCount()
public int getReceivedRowCount()
public long getSentByteCount()
public int getSentRowCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |