org.ow2.jonas.web.base.endpoint
Class WebEndpointBuilder

java.lang.Object
  extended by org.ow2.jonas.web.base.endpoint.WebEndpointBuilder
All Implemented Interfaces:
org.ow2.jonas.endpoint.collector.IEndpointBuilder

public class WebEndpointBuilder
extends Object
implements org.ow2.jonas.endpoint.collector.IEndpointBuilder

The Web IEndpointBuilder implementation


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

Constructor Detail

WebEndpointBuilder

public WebEndpointBuilder()
Method Detail

bindJmxService

public void bindJmxService(org.ow2.jonas.jmx.JmxService jmxService)
Parameters:
jmxService - The JmxService to bind

unbindJmxService

public void unbindJmxService(org.ow2.jonas.jmx.JmxService jmxService)
Parameters:
jmxService - The JmxService to unbind

isSupport

public boolean isSupport(ObjectName objectName)

Specified by:
isSupport in interface org.ow2.jonas.endpoint.collector.IEndpointBuilder

buildEndpoint

public org.ow2.jonas.endpoint.collector.IEndpoint buildEndpoint(ObjectName objectName)

Specified by:
buildEndpoint in interface org.ow2.jonas.endpoint.collector.IEndpointBuilder


Copyright © 2013 OW2 Consortium. All Rights Reserved.