|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.actions.Action
com.sybase.uep.bobclient.actions.SyncPublicationAction
public class SyncPublicationAction
This is the sync publication action class
It is used to launch a publication based synchronization
Action
Field Summary |
---|
Constructor Summary | |
---|---|
SyncPublicationAction(java.util.Hashtable pkgPubList)
Constructor to create a sync publication action |
|
SyncPublicationAction(java.util.Hashtable pkgPubList,
boolean displayCompleteMsg,
int refreshCompleteMsgRID,
IBOBScreen screen,
boolean isModalScreen)
Constructor to create a sync publication action |
|
SyncPublicationAction(java.util.Hashtable pkgPubList,
boolean displayCompleteMsg,
java.lang.String refreshCompleteMsg,
IBOBScreen screen,
boolean isModalScreen)
Constructor to create a sync publication action |
Method Summary | |
---|---|
void |
run()
(non-Javadoc) |
void |
setScreen(IBOBScreen screen)
Sets the screen that displays this sync action progress |
void |
syncDone(java.lang.Exception exception)
This is called when sync is completed |
Methods inherited from class com.sybase.uep.bobclient.actions.Action |
---|
finish, hasFailed, isProcessing, setHasFailed, setIsProcessing |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SyncPublicationAction(java.util.Hashtable pkgPubList)
pkgPubList
- Hashtable
object of publications to sync,
the keys in the hash table is the package namespublic SyncPublicationAction(java.util.Hashtable pkgPubList, boolean displayCompleteMsg, java.lang.String refreshCompleteMsg, IBOBScreen screen, boolean isModalScreen)
pkgPubList
- Hashtable
object of publications to sync,
the keys in the hash table is the package namesdisplayCompleteMsg
- true
to display the refresh complete message, otherwise false
refreshCompleteMsg
- String
value for the refresh complete messagescreen
- IBOBScreen
object to go to after sycningisModalScreen
- true
if sync screen is a modal screen, otherwise false
IBOBScreen
public SyncPublicationAction(java.util.Hashtable pkgPubList, boolean displayCompleteMsg, int refreshCompleteMsgRID, IBOBScreen screen, boolean isModalScreen)
pkgPubList
- Hashtable
object of publications to sync,
the keys in the hash table is the package namesdisplayCompleteMsg
- true
to display the refresh complete message, otherwise false
refreshCompleteMsgRID
- localization resource ID for the refresh complete messagescreen
- IBOBScreen
object to go to after sycningisModalScreen
- true
if sync screen is a modal screen, otherwise false
IBOBScreen
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
Runnable.run()
public void syncDone(java.lang.Exception exception)
exception
- Exception
objectpublic void setScreen(IBOBScreen screen)
screen
- IBOBScreen
objectIBOBScreen
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |