public class BeansImpl
extends java.lang.Object
implements org.jboss.cdi.tck.spi.Beans
| Constructor and Description |
|---|
BeansImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
activate(byte[] bytes) |
boolean |
isProxy(java.lang.Object instance) |
byte[] |
passivate(java.lang.Object instance) |
public boolean isProxy(java.lang.Object instance)
isProxy in interface org.jboss.cdi.tck.spi.Beanspublic byte[] passivate(java.lang.Object instance)
throws java.io.IOException
passivate in interface org.jboss.cdi.tck.spi.Beansjava.io.IOExceptionpublic java.lang.Object activate(byte[] bytes)
throws java.io.IOException,
java.lang.ClassNotFoundException
activate in interface org.jboss.cdi.tck.spi.Beansjava.io.IOExceptionjava.lang.ClassNotFoundExceptionCopyright © 2014. All Rights Reserved.