weblogic.rmi.server
Interface RemoteCall
- public interface RemoteCall
This interface is provided strictly for compatibility with java.rmi.*
- Author:
- Copyright (c) 1997 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
getOutputStream
public java.io.ObjectOutput getOutputStream()
throws java.io.IOException
releaseOutputStream
public void releaseOutputStream()
throws java.io.IOException
getInputStream
public java.io.ObjectInput getInputStream()
throws java.io.IOException
releaseInputStream
public void releaseInputStream()
throws java.io.IOException
getResultStream
public java.io.ObjectOutput getResultStream(boolean flag)
throws java.io.IOException,
java.io.StreamCorruptedException
executeCall
public void executeCall()
throws java.lang.Exception
done
public void done()
throws java.io.IOException