org.apache.geronimo.deployment.service
Class GBeanBuilder

java.lang.Object
  extended byorg.apache.geronimo.deployment.service.GBeanBuilder

public class GBeanBuilder
extends Object

Version:
$Revision: 1.6 $ $Date: 2004/06/03 07:24:17 $

Constructor Summary
GBeanBuilder(String name, ClassLoader classLoader, String className)
           
 
Method Summary
 org.apache.geronimo.gbean.jmx.GBeanMBean getGBean()
           
 javax.management.ObjectName getName()
           
 void setAttribute(String name, String type, String text)
           
 void setReference(String name, String pattern)
           
 void setReference(String name, String[] patterns)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GBeanBuilder

public GBeanBuilder(String name,
                    ClassLoader classLoader,
                    String className)
             throws DeploymentException
Method Detail

setAttribute

public void setAttribute(String name,
                         String type,
                         String text)
                  throws DeploymentException
Throws:
DeploymentException

setReference

public void setReference(String name,
                         String pattern)
                  throws DeploymentException
Throws:
DeploymentException

setReference

public void setReference(String name,
                         String[] patterns)
                  throws DeploymentException
Throws:
DeploymentException

getGBean

public org.apache.geronimo.gbean.jmx.GBeanMBean getGBean()

getName

public javax.management.ObjectName getName()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.