com.ibm.websphere.management.j2ee

Class J2EEManagedObject

  • java.lang.Object
    • com.ibm.websphere.management.j2ee.J2EEManagedObject
    • Constructor Summary

      Constructors 
      Constructor and Description
      J2EEManagedObject(javax.management.ObjectName objectName) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • J2EEManagedObject

        public J2EEManagedObject(javax.management.ObjectName objectName)
    • Method Detail

      • getobjectName

        public java.lang.String getobjectName()
        Description copied from interface: J2EEManagedObjectMBean
        The object name of the managed object. The objectName attribute is of the type OBJECT_NAME which is a string that complies with the syntax specified for a J2EEManagedObject name below. The objectName attribute must not be null. The value of objectName must be unique within the management domain. Management applications use this value to identify managed objects, for example identifying the source of events. The J2EEManagedObject objectName consists of two parts:
        • A domain name
        • An unordered set of key properties, which must include the j2eeType, name and key properties.
        The J2EEManagedObject name has the following syntax: [domainName]:j2eeType=value,name=value,[,property=value]*
        Specified by:
        getobjectName in interface J2EEManagedObjectMBean
      • isstateManageable

        public boolean isstateManageable()
        Description copied from interface: J2EEManagedObjectMBean
        If true, indicates that this managed object implements the StateManageable model and is state manageable by the specification of Chapter JSR77.5, State Management. If false, the managed object does not support state management.
        Specified by:
        isstateManageable in interface J2EEManagedObjectMBean
      • isstatisticsProvider

        public boolean isstatisticsProvider()
        Description copied from interface: J2EEManagedObjectMBean
        If true, indicates that the managed object supports the generation of performance statistics and implements the StatisticsProvider model. If false, the J2EEManagedObject does not support performance statistics.
        Specified by:
        isstatisticsProvider in interface J2EEManagedObjectMBean
      • iseventProvider

        public boolean iseventProvider()
        Description copied from interface: J2EEManagedObjectMBean
        If true, indicates that the managed object implements the EventProvider model and provides notification about events that occur on that object.
        Specified by:
        iseventProvider in interface J2EEManagedObjectMBean