| Home >> All >> org >> media >> [ naming Javadoc ] |
| | org.media.naming.test.* (1) |
org.media.naming: Javadoc index of package org.media.naming.
Package Samples:
org.media.naming.test
Classes:
MemoryContext: An in-memory JNDI service provider. Binds objects into a namespace held entirely in memory, supporting serializable, remoteable and local objects. The in-memory service provider is particularly useful for holding resource factories (the JNDI ENC) and exposing run-time services and configuration objects. An instance of MemoryContext constructed with no environment attribute will use it's namespace and serve as the root of that namespace. Such a namespace is no accessible except through the creating context, and is garbage collected when all such contexts are no longer referenced. If necessary the ...
MemoryBinding: Name/value bindings for use inside MemoryContext . This one is never constructed directly but through MemoryContext , MemoryContextFactory and related classes. Provides heirarchial storage for name/value binding in memory that is exposed through the JNDI context model. Each context (not in the tree) is represented by one instance of MemoryBinding , with each sub-context (child node) or bound value represented by a name/value pair. This object is thread-safe. This class was inspired by the tyrex.naming package from the Tyrex project. All credits for the good stuff should go to Assaf Arkin and the ...
MemoryContextFactory: Implements a context factory for MemoryContext . When set properly javax.naming.InitialContext will return a MemoryContext referencing the named path in the shared memory space. To use this context factory the JNDI properties file must include the following properties: java.naming.factory.initial=org.media.naming.MemoryContextFactory java.naming.provider.url= Any non-empty URL will return a context to that path in the object tree, relative to the same shared root. The returned context is read/write. This class was inspired by the tyrex.naming package from the Tyrex project. All credits for the ...
ReferenceRefAddr: This class allows referenceable objects to be stored inside of other references. This class was inspired by the tyrex.naming package from the Tyrex project. All credits for the good stuff should go to Riad Mohammed and the Exolab group, all the bad stuff blame it on me :).
AllNamingTestCase: Class meant to run all the Test Cases related to mn8 naming package.
MemoryContextTest: Simple calss to show the MemoryContext usage mode.
| Home | Contact Us | Privacy Policy | Terms of Service |