Uses of Annotation Interface
net.jini.export.UseStubCache
Packages that use UseStubCache
-
Uses of UseStubCache in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space with annotations of type UseStubCacheModifier and TypeMethodDescriptionvoidIRemoteSpace.abort(TransactionManager parm1, Object parm2) voidIRemoteSpace.commit(TransactionManager parm1, Object parm2) voidIRemoteSpace.commit(TransactionManager parm1, Object parm2, int numOfParticipants) IRemoteSpace.prepare(TransactionManager mgr, long id, boolean needClusteredProxy) intIRemoteSpace.prepare(TransactionManager parm1, Object parm2) IRemoteSpace.prepare(TransactionManager parm1, Object parm2, boolean needClusteredProxy) intIRemoteSpace.prepare(TransactionManager parm1, Object parm2, int numOfParticipants) IRemoteSpace.prepare(TransactionManager parm1, Object parm2, int numOfParticipants, boolean needClusteredProxy) intIRemoteSpace.prepareAndCommit(TransactionManager parm1, Object parm2) -
Uses of UseStubCache in net.jini.core.transaction.server
Methods in net.jini.core.transaction.server with annotations of type UseStubCacheModifier and TypeMethodDescriptionvoidvoidvoidTransactionParticipant.abort(TransactionManager mgr, long id) Requests that the participant roll back any changes for the specified transaction and unlock any resources locked by the transaction.voidvoidvoidTransactionParticipant.commit(TransactionManager mgr, long id) Requests that the participant make all of itsPREPAREDchanges for the specified transaction visible outside of the transaction and unlock any resources locked by the transaction.voidTransactionParticipant.commit(TransactionManager mgr, long id, int numOfParticipants) Requests that the participant make all of itsPREPAREDchanges for the specified transaction visible outside of the transaction and unlock any resources locked by the transaction.booleanExtendedTransactionManager.disJoin(long id, TransactionParticipant preparedPart) Remove a participant that was joined for a first time.intvoidExtendedTransactionManager.join(Object id, TransactionParticipant part, long crashCount) voidTransactionManager.join(long id, TransactionParticipant part, long crashCount) Join a transaction that is managed by this transaction manager.intprepare the underlying xtn designated by the rendered xidintTransactionParticipant.prepare(TransactionManager mgr, long id) Requests that the participant prepare itself to commit the transaction, and to vote on the outcome of the transaction.intTransactionParticipant.prepareAndCommit(TransactionManager mgr, long id) A combination ofprepareandcommit, which can be used by the manager when there is just one participant left to prepare and all other participants (if any) have responded withNOTCHANGED.voidTransactionParticipant.renewLease(TransactionManager mgr, long id, long time) Notify the transaction participant about transaction lease renewal