|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.latencybusters.lbm.LBMHFXReceiver
public class LBMHFXReceiver
| Method Summary | |
|---|---|
void |
close()
Close this receiver. |
void |
close(LBMOperationCompleteCallback cb,
java.lang.Object cbArg)
Close this receiver. |
LBMConfigOption[] |
dumpAttributeList()
Returns an array of LBMConfigOptions |
java.lang.String |
getAttributeValue(java.lang.String attributeName)
Returns the value of a receiver-related attribute for this receiver. |
LBMReceiverStatistics |
getStatistics(int maxStats)
Return the current set of receiver transport statistics for all sources. |
LBMReceiverStatistics |
getStatistics(java.lang.String source)
Return the current set of receiver transport statistics for a particular source. |
int |
setAttributeValue(java.lang.String attributeName,
java.lang.String attributeValue)
Set the value of a receiver-related attribute for this receiver. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public LBMConfigOption[] dumpAttributeList()
public int setAttributeValue(java.lang.String attributeName,
java.lang.String attributeValue)
attributeName - Name of the attribute to setattributeValue - New attribute value
LBMException - if attributeName is not a valid attribute,
or attributeValue is not a valid value for attributeName.public java.lang.String getAttributeValue(java.lang.String attributeName)
attributeName - Name of the attribute to retrieve
LBMException - if attributeName is not a valid attribute.
public LBMReceiverStatistics getStatistics(java.lang.String source)
throws LBMException
source - Source string (as returned by LBMMesage source())
that specifies the set of statistics to return.
LBMException - if any error occurred retrieving receiver statistics.
public LBMReceiverStatistics getStatistics(int maxStats)
throws LBMException
maxStats - Maximum number of sources
LBMException - if any error occurred retrieving receiver statistics.public void close()
public void close(LBMOperationCompleteCallback cb,
java.lang.Object cbArg)
cb - Callback to be invoked when the close operation is complete.cbArg - Token to be delivered with the callback.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||