public class BusListenerId extends Object implements Serializable
BusListenerId to share its identity with Bus.| Constructor and Description |
|---|
BusListenerId(String appName,
String appInstance)
Two argument constructor for BusListenerDetail class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAppInstance()
Get the listener's instance.
|
String |
getAppName()
Get the listener's name.
|
int |
hashCode() |
String |
toString()
Get the listener's identity (in form of "appName:instanceId").
|
public String getAppName()
public String getAppInstance()
public String toString()
Copyright © 2014. All Rights Reserved.