diff options
Diffstat (limited to 'java/test/Ice/packagemd/InitialI.java')
-rw-r--r-- | java/test/Ice/packagemd/InitialI.java | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/java/test/Ice/packagemd/InitialI.java b/java/test/Ice/packagemd/InitialI.java index fd619e556b5..6d4d4fbaf96 100644 --- a/java/test/Ice/packagemd/InitialI.java +++ b/java/test/Ice/packagemd/InitialI.java @@ -24,18 +24,21 @@ public final class InitialI extends _InitialDisp return new C2(); } + @Override public C1 getTest1C2AsC1(Ice.Current __current) { return new C2(); } + @Override public C2 getTest1C2AsC2(Ice.Current __current) { return new C2(); } + @Override public void throwTest1E2AsE1(Ice.Current __current) throws E1 @@ -43,6 +46,7 @@ public final class InitialI extends _InitialDisp throw new E2(); } + @Override public void throwTest1E2AsE2(Ice.Current __current) throws E2 @@ -50,6 +54,7 @@ public final class InitialI extends _InitialDisp throw new E2(); } + @Override public void throwTest1Notify(Ice.Current __current) throws _notify @@ -63,18 +68,21 @@ public final class InitialI extends _InitialDisp return new test.Ice.packagemd.testpkg.Test2.C2(); } + @Override public test.Ice.packagemd.testpkg.Test2.C1 getTest2C2AsC1(Ice.Current __current) { return new test.Ice.packagemd.testpkg.Test2.C2(); } + @Override public test.Ice.packagemd.testpkg.Test2.C2 getTest2C2AsC2(Ice.Current __current) { return new test.Ice.packagemd.testpkg.Test2.C2(); } + @Override public void throwTest2E2AsE1(Ice.Current __current) throws test.Ice.packagemd.testpkg.Test2.E1 @@ -82,6 +90,7 @@ public final class InitialI extends _InitialDisp throw new test.Ice.packagemd.testpkg.Test2.E2(); } + @Override public void throwTest2E2AsE2(Ice.Current __current) throws test.Ice.packagemd.testpkg.Test2.E2 @@ -95,18 +104,21 @@ public final class InitialI extends _InitialDisp return new test.Ice.packagemd.testpkg.Test3.C2(); } + @Override public test.Ice.packagemd.testpkg.Test3.C1 getTest3C2AsC1(Ice.Current __current) { return new test.Ice.packagemd.testpkg.Test3.C2(); } + @Override public test.Ice.packagemd.testpkg.Test3.C2 getTest3C2AsC2(Ice.Current __current) { return new test.Ice.packagemd.testpkg.Test3.C2(); } + @Override public void throwTest3E2AsE1(Ice.Current __current) throws test.Ice.packagemd.testpkg.Test3.E1 @@ -114,6 +126,7 @@ public final class InitialI extends _InitialDisp throw new test.Ice.packagemd.testpkg.Test3.E2(); } + @Override public void throwTest3E2AsE2(Ice.Current __current) throws test.Ice.packagemd.testpkg.Test3.E2 @@ -121,6 +134,7 @@ public final class InitialI extends _InitialDisp throw new test.Ice.packagemd.testpkg.Test3.E2(); } + @Override public void shutdown(Ice.Current __current) { |