public class GUIAcceptor_impl extends _GUIAcceptorImplBase implements java.lang.Runnable
Constructor and Description |
---|
GUIAcceptor_impl(Server sObj,
long inactivityTimeout)
Creates a new instance of GUIAcceptor_impl
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
newConnection(java.lang.String clientIDString)
Returns an "IOR:" string for GUI services.
|
void |
run()
When this method is run it checks for GUIService_impl objects who are
waiting to be disconnected.
|
void |
terminateThread()
This method informs the thread that it is time to quit.
|
_ids, invoke
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
public GUIAcceptor_impl(Server sObj, long inactivityTimeout)
sObj
- A reference to a Server object.inactivityTimeout
- number of seconds of client inactivity
before a timeout occurs (and the client is disconnected).public java.lang.String newConnection(java.lang.String clientIDString)
newConnection
in interface GUIAcceptor
clientIDString
- The IP address of the client in string form.public void terminateThread()
public void run()
run
in interface java.lang.Runnable