org.apache.geronimo.kernel
Class Jsr77Naming

java.lang.Object
  extended byorg.apache.geronimo.kernel.Naming
      extended byorg.apache.geronimo.kernel.Jsr77Naming

public class Jsr77Naming
extends Naming

Version:
$Rev: 409817 $ $Date: 2006-05-27 09:56:38 +0200 (Sat, 27 May 2006) $

Constructor Summary
Jsr77Naming()
           
 
Method Summary
 org.apache.geronimo.gbean.AbstractName createChildName(org.apache.geronimo.gbean.AbstractName parentAbstractName, Artifact artifact, String name, String type)
           
 org.apache.geronimo.gbean.AbstractName createChildName(org.apache.geronimo.gbean.AbstractName parentAbstractName, String name, String type)
           
static javax.management.ObjectName createObjectName(Map nameMap)
          Deprecated. objectnames are being removed
 org.apache.geronimo.gbean.AbstractName createRootName(Artifact artifact, String name, String type)
           
 org.apache.geronimo.gbean.AbstractName createSiblingName(org.apache.geronimo.gbean.AbstractName parentAbstractName, String name, String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jsr77Naming

public Jsr77Naming()
Method Detail

createRootName

public org.apache.geronimo.gbean.AbstractName createRootName(Artifact artifact,
                                                             String name,
                                                             String type)
Specified by:
createRootName in class Naming

createChildName

public org.apache.geronimo.gbean.AbstractName createChildName(org.apache.geronimo.gbean.AbstractName parentAbstractName,
                                                              String name,
                                                              String type)
Specified by:
createChildName in class Naming

createSiblingName

public org.apache.geronimo.gbean.AbstractName createSiblingName(org.apache.geronimo.gbean.AbstractName parentAbstractName,
                                                                String name,
                                                                String type)
Specified by:
createSiblingName in class Naming

createChildName

public org.apache.geronimo.gbean.AbstractName createChildName(org.apache.geronimo.gbean.AbstractName parentAbstractName,
                                                              Artifact artifact,
                                                              String name,
                                                              String type)
Specified by:
createChildName in class Naming

createObjectName

public static javax.management.ObjectName createObjectName(Map nameMap)
Deprecated. objectnames are being removed



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