|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.smardec.jndi.mirror.CopyHelper
CopyHelper
provides utility method for copying the content of one Context
to another.
Constructor Summary | |
private |
CopyHelper()
The class should not be instantiated. |
Method Summary | |
static void |
copy(javax.naming.Context from,
javax.naming.Context to)
Creates full copy of the Context . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
private CopyHelper()
Method Detail |
public static void copy(javax.naming.Context from, javax.naming.Context to) throws javax.naming.NamingException
Context
.
from
- Source contextto
- Destination context
javax.naming.NamingException
- If a naming exception is encountered
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |