|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.kpat.persist.JNDISerialObject
public class JNDISerialObject
A JNDI "Referenceable" object that can be used to store any Serializable object into any JDNI Service Provider that supports 'Referencable' storage. (Such as the FSContext service provider, which does not directly support Serializable).
Requires:
Modifications:
$Revision: 1.1.1.1 $
Constructor Summary | |
---|---|
JNDISerialObject(java.lang.Object objectToStore)
Constructor |
Method Summary | |
---|---|
javax.naming.Reference |
getReference()
Frankly, I based this code on Alex Wong's, and I don't know exactly what this method does. |
java.lang.String |
toString()
For prettyprinting - sorta. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JNDISerialObject(java.lang.Object objectToStore)
Method Detail |
---|
public javax.naming.Reference getReference() throws javax.naming.NamingException
getReference
in interface javax.naming.Referenceable
javax.naming.NamingException
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |