| java.lang.Object org.omg.CORBA.LocalObject org.jacorb.transport.DefaultCurrentImpl
All known Subclasses: org.jacorb.transport.IIOPCurrentImpl,
DefaultCurrentImpl | public class DefaultCurrentImpl extends LocalObject implements Current,TransportListener,Configurable(Code) | | A default implementation of the
See Also: org.jacorb.transport.Current See Also: interface. Provides access to information See Also: about a Transport - the Traits. author: Iliyan Jeliazkov |
DefaultCurrentImpl | public DefaultCurrentImpl()(Code) | | ctor
|
bytes_received | public long bytes_received() throws NoContext(Code) | | |
bytes_sent | public long bytes_sent() throws NoContext(Code) | | |
configure | public void configure(Configuration configuration) throws ConfigurationException(Code) | | |
getLatestTransportCurentEvent | protected Event getLatestTransportCurentEvent() throws NoContext(Code) | | Retrieves the last event for the current thread.
Event throws: BadContext - |
id | public int id() throws NoContext(Code) | | |
messages_received | public long messages_received() throws NoContext(Code) | | |
messages_sent | public long messages_sent() throws NoContext(Code) | | |
open_since | public long open_since() throws NoContext(Code) | | |
transportSelected | public void transportSelected(Event event)(Code) | | |
Methods inherited from org.omg.CORBA.LocalObject | public Request _create_request(Context ctx, String operation, NVList arg_list, NamedValue result)(Code)(Java Doc) public Request _create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)(Code)(Java Doc) public org.omg.CORBA.Object _duplicate()(Code)(Java Doc) public org.omg.CORBA.Object _get_component()(Code)(Java Doc) public org.omg.CORBA.DomainManager[] _get_domain_managers()(Code)(Java Doc) public org.omg.CORBA.InterfaceDef _get_interface()(Code)(Java Doc) public org.omg.CORBA.Object _get_interface_def()(Code)(Java Doc) public org.omg.CORBA.Policy _get_policy(int policy_type)(Code)(Java Doc) public int _hash(int maximum)(Code)(Java Doc) public String[] _ids()(Code)(Java Doc) public org.omg.CORBA.portable.InputStream _invoke(org.omg.CORBA.portable.OutputStream output) throws org.omg.CORBA.portable.ApplicationException, org.omg.CORBA.portable.RemarshalException(Code)(Java Doc) public boolean _is_a(String repositoryId)(Code)(Java Doc) public boolean _is_equivalent(org.omg.CORBA.Object that)(Code)(Java Doc) public boolean _is_local()(Code)(Java Doc) public boolean _non_existent()(Code)(Java Doc) public org.omg.CORBA.ORB _orb()(Code)(Java Doc) public void _release()(Code)(Java Doc) public void _releaseReply(org.omg.CORBA.portable.InputStream input)(Code)(Java Doc) public Request _request(String operation)(Code)(Java Doc) public org.omg.CORBA.portable.OutputStream _request(String operation, boolean responseExpected)(Code)(Java Doc) public void _servant_postinvoke(org.omg.CORBA.portable.ServantObject servant)(Code)(Java Doc) public org.omg.CORBA.portable.ServantObject _servant_preinvoke(String operation, Class expectedType)(Code)(Java Doc) public org.omg.CORBA.Object _set_policy_override(org.omg.CORBA.Policy[] policies, org.omg.CORBA.SetOverrideType set_add)(Code)(Java Doc) public boolean validate_connection()(Code)(Java Doc)
|
|
|