org.apache.openejb.tck.cdi.tomee
Class BeansImpl

java.lang.Object
  extended by org.apache.openejb.tck.cdi.tomee.BeansImpl
All Implemented Interfaces:
org.jboss.jsr299.tck.spi.Beans

public class BeansImpl
extends Object
implements org.jboss.jsr299.tck.spi.Beans

Version:
$Rev$ $Date$

Nested Class Summary
static class BeansImpl.BeanObjectInputStream
           
 
Field Summary
 
Fields inherited from interface org.jboss.jsr299.tck.spi.Beans
PROPERTY_NAME
 
Constructor Summary
BeansImpl()
           
 
Method Summary
 Object deserialize(byte[] bytes)
           
 boolean isProxy(Object instance)
           
 byte[] serialize(Object instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeansImpl

public BeansImpl()
Method Detail

isProxy

public boolean isProxy(Object instance)
Specified by:
isProxy in interface org.jboss.jsr299.tck.spi.Beans

serialize

public byte[] serialize(Object instance)
                 throws IOException
Specified by:
serialize in interface org.jboss.jsr299.tck.spi.Beans
Throws:
IOException

deserialize

public Object deserialize(byte[] bytes)
                   throws IOException,
                          ClassNotFoundException
Specified by:
deserialize in interface org.jboss.jsr299.tck.spi.Beans
Throws:
IOException
ClassNotFoundException


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.