BEA WebLogic Server 9.0 API Reference
weblogic.ejb
Interface CachingHome
- All Superinterfaces:
- EJBHome, Remote
- public interface CachingHome
- extends EJBHome
- Copyright © 2005 BEA Systems, Inc. All Rights Reserved.
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