org.jboss.monitor.services
Interface JMXNotificationAppenderMBean

All Known Implementing Classes:
JMXNotificationAppender

public interface JMXNotificationAppenderMBean

MBean interface.

Version:
$Revision: 57210 $
Author:
Dimitris Andreadis

Field Summary
static javax.management.ObjectName OBJECT_NAME
          The default ObjectName
 
Method Summary
 String getNotificationType()
           
 String getObjectName()
           
 void setNotificationType(String type)
           
 void setObjectName(String objectName)
           
 

Field Detail

OBJECT_NAME

static final javax.management.ObjectName OBJECT_NAME
The default ObjectName

Method Detail

setObjectName

void setObjectName(String objectName)
                   throws Exception
Throws:
Exception

getObjectName

String getObjectName()

setNotificationType

void setNotificationType(String type)

getNotificationType

String getNotificationType()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.