|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This IPublishControl interface can be used to store the controlling attributes for the publishing methods. Note that the individual Publishing methods require different attributes.
| Method Summary | |
void |
addEventAction(java.lang.String value)
Add an eventAction to this PublishControl If no eventAction is supplied, the subscription is done on all BDE related events. |
boolean |
hasDestination()
Has destination attribute. |
boolean |
hasEventBatchSize()
Has eventBatchSize attribute. |
boolean |
hasMaxNumberOfObjects()
Has maxNumberOfObjects attribute. |
void |
setDestination(java.lang.String value)
Set destination attribute. |
void |
setEventBatchSize(int value)
Set eventBatchSize attribute. |
void |
setMaxNumberOfObjects(int value)
Set maxNumberOfObjects attribute. |
void |
unsetAllEventAction()
Removes all eventActions from this PublishControl |
void |
unsetDestination()
Unset destination attribute. |
void |
unsetEventBatchSize()
Unset eventBatchSize attribute. |
void |
unsetMaxNumberOfObjects()
Unset maxNumberOfObjects attribute. |
| Method Detail |
public void setMaxNumberOfObjects(int value)
throws BdeException
value - the maxNumberOfObjects to setBdeException - if maxNumberOfObjects cannot be set.public boolean hasMaxNumberOfObjects()
public void unsetMaxNumberOfObjects()
public void setEventBatchSize(int value)
throws BdeException
value - sets the eventBatchSize in this PublishControlBdeException - if eventBatchSize cannot be setpublic boolean hasEventBatchSize()
public void unsetEventBatchSize()
public void setDestination(java.lang.String value)
throws BdeException
value - the Destination to setBdeException - if destinatino cannot be setpublic boolean hasDestination()
public void unsetDestination()
public void addEventAction(java.lang.String value)
value - the eventAction to addpublic void unsetAllEventAction()
|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||