Search in sources :

Example 1 with ASimplexBufferInputPortLauncherSupport

use of inputport.datacomm.simplex.buffer.ASimplexBufferInputPortLauncherSupport in project GIPC by pdewan.

the class CopyOfAnAbstractPortLauncher method registerDefaultPortLauncherSupport.

protected void registerDefaultPortLauncherSupport() {
    put(new APortDescription(PortKind.CLIENT_INPUT_PORT, PortAccessKind.SIMPLEX, PortMessageKind.BUFFER), new ASimplexBufferInputPortLauncherSupport());
    put(new APortDescription(PortKind.SERVER_INPUT_PORT, PortAccessKind.SIMPLEX, PortMessageKind.BUFFER), new ASimplexBufferInputPortLauncherSupport());
    put(new APortDescription(PortKind.CLIENT_INPUT_PORT, PortAccessKind.SIMPLEX, PortMessageKind.OBJECT), new ASimplexObjectInputPortLauncherSupport());
    put(new APortDescription(PortKind.SERVER_INPUT_PORT, PortAccessKind.SIMPLEX, PortMessageKind.OBJECT), new ASimplexObjectInputPortLauncherSupport());
    put(new APortDescription(PortKind.CLIENT_INPUT_PORT, PortAccessKind.DUPLEX, PortMessageKind.BUFFER), new ADuplexBufferInputPortLauncherSupport());
    put(new APortDescription(PortKind.SERVER_INPUT_PORT, PortAccessKind.DUPLEX, PortMessageKind.BUFFER), new ADuplexBufferInputPortLauncherSupport());
    put(new APortDescription(PortKind.CLIENT_INPUT_PORT, PortAccessKind.DUPLEX, PortMessageKind.OBJECT), new ADuplexObjectInputPortLauncherSupport());
    put(new APortDescription(PortKind.SERVER_INPUT_PORT, PortAccessKind.DUPLEX, PortMessageKind.OBJECT), new ADuplexObjectInputPortLauncherSupport());
    put(new APortDescription(PortKind.CLIENT_INPUT_PORT, PortAccessKind.DUPLEX, PortMessageKind.BUFFER), new ADuplexBufferInputPortLauncherSupport());
    put(new APortDescription(PortKind.SERVER_INPUT_PORT, PortAccessKind.DUPLEX, PortMessageKind.BUFFER), new ADuplexBufferInputPortLauncherSupport());
    put(new APortDescription(PortKind.CLIENT_INPUT_PORT, PortAccessKind.DUPLEX, PortMessageKind.OBJECT), new ADuplexObjectInputPortLauncherSupport());
    put(new APortDescription(PortKind.SERVER_INPUT_PORT, PortAccessKind.DUPLEX, PortMessageKind.OBJECT), new ADuplexObjectInputPortLauncherSupport());
    put(new APortDescription(PortKind.CLIENT_INPUT_PORT, PortAccessKind.DUPLEX, PortMessageKind.RPC), new ADuplexRPCInputPortLauncherSupport());
    put(new APortDescription(PortKind.SERVER_INPUT_PORT, PortAccessKind.DUPLEX, PortMessageKind.RPC), new ADuplexRPCInputPortLauncherSupport());
}
Also used : APortDescription(port.APortDescription) ASimplexObjectInputPortLauncherSupport(inputport.datacomm.simplex.object.ASimplexObjectInputPortLauncherSupport) ADuplexObjectInputPortLauncherSupport(inputport.datacomm.duplex.object.ADuplexObjectInputPortLauncherSupport) ADuplexRPCInputPortLauncherSupport(inputport.rpc.duplex.ADuplexRPCInputPortLauncherSupport) ASimplexBufferInputPortLauncherSupport(inputport.datacomm.simplex.buffer.ASimplexBufferInputPortLauncherSupport) ADuplexBufferInputPortLauncherSupport(inputport.datacomm.duplex.buffer.ADuplexBufferInputPortLauncherSupport)

Aggregations

ADuplexBufferInputPortLauncherSupport (inputport.datacomm.duplex.buffer.ADuplexBufferInputPortLauncherSupport)1 ADuplexObjectInputPortLauncherSupport (inputport.datacomm.duplex.object.ADuplexObjectInputPortLauncherSupport)1 ASimplexBufferInputPortLauncherSupport (inputport.datacomm.simplex.buffer.ASimplexBufferInputPortLauncherSupport)1 ASimplexObjectInputPortLauncherSupport (inputport.datacomm.simplex.object.ASimplexObjectInputPortLauncherSupport)1 ADuplexRPCInputPortLauncherSupport (inputport.rpc.duplex.ADuplexRPCInputPortLauncherSupport)1 APortDescription (port.APortDescription)1