org.jacorb.orb.iiop
Class ServerIIOPConnection
java.lang.Object
org.omg.CORBA.LocalObject
org.omg.ETF._ConnectionLocalBase
org.jacorb.orb.iiop.IIOPConnection
org.jacorb.orb.iiop.ServerIIOPConnection
- All Implemented Interfaces:
- java.io.Serializable, org.apache.avalon.framework.configuration.Configurable, LocalInterface, Object, IDLEntity, Connection, ConnectionOperations
public class ServerIIOPConnection
- extends IIOPConnection
- implements org.apache.avalon.framework.configuration.Configurable
ServerIIOPConnection.java
Created: Sun Aug 12 20:56:32 2002
- Version:
- $Id: ServerIIOPConnection.java,v 1.3 2004/05/06 12:40:00 nicolas Exp $
- Author:
- Nicolas Noffke / Andre Spiegel
- See Also:
- Serialized Form
Methods inherited from class org.omg.CORBA.LocalObject |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.omg.CORBA.Object |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
ServerIIOPConnection
public ServerIIOPConnection(java.net.Socket socket,
boolean is_ssl)
throws java.io.IOException
- Throws:
java.io.IOException
configure
public void configure(org.apache.avalon.framework.configuration.Configuration configuration)
throws org.apache.avalon.framework.configuration.ConfigurationException
- Specified by:
configure
in interface org.apache.avalon.framework.configuration.Configurable
- Overrides:
configure
in class IIOPConnection
- Throws:
org.apache.avalon.framework.configuration.ConfigurationException
getSocket
public java.net.Socket getSocket()
close
public void close()
- Specified by:
close
in interface ConnectionOperations
connect
public void connect(Profile server_profile,
long time_out)
- Specified by:
connect
in interface ConnectionOperations
isSSL
public boolean isSSL()
- Specified by:
isSSL
in class IIOPConnection
get_server_profile
public Profile get_server_profile()
- Specified by:
get_server_profile
in interface ConnectionOperations