|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface should be implemented by any object capable of providing property information on request.
Field Summary | |
static short[] |
version
MQe Version. |
Method Summary | |
java.lang.String |
getProperty(java.lang.String key)
Implementors of the MQePropertyProvider interface must provide the getProperty method which will return a String containing the given value for the key provided. |
Field Detail |
public static final short[] version
Method Detail |
public java.lang.String getProperty(java.lang.String key)
Implementors of the MQePropertyProvider interface must provide the getProperty method which will return a String containing the given value for the key provided.
key
- A string containing the name of the property to retrieve from the available
properties. The key follows the same naming convention as Java properties, for
instance com.ibm.mqe.adapters.MQeTcpipLengthAdapter.Timeout would be used to
retrieve the timeout property for the MQeTcpipLengthAdapter class. If the
implementing class does not have the required information it can then use the key to
interrogate the Java properties.
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |