UM Java API
6.16.1
|
Public Member Functions | |
LBMXSPAttributes () throws LBMException | |
void | dispose () |
String | getValue (String attributeName) throws LBMException |
void | setValue (String attributeName, String attributeValue) throws LBMException |
void | setZeroTransportsCallback (LBMZeroTransportsCallback cb) |
void | setZeroTransportsCallback (LBMZeroTransportsCallback cb, Object cbArg) |
Protected Member Functions | |
void | finalize () |
Encapsulates the set of default XSP attributes.
com.latencybusters.lbm.LBMXSPAttributes.LBMXSPAttributes | ( | ) | throws LBMException |
Create and fill an LBMXSPAttributes object with the current default values
LBMException |
void com.latencybusters.lbm.LBMXSPAttributes.dispose | ( | ) |
Free memory associated with this set of attributes.
Referenced by com.latencybusters.lbm.LBMXSPAttributes.finalize().
|
protected |
This method is for internal use only, and is not supported for customer applications.
References com.latencybusters.lbm.LBMXSPAttributes.dispose().
String com.latencybusters.lbm.LBMXSPAttributes.getValue | ( | String | attributeName | ) | throws LBMException |
Returns the current value of an attribute from this set of XSP attributes.
attributeName | Name of the attribute to retrieve |
LBMException | if attributeName is not a valid attribute. |
void com.latencybusters.lbm.LBMXSPAttributes.setValue | ( | String | attributeName, |
String | attributeValue | ||
) | throws LBMException |
FOR INTERNAL INFORMATICA USE ONLY - NOT FOR DIRECT APPLICATION USEAGE. Applications should use setProperty() instead. Set the current value of an attribute in this set of XSP attributes.
attributeName | Name of the attribute to set |
attributeValue | New attribute value |
LBMException | if attributeName is not a valid attribute, or attributeValue is not a valid value for attributeName . |
void com.latencybusters.lbm.LBMXSPAttributes.setZeroTransportsCallback | ( | LBMZeroTransportsCallback | cb | ) |
Set the XSP's zero transports callback.
cb | An object implementing the LBMZeroTransportsCallback interface. |
void com.latencybusters.lbm.LBMXSPAttributes.setZeroTransportsCallback | ( | LBMZeroTransportsCallback | cb, |
Object | cbArg | ||
) |
Set the XSP's zero transports callback.
cb | An object implementing the LBMZeroTransportsCallback interface. |
cbArg | A user-supplied callback object to be passed back in the zero transports callback. |