Deprecated API

Deprecated Classes
org.omg.CORBA.DynamicImplementation
          org.omg.CORBA.DynamicImplementation 
org.omg.CORBA.Principal
          Principal 
 

Deprecated Methods
org.omg.CORBA.Object._get_interface()
          Deprecated by CORBA 2.3 
org.omg.CORBA.LocalObject._get_interface()
          Deprecated by CORBA 2.3. 
org.omg.CORBA.portable.ObjectImpl._get_interface()
          Deprecated by CORBA 2.3 
org.omg.PortableServer.Servant._get_interface()
          Deprecated by CORBA 2.4 
org.omg.CORBA.ServerRequest.except(Any)
          use set_exception() 
org.omg.CORBA.Any.extract_Principal()
            
org.jacorb.orb.Delegate.get_interface(Object)
          Deprecated by CORBA 2.3 
org.omg.CORBA.portable.Delegate.get_interface(Object)
          Deprecated by CORBA 2.3 
org.omg.PortableServer.portable.Delegate.get_interface(Servant)
          Deprecated by CORBA 2.4 
org.jacorb.orb.BasicAdapter.getAddress()
          This method cannot return a sensible result in the presence of alternate transports, use BasicAdapter.getEndpointProfiles() instead. 
org.jacorb.orb.BasicAdapter.getPort()
          This method cannot return a sensible result in the presence of alternate transports, use BasicAdapter.getEndpointProfiles() instead. 
org.jacorb.orb.BasicAdapter.getSSLPort()
          This method cannot return a sensible result in the presence of alternate transports, use BasicAdapter.getEndpointProfiles() instead. 
org.jacorb.orb.BasicAdapter.hasSSLListener()
          This method cannot return a sensible result in the presence of alternate transports, use BasicAdapter.getEndpointProfiles() instead. 
org.omg.CORBA.Any.insert_Principal(Principal)
            
org.omg.CORBA.DynamicImplementation.invoke(ServerRequest)
          Deprecated by the Portable Object Adapter (POA). 
org.omg.CORBA.Principal.name()
          Deprecated by CORBA 2.2 
org.omg.CORBA.Principal.name(byte[])
          Deprecated by CORBA 2.2 
org.omg.CORBA.ServerRequest.op_name()
          use operation() 
org.jacorb.util.Debug.output(int, String)
          As this method can be inefficient for debug statements use isDebugEnabled and output(String) methods in the form: if (Debug.isDebugEnabled ()) { Debug.output ("" + value); } 
org.jacorb.util.Debug.output(int, String, byte[])
          As this method can be inefficient for debug statements use isDebugEnabled and output(String,byte[]) methods in the form: if (Debug.isDebugEnabled ()) { Debug.output ("", value); } 
org.omg.CORBA.ServerRequest.params(NVList)
          use arguments() 
org.omg.CORBA.portable.InputStream.read_fixed()
          Deprecated by CORBA 2.4 
org.omg.CORBA.portable.InputStream.read_Principal()
          Deprecated by CORBA 2.2 
org.omg.CORBA.ServerRequest.result(Any)
          use set_result() 
org.jacorb.idl.TypeSpec.typeName()
          use either getJavaTypeName() or getIDLTypeName() 
org.omg.CORBA.portable.OutputStream.write_fixed(BigDecimal)
          Deprecated by CORBA 2.4 
org.omg.CORBA.portable.OutputStream.write_Principal(Principal)
          Deprecated by CORBA 2.2