diff options
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() { |