public abstract class BaseBackend extends Object implements Backend
ORDER_CPU_GROUP, ORDER_DEFAULT_GROUP, ORDER_FIRST, ORDER_IO_GROUP, ORDER_LAST, ORDER_MEMORY_GROUP, ORDER_NETWORK_GROUP, ORDER_THREAD_GROUP, ORDER_USER_GROUP
Constructor and Description |
---|
BaseBackend(String name,
String description,
String vendor,
String version) |
BaseBackend(String name,
String description,
String vendor,
String version,
boolean observeNewJvm) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getName() |
boolean |
getObserveNewJvm()
Indicate whether this backend will attach to new java processes.
|
String |
getVendor() |
String |
getVersion() |
int |
hashCode() |
void |
setObserveNewJvm(boolean newValue)
Set whether this backend will attach to new java processes.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
activate, deactivate, isActive
getOrderValue
public String getName()
public String getDescription()
getDescription
in interface Backend
public String getVendor()
public String getVersion()
getVersion
in interface Backend
Backend
public boolean getObserveNewJvm()
Backend
getObserveNewJvm
in interface Backend
public void setObserveNewJvm(boolean newValue)
Backend
setObserveNewJvm
in interface Backend
Copyright © 2016. All Rights Reserved.