SCS

scs.demos.pingpong
Interface PingPongOperations

All Known Subinterfaces:
PingPong
All Known Implementing Classes:
_PingPongStub, PingPongPOA, PingPongPOATie, PingPongServant

public interface PingPongOperations

scs/demos/pingpong/PingPongOperations.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../idl/pingPong.idl Friday, October 3, 2008 9:13:53 AM BRT


Method Summary
 int getId()
           
 void ping()
           
 void pong()
           
 void setId(int identifier)
           
 void start()
           
 void stop()
           
 

Method Detail

setId

void setId(int identifier)

getId

int getId()

ping

void ping()

pong

void pong()

start

void start()

stop

void stop()

SCS