Class SPeer

All Implemented Interfaces:
Peer, ServerPeer

public class SPeer extends BaseServerPeer
SPeer is the LRMI over NIO Server Peer.
Since:
4.0
Author:
Igor Goldenberg
  • Constructor Details

  • Method Details

    • afterUnexport

      public void afterUnexport(boolean force) throws RemoteException
      Description copied from interface: ServerPeer
      Provides a chance to this peer to do initialization after the remote object it serves is unexported.
      Specified by:
      afterUnexport in interface ServerPeer
      Overrides:
      afterUnexport in class BaseServerPeer
      Parameters:
      force - if , the object has been unexported even if it was in the middle of serving client requests
      Throws:
      RemoteException