Class RemoteFrameworkConnection

java.lang.Object
org.identityconnectors.framework.impl.api.remote.RemoteFrameworkConnection
All Implemented Interfaces:
Closeable, AutoCloseable

public class RemoteFrameworkConnection extends Object implements Closeable
  • Constructor Details

  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
    • flush

      public void flush()
    • writeObject

      public void writeObject(Object object)
    • readObject

      public Object readObject()