|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A discovery client is registered in the agent (MfDiscoveryService) and notifies CP module that have registered themselves to provide them with discovery RESPONSE message that are received from the CP instances unning on the node. The notification is a JMX notification. The notification type is set to the product name (this enables CP module to filter the notification they are interested in). The object received in the notification has to be casted to a MfDiscoveryInfo object on which you can apply the methods listed below to retrieve the informations filled in the DiscoveryResponder object.
Method Summary | |
java.lang.String |
getProduct()
Returns a String containing the product name that has been detected |
java.lang.String |
getProductInstance()
Returns a String containing the product instance name that has been detected |
long |
getTimeStamp()
Returns a long containing the timestamp taken when the instance was started |
java.lang.String |
getUri()
Returns a String containing the URI where the instrumentation for the (product,productInstance) that has been detected can be reached |
byte[] |
getUserData()
Returns a byte[] containing the UserData belonging to the (product,productInstance) that has been detected |
Method Detail |
public java.lang.String getProduct()
public java.lang.String getProductInstance()
public java.lang.String getUri()
public byte[] getUserData()
public long getTimeStamp()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |