BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.ejb
Interface CachingHome

All Superinterfaces:
EJBHome, Remote

public interface CachingHome
extends EJBHome

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

public void invalidate(Collection primaryKeys)
                throws RemoteException
Throws:
RemoteException

invalidate

public void invalidate(Object primaryKey)
                throws RemoteException
Throws:
RemoteException

invalidateAll

public void invalidateAll()
                   throws RemoteException
Throws:
RemoteException

invalidateAllLocalServer

public void invalidateAllLocalServer()
                              throws RemoteException
Throws:
RemoteException

invalidateLocalServer

public void invalidateLocalServer(Collection primaryKeys)
                           throws RemoteException
Throws:
RemoteException

invalidateLocalServer

public void invalidateLocalServer(Object primaryKey)
                           throws RemoteException
Throws:
RemoteException

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