org.jboss.varia.stats
Interface DataSourceInterceptorMBean

All Superinterfaces:
Service, ServiceMBean
All Known Implementing Classes:
DataSourceInterceptor, DataSourceInterceptorJDK5, DataSourceInterceptorJDK6

public interface DataSourceInterceptorMBean
extends ServiceMBean

Version:
$Revision: 81038 $
Author:
Alexey Loubyansky

Field Summary
static ObjectName OBJECT_NAME
           
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 String getBindName()
           
 ObjectName getStatsCollector()
           
 String getTargetName()
           
 void setBindName(String bindName)
           
 void setStatsCollector(ObjectName statsCollector)
           
 void setTargetName(String targetName)
           
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Field Detail

OBJECT_NAME

static final ObjectName OBJECT_NAME
Method Detail

getStatsCollector

ObjectName getStatsCollector()

setStatsCollector

void setStatsCollector(ObjectName statsCollector)

getBindName

String getBindName()

setBindName

void setBindName(String bindName)
                 throws NamingException
Throws:
NamingException

getTargetName

String getTargetName()

setTargetName

void setTargetName(String targetName)
                   throws NamingException
Throws:
NamingException


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.