SCS

scs.demos.philosopher
Interface PhilosopherOperations

All Known Subinterfaces:
Philosopher
All Known Implementing Classes:
_PhilosopherStub, PhilosopherPOA, PhilosopherPOATie, PhilosopherServant

public interface PhilosopherOperations

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


Method Summary
 void setName(java.lang.String name)
           
 boolean start()
           
 

Method Detail

setName

void setName(java.lang.String name)

start

boolean start()

SCS