org.apache.geronimo.kernel
Class Naming
java.lang.Object
org.apache.geronimo.kernel.Naming
- Direct Known Subclasses:
- Jsr77Naming
- public abstract class Naming
- extends Object
- Version:
- $Rev: 409817 $ $Date: 2006-05-27 09:56:38 +0200 (Sat, 27 May 2006) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Naming
public Naming()
createRootName
public abstract org.apache.geronimo.gbean.AbstractName createRootName(Artifact artifact,
String name,
String type)
createChildName
public abstract org.apache.geronimo.gbean.AbstractName createChildName(org.apache.geronimo.gbean.AbstractName parentAbstractName,
String name,
String type)
createSiblingName
public abstract org.apache.geronimo.gbean.AbstractName createSiblingName(org.apache.geronimo.gbean.AbstractName parentAbstractName,
String name,
String type)
createChildName
public abstract org.apache.geronimo.gbean.AbstractName createChildName(org.apache.geronimo.gbean.AbstractName parentAbstractName,
Artifact artifact,
String name,
String type)
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.