public interface Beans
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_NAME |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
activate(byte[] bytes)
Activates a bean instance from the given serialized bytes.
|
boolean |
isProxy(java.lang.Object instance)
Determines if the object instance is actually a proxy object.
|
byte[] |
passivate(java.lang.Object instance)
Passivates the object tree starting with the bean instance provided.
|
boolean isProxy(java.lang.Object instance)
instance - The object which might be a proxybyte[] passivate(java.lang.Object instance)
throws java.io.IOException
instance - The bean instance to serializejava.io.IOExceptionjava.lang.Object activate(byte[] bytes)
throws java.io.IOException,
java.lang.ClassNotFoundException
bytes - The serialized byte stream of a bean instancejava.io.IOExceptionjava.lang.ClassNotFoundExceptionCopyright © 2008-2013 Seam Framework. All Rights Reserved.