BEA Systems, Inc.

weblogic.ejb
Interface CachingHome

All Superinterfaces:
EJBHome, Remote

public interface CachingHome
extends EJBHome


Method Summary
 void invalidate(Collection primaryKeys)
           
 void invalidate(Object primaryKey)
           
 void invalidateAll()
           
 void invalidateAllLocalServer()
           
 void invalidateLocalServer(Collection primaryKeys)
           
 void invalidateLocalServer(Object primaryKey)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

invalidate

void invalidate(Object primaryKey)
                throws RemoteException
Throws:
RemoteException

invalidate

void invalidate(Collection primaryKeys)
                throws RemoteException
Throws:
RemoteException

invalidateAll

void invalidateAll()
                   throws RemoteException
Throws:
RemoteException

invalidateLocalServer

void invalidateLocalServer(Object primaryKey)
                           throws RemoteException
Throws:
RemoteException

invalidateLocalServer

void invalidateLocalServer(Collection primaryKeys)
                           throws RemoteException
Throws:
RemoteException

invalidateAllLocalServer

void invalidateAllLocalServer()
                              throws RemoteException
Throws:
RemoteException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.