Class

dbx.jndi

JndiObjectLocator

Related Doc: package jndi

Permalink

abstract class JndiObjectLocator extends JndiLocatorSupport

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JndiObjectLocator
  2. JndiLocatorSupport
  3. JndiAccessor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JndiObjectLocator()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def afterPropertiesSet(): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def convertJndiName(jndiName: String): String

    Permalink
    Attributes
    protected[dbx.jndi]
    Definition Classes
    JndiLocatorSupport
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getExpectedType(): Class[_]

    Permalink
  13. def getJndiEnvironment(): Properties

    Permalink
    Definition Classes
    JndiAccessor
  14. def getJndiName(): String

    Permalink
  15. def getJndiTemplate(): JndiTemplate

    Permalink
    Definition Classes
    JndiAccessor
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def isResourceRef(): Boolean

    Permalink
    Definition Classes
    JndiLocatorSupport
  19. def lookup(): AnyRef

    Permalink
    Attributes
    protected[dbx.jndi]
  20. def lookup[T](jndiName: String, requiredType: Class[T]): T

    Permalink
    Attributes
    protected[dbx.jndi]
    Definition Classes
    JndiLocatorSupport
  21. def lookup(jndiName: String): AnyRef

    Permalink
    Attributes
    protected[dbx.jndi]
    Definition Classes
    JndiLocatorSupport
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def setExpectedType(expectedType: Class[_]): Unit

    Permalink
  26. def setJndiEnvironment(jndiEnvironment: Properties): Unit

    Permalink
    Definition Classes
    JndiAccessor
  27. def setJndiName(jndiName: String): Unit

    Permalink
  28. def setJndiTemplate(jndiTemplate: JndiTemplate): Unit

    Permalink
    Definition Classes
    JndiAccessor
  29. def setResourceRef(resourceRef: Boolean): Unit

    Permalink
    Definition Classes
    JndiLocatorSupport
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from JndiLocatorSupport

Inherited from JndiAccessor

Inherited from AnyRef

Inherited from Any

Ungrouped