Uses of Class
de.root1.simon.exceptions.SimonRemoteException

Packages that use SimonRemoteException
de.root1.simon Provides the core classes of SIMON 
de.root1.simon.exceptions Contains the exception classes used by SIMON core and utils classes. 
 

Uses of SimonRemoteException in de.root1.simon
 

Methods in de.root1.simon that throw SimonRemoteException
 void RawChannel.close()
          Signals on the remote station that the transmission has finished.
protected  void Dispatcher.closeRawChannel(org.apache.mina.core.session.IoSession session, int channelToken)
          Triggers a close of a raw channel
protected  boolean Dispatcher.invokeEquals(org.apache.mina.core.session.IoSession session, java.lang.String remoteObjectName, java.lang.Object objectToCompareWith)
          Forwards an "equals()" call to the remote side to be handled there
protected  int Dispatcher.invokeHashCode(org.apache.mina.core.session.IoSession session, java.lang.String remoteObjectName)
          Invokes the hashCode() method on the remote object
protected  MsgInterfaceLookupReturn Dispatcher.invokeInterfaceLookup(org.apache.mina.core.session.IoSession session, java.lang.String canonicalInterfaceName)
          Sends a remote object lookup to the server
protected  java.lang.Object Dispatcher.invokeMethod(org.apache.mina.core.session.IoSession session, java.lang.String remoteObjectName, java.lang.reflect.Method method, java.lang.Object[] args)
           
protected  MsgNameLookupReturn Dispatcher.invokeNameLookup(org.apache.mina.core.session.IoSession session, java.lang.String remoteObjectName)
          Sends a remote object lookup to the server
protected  java.lang.String Dispatcher.invokeToString(org.apache.mina.core.session.IoSession session, java.lang.String remoteObjectName)
          Sends a "toString()" request to the remote host.
static SimonRemote Simon.lookup(java.net.InetAddress host, int port, java.lang.String remoteObjectName)
          Deprecated. Use Simon#createNameLookup() instead ...
static SimonRemote Simon.lookup(SslContextFactory sslContextFactory, SimonProxyConfig proxyConfig, java.net.InetAddress host, int port, java.lang.String remoteObjectName)
          Deprecated. Use Simon#createNameLookup() instead ...
static SimonRemote Simon.lookup(SslContextFactory sslContextFactory, SimonProxyConfig proxyConfig, java.net.InetAddress host, int port, java.lang.String remoteObjectName, ClosedListener listener)
          Deprecated. Use Simon#createNameLookup() instead ...
static SimonRemote Simon.lookup(java.lang.String host, int port, java.lang.String remoteObjectName)
          Deprecated. Use Simon#createNameLookup() instead ...
static RawChannel Simon.openRawChannel(int channelToken, java.lang.Object simonRemote)
          Opens a raw channel to transfer data from the current station to the remote station described by the given simonRemote
protected  RawChannel Dispatcher.openRawChannel(org.apache.mina.core.session.IoSession session, int channelToken)
          Opens the a raw channel on the given session with the specified token
 void RawChannel.write(java.nio.ByteBuffer byteBuffer)
          Writes the given buffer (position 0 up to current position) to the server.
protected  void Dispatcher.writeRawData(org.apache.mina.core.session.IoSession session, int channelToken, java.nio.ByteBuffer byteBuffer)
          TODO document me
 

Uses of SimonRemoteException in de.root1.simon.exceptions
 

Subclasses of SimonRemoteException in de.root1.simon.exceptions
 class InvalidPacketTypeException
          Exception which normally occurs if the type of the received packet is unknown.
 class SessionException
          This exception is thrown, if there's a problem with the underlying session, that is connected to the communications opposite.
 class SimonException
          TODO Documentation to be done
 



Copyright © 2011. All Rights Reserved.