org.shiftone.ooc.initialize.types
Class XContext

java.lang.Object
  extended byorg.shiftone.ooc.initialize.types.XContext
All Implemented Interfaces:
ContextBuilder

public class XContext
extends java.lang.Object
implements ContextBuilder

Version:
$Revision: 1.3 $
Author:
Jeff Drost

Constructor Summary
XContext()
           
 
Method Summary
 void build(javax.naming.Context context)
          Method build
 XContext createContext()
          Method createContext
 XReference createReference()
          Method createReference
 XValue createValue()
          Method createValue
 java.lang.String getName()
          Method getName
 void setName(java.lang.String name)
          Method setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XContext

public XContext()
Method Detail

build

public void build(javax.naming.Context context)
           throws javax.naming.NamingException
Method build

Specified by:
build in interface ContextBuilder
Throws:
javax.naming.NamingException

createContext

public XContext createContext()
Method createContext


createValue

public XValue createValue()
Method createValue


createReference

public XReference createReference()
Method createReference


getName

public java.lang.String getName()
Method getName


setName

public void setName(java.lang.String name)
Method setName