|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portal.security.impl.store.ObjectEntry
Represent an entry in the map of the cache adapter.
| Constructor Summary | |
ObjectEntry()
Necessary for externalizable. |
|
ObjectEntry(java.lang.Object value)
Construct a new entry for the given value. |
|
| Method Summary | |
java.lang.String |
getUUID()
|
java.lang.Object |
getValue()
|
void |
readExternal(java.io.ObjectInput in)
Read the value on the stream and generate a new uuid. |
void |
writeExternal(java.io.ObjectOutput out)
Write the value on the stream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ObjectEntry()
public ObjectEntry(java.lang.Object value)
| Method Detail |
public java.lang.String getUUID()
public java.lang.Object getValue()
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||