org.apache.tomee.catalina
Class ContextValue

java.lang.Object
  extended by javax.naming.Reference
      extended by javax.naming.LinkRef
          extended by org.apache.tomee.catalina.ContextValue
All Implemented Interfaces:
Serializable, Cloneable

public class ContextValue
extends LinkRef

See Also:
Serialized Form

Field Summary
static String MODULES_PREFIX
           
 
Fields inherited from class javax.naming.Reference
addrs, classFactory, classFactoryLocation, className
 
Constructor Summary
ContextValue(String linkName)
           
 
Method Summary
 void addValue(String link)
           
 String getLinkName()
           
 boolean hasLink(String link)
           
static String linkName(String moduleId, String name)
           
 
Methods inherited from class javax.naming.Reference
add, add, clear, clone, equals, get, get, getAll, getClassName, getFactoryClassLocation, getFactoryClassName, hashCode, remove, size, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MODULES_PREFIX

public static final String MODULES_PREFIX
See Also:
Constant Field Values
Constructor Detail

ContextValue

public ContextValue(String linkName)
Method Detail

getLinkName

public String getLinkName()
                   throws NamingException
Overrides:
getLinkName in class LinkRef
Throws:
NamingException

addValue

public void addValue(String link)

hasLink

public boolean hasLink(String link)

linkName

public static String linkName(String moduleId,
                              String name)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.