org.ow2.jonas.db.base
Class DbEndpointBuilder

java.lang.Object
  extended by org.ow2.jonas.db.base.DbEndpointBuilder
All Implemented Interfaces:
IEndpointBuilder

public class DbEndpointBuilder
extends Object
implements IEndpointBuilder

DB IEndpointBuilder implementation


Constructor Summary
DbEndpointBuilder()
           
 
Method Summary
 void bindJmxService(JmxService jmxService)
           
 IEndpoint buildEndpoint(ObjectName objectName)
          
 boolean isSupport(ObjectName objectName)
          
 void unbindJmxService(JmxService jmxService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbEndpointBuilder

public DbEndpointBuilder()
Method Detail

isSupport

public boolean isSupport(ObjectName objectName)

Specified by:
isSupport in interface IEndpointBuilder

buildEndpoint

public IEndpoint buildEndpoint(ObjectName objectName)

Specified by:
buildEndpoint in interface IEndpointBuilder

bindJmxService

public void bindJmxService(JmxService jmxService)
Parameters:
jmxService - The JmxService to bind

unbindJmxService

public void unbindJmxService(JmxService jmxService)
Parameters:
jmxService - The JmxService to unbind


Copyright © 2012 OW2 Consortium. All Rights Reserved.