summaryrefslogtreecommitdiff
path: root/java/src/Freeze/PostCompletionCallback.java
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-05-30 13:18:35 +0000
committerBernard Normier <bernard@zeroc.com>2007-05-30 13:18:35 +0000
commitcd8abbb04a79b0d93f34742c49b06607e4e989f7 (patch)
treefabe04903dac6bd3ecf2ac6f3248ab5c22300fa7 /java/src/Freeze/PostCompletionCallback.java
parentfix problem with possible use of uninitialized local variable (diff)
downloadice-cd8abbb04a79b0d93f34742c49b06607e4e989f7.tar.bz2
ice-cd8abbb04a79b0d93f34742c49b06607e4e989f7.tar.xz
ice-cd8abbb04a79b0d93f34742c49b06607e4e989f7.zip
Removed transactional evictor context
Diffstat (limited to 'java/src/Freeze/PostCompletionCallback.java')
-rw-r--r--java/src/Freeze/PostCompletionCallback.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/java/src/Freeze/PostCompletionCallback.java b/java/src/Freeze/PostCompletionCallback.java
new file mode 100644
index 00000000000..a8f52d28d1b
--- /dev/null
+++ b/java/src/Freeze/PostCompletionCallback.java
@@ -0,0 +1,15 @@
+// **********************************************************************
+//
+// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
+//
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
+//
+// **********************************************************************
+
+package Freeze;
+
+interface PostCompletionCallback
+{
+ void postCompletion(boolean committed, boolean deadlock);
+}