public class RemoteLexiComOutgoing
extends java.rmi.server.UnicastRemoteObject
implements com.cleo.lexicom.beans.IRemoteLexiComOutgoing
LexiComOutgoing when running in CLIENT mode
and streaming outgoing payload or if running in CLIENT mode and the associated
transfer should be interruptable.| Constructor and Description |
|---|
RemoteLexiComOutgoing(LexiComOutgoing outgoing)
Constructs RemoteLexiComOutgoing for a stream payload
|
RemoteLexiComOutgoing(LexiComOutgoing[] outgoing)
Constructs RemoteLexiComOutgoing for a multiple stream payload
|
clone, exportObject, exportObject, exportObject, unexportObjectequals, getRef, hashCode, toString, toStubpublic RemoteLexiComOutgoing(LexiComOutgoing outgoing) throws java.lang.Exception
outgoing - the local outgoing sourcejava.lang.Exceptionpublic RemoteLexiComOutgoing(LexiComOutgoing[] outgoing) throws java.lang.Exception
outgoing - the local multiple outgoing sourcejava.lang.Exception