diff options
author | Mark Spruiell <mes@zeroc.com> | 2008-01-31 19:05:51 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2008-01-31 19:05:51 -0800 |
commit | 2c3770915174ad6f358b4ab82848f99bf464cb76 (patch) | |
tree | 14ed55dabd722e1f8e8b917c1be4de104d2b8f05 /java/src/Ice/ObjectPrxHelperBase.java | |
parent | C# bug fix in Stream.cs (diff) | |
download | ice-2c3770915174ad6f358b4ab82848f99bf464cb76.tar.bz2 ice-2c3770915174ad6f358b4ab82848f99bf464cb76.tar.xz ice-2c3770915174ad6f358b4ab82848f99bf464cb76.zip |
bug 2264 - remove deprecated APIs
Diffstat (limited to 'java/src/Ice/ObjectPrxHelperBase.java')
-rw-r--r-- | java/src/Ice/ObjectPrxHelperBase.java | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/java/src/Ice/ObjectPrxHelperBase.java b/java/src/Ice/ObjectPrxHelperBase.java index 4cc662d8931..2a84c5690c0 100644 --- a/java/src/Ice/ObjectPrxHelperBase.java +++ b/java/src/Ice/ObjectPrxHelperBase.java @@ -17,29 +17,12 @@ public class ObjectPrxHelperBase implements ObjectPrx return _reference.hashCode(); } - /** - * @deprecated This method has been replaced with ice_getHash. - **/ - public final int - ice_hash() - { - return ice_getHash(); - } - public final int ice_getHash() { return _reference.hashCode(); } - /** - * @deprecated This method has been replaced with ice_getCommunicator. - **/ - public final Communicator ice_communicator() - { - return ice_getCommunicator(); - } - public final Communicator ice_getCommunicator() { return _reference.getCommunicator(); @@ -312,15 +295,6 @@ public class ObjectPrxHelperBase implements ObjectPrx } } - /** - * @deprecated This method has been replaced with ice_identity. - **/ - public final ObjectPrx - ice_newIdentity(Identity newIdentity) - { - return ice_identity(newIdentity); - } - public final java.util.Map ice_getContext() { @@ -334,15 +308,6 @@ public class ObjectPrxHelperBase implements ObjectPrx } /** - * @deprecated This method has been replaced with ice_context. - **/ - public final ObjectPrx - ice_newContext(java.util.Map newContext) - { - return ice_context(newContext); - } - - /** * @deprecated **/ public final ObjectPrx @@ -377,15 +342,6 @@ public class ObjectPrxHelperBase implements ObjectPrx } } - /** - * @deprecated This method has been replaced with ice_facet. - **/ - public final ObjectPrx - ice_newFacet(String newFacet) - { - return ice_facet(newFacet); - } - public final String ice_getAdapterId() { @@ -410,15 +366,6 @@ public class ObjectPrxHelperBase implements ObjectPrx } } - /** - * @deprecated This method has been replaced with ice_adapterId. - **/ - public final ObjectPrx - ice_newAdapterId(String newAdapterId) - { - return ice_adapterId(newAdapterId); - } - public final Endpoint[] ice_getEndpoints() { @@ -440,15 +387,6 @@ public class ObjectPrxHelperBase implements ObjectPrx } } - /** - * @deprecated This method has been replaced with ice_endpoints. - **/ - public final ObjectPrx - ice_newEndpoints(Endpoint[] newEndpoints) - { - return ice_endpoints(newEndpoints); - } - public final int ice_getLocatorCacheTimeout() { @@ -592,15 +530,6 @@ public class ObjectPrxHelperBase implements ObjectPrx return _reference.getCollocationOptimized(); } - /** - * @deprecated This method has been replaced with ice_collocationOptimized. - **/ - public final ObjectPrx - ice_collocationOptimization(boolean b) - { - return ice_collocationOptimized(b); - } - public final ObjectPrx ice_collocationOptimized(boolean b) { @@ -771,15 +700,6 @@ public class ObjectPrxHelperBase implements ObjectPrx } } - /** - * @deprecated This method has been replaced with ice_collocationOptimized. - **/ - public final Connection - ice_connection() - { - return ice_getConnection(); - } - public final Connection ice_getConnection() { |