javax.ejb.EJBHome, java.rmi.Remotepublic interface CachingHome
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
invalidate(java.lang.Object primaryKey) | 
|
void | 
invalidate(java.util.Collection primaryKeys) | 
|
void | 
invalidateAll() | 
|
void | 
invalidateAllLocalServer() | 
|
void | 
invalidateLocalServer(java.lang.Object primaryKey) | 
|
void | 
invalidateLocalServer(java.util.Collection primaryKeys) | 
void invalidate(java.lang.Object primaryKey)
         throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid invalidate(java.util.Collection primaryKeys)
         throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid invalidateAll()
            throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid invalidateLocalServer(java.lang.Object primaryKey)
                    throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid invalidateLocalServer(java.util.Collection primaryKeys)
                    throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid invalidateAllLocalServer()
                       throws java.rmi.RemoteException
java.rmi.RemoteException