public interface J2EEManagedObjectMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getobjectName()
The object name of the managed object.
|
boolean |
iseventProvider()
If true, indicates that the managed object implements the EventProvider
model and provides notification about events that occur on that object.
|
boolean |
isstateManageable()
If true, indicates that this managed object implements the StateManageable
model and is state manageable by the specification of Chapter JSR77.5, State
Management.
|
boolean |
isstatisticsProvider()
If true, indicates that the managed object supports the generation of
performance statistics and implements the StatisticsProvider model.
|
java.lang.String getobjectName()
boolean isstateManageable()
boolean isstatisticsProvider()
boolean iseventProvider()