public class MBean extends Object implements Serializable
MBeanManager.| Constructor and Description |
|---|
MBean(Object mBeanRef,
String port,
String type,
String name,
String warName,
NotificationListener notificationListener)
Instantiates a new m Bean.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getMBeanRef()
Gets the m bean ref.
|
String |
getName()
Gets the name.
|
NotificationListener |
getNotificationListener()
Gets the notification listener.
|
String |
getPort()
Gets the port.
|
String |
getType()
Gets the type.
|
String |
getWarName()
Gets the war name.
|
boolean |
isValid(String param)
Checks if is valid.
|
String |
toString() |
public MBean(Object mBeanRef, String port, String type, String name, String warName, NotificationListener notificationListener) throws MBeanRegistrationException
mBeanRef - the m bean refport - the porttype - the typename - the namewarName - the war namenotificationListener - the notification listenerMBeanRegistrationException - the m bean registration exceptionpublic boolean isValid(String param)
param - the parampublic Object getMBeanRef()
public String getPort()
public String getType()
public String getName()
public String getWarName()
public NotificationListener getNotificationListener()
Copyright © 2016 utils4j. All Rights Reserved.