2 interface Pluggable_Test
5 // Defines an interface that encapsulates operations designed to
6 // test the TAO Pluggable Protocols implementation.
9 // This interface encapsulates operations that send
10 // octets, voids, and octet sequences.
12 oneway
void send_oneway
();
13 // Test the basic latency of a nil oneway operation.
16 // Test the basic latency of a nil operation.
18 oneway
void shutdown
();
19 // shutdown the application.
23 interface Pluggable_Test_Factory
26 // Creates Pluggable_Test objects.
28 Pluggable_Test make_pluggable_test
();