当前页面:
在线文档首页 >
JBoss 3.2.7 server API Documentation 英文版文档
ListEntityInterceptor (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档
org.jboss.proxy.ejb
Class ListEntityInterceptor
java.lang.Object
org.jboss.proxy.Interceptor
org.jboss.proxy.ejb.GenericEJBInterceptor
org.jboss.proxy.ejb.EntityInterceptor
org.jboss.proxy.ejb.ListEntityInterceptor
- All Implemented Interfaces:
- Externalizable, Serializable
- public class ListEntityInterceptor
- extends EntityInterceptor
An EJB CMP entity bean proxy class holds info about the List that the entity belongs to,
is used for reading ahead.
- Version:
- $Revision: 1.1.4.1 $
- Author:
- Oleg Nitz
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GET_READ_AHEAD_VALUES
protected static final Method GET_READ_AHEAD_VALUES
ListEntityInterceptor
public ListEntityInterceptor()
- No-argument constructor for externalization.
ListEntityInterceptor
public ListEntityInterceptor(List list)
- Construct a ListEntityProxy.
- Parameters:
list
- A List that this entity belongs to (used for reading ahead).
- Throws:
NullPointerException
- Id may not be null.
getReadAheadValues
public Map getReadAheadValues()
invoke
public Object invoke(Invocation invocation)
throws Throwable
- InvocationHandler implementation.
- Overrides:
invoke
in class EntityInterceptor
- Throws:
Throwable
- Any exception or error thrown while processing.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Externalization support.
- Specified by:
writeExternal
in interface Externalizable
- Overrides:
writeExternal
in class Interceptor
- Parameters:
out
-
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Externalization support.
- Specified by:
readExternal
in interface Externalizable
- Overrides:
readExternal
in class Interceptor
- Parameters:
in
-
- Throws:
IOException
ClassNotFoundException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.