|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.ssaglobal.bdeimpl.java.BdeManager
Superclass for the generated TypeSafe Bde Manager Proxies, All methods available in this class are also available on the Generated Bde Manager.
| Field Summary | |
int |
PROCESSING_SCOPE_BDE
Processing scope BDE, indicating processing scope BDE |
int |
PROCESSING_SCOPE_BDE_COMPONENT
Processing scope Component, indicating processing scope Component |
int |
PROCESSING_SCOPE_NOT_APPLICABLE
Processing scope Not Applicable, indicating processing scope Not Applicable |
int |
PROCESSING_SCOPE_REQUEST
Processing scope Request, indicating processing scope Request |
| Constructor Summary | |
BdeManager()
|
|
| Method Summary | |
void |
automaticReferences(boolean pAutomaticReference)
Enables the automatic creation of References (Locks) by the backend, for example in case of a Show. |
void |
clearInformation()
Removes all existing non-fatal errors or warnings from this manager. |
void |
close()
Closes this Manager and removes reference to Transport and Activation |
void |
createReference(BusinessDataEntity pBde)
Create a Backend reference (lock) for an individual BDE, and it's sub BDEs |
void |
deleteReference(BusinessDataEntity pBde)
Delete and remove an backend BDE Reference (lock) |
IBdeMessageIterator |
getInformation()
Returns the information (warnings and non fatal errors) from this manager |
int |
getIteratorFetchSize()
Returns the Iterator fetch Size |
long |
getTimeOut()
Returns the timeout |
boolean |
hasInformation()
Check this Manager for Warnigs and non-fatal errors |
void |
initialize(java.lang.String backendComponentName)
Initialize the manager. |
void |
ping()
Try to ping the backend, for testing communication and transports |
void |
setFilter(IBdeFilter p_filter)
|
void |
setIteratorFetchSize(int iteratorSize)
Sets the Iterator fetch Size |
void |
setProcessingScope(int pProcessingScope)
|
void |
setSelection(IBdeSelection p_selection)
|
void |
setTimeOut(long milliseconds)
Set the maximum time the client waits for an repy and before throwing an Communication exception |
boolean |
supportsProcessingScope(int pProcessingScope)
Check if backend supports a certain processing Scope |
boolean |
supportsReferentialIntegrity()
Checks if the backend support the Referential Integrity features |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int PROCESSING_SCOPE_REQUEST
public int PROCESSING_SCOPE_BDE
public int PROCESSING_SCOPE_BDE_COMPONENT
public int PROCESSING_SCOPE_NOT_APPLICABLE
| Constructor Detail |
public BdeManager()
throws BdeException
| Method Detail |
public void initialize(java.lang.String backendComponentName)
throws BdeException
backendComponentName - BusComponent IdentifierBdeException - Bde Exceptionpublic void setTimeOut(long milliseconds)
milliseconds - - The maximum time in milliseconds. If timeout is 0, then
synchronous calls wait indefinitely. If timeout < 0 then this functioncall is ignored.public long getTimeOut()
public int getIteratorFetchSize()
public void setIteratorFetchSize(int iteratorSize)
iteratorSize - the iterator fetch size to set
public void ping()
throws BdeException
BdeException - If anything goes wrong
public void close()
throws BdeException
BdeException - If anything goes wringpublic void setSelection(IBdeSelection p_selection)
public void setFilter(IBdeFilter p_filter)
public boolean hasInformation()
public void clearInformation()
public IBdeMessageIterator getInformation()
throws BdeException
BdeException - If anything goes wrong
public void setProcessingScope(int pProcessingScope)
throws BdeException
public boolean supportsProcessingScope(int pProcessingScope)
throws BdeException
pProcessingScope - Constant public int PROCESSING_SCOPE_REQUEST, PROCESSING_SCOPE_BDE, PROCESSING_SCOPE_BDE_COMPONENT, PROCESSING_SCOPE_NOT_APPLICABLEBdeException - if anything goes wrong
public boolean supportsReferentialIntegrity()
throws BdeException
BdeException - if anything goes wrongpublic void automaticReferences(boolean pAutomaticReference)
pAutomaticReference - boolean indicating if automatic references should be created
public void createReference(BusinessDataEntity pBde)
throws BdeException
pBde - the BDE to create the reference forBdeException - if anything goes wrong
public void deleteReference(BusinessDataEntity pBde)
throws BdeException
pBde - BdeException - if anything goes wrong
|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||