Skip to Main Content
Component- Oriented Development and Assembly
book

Component- Oriented Development and Assembly

by Piram Manickam, S. Sangeetha, S. V. Subrahmanya
December 2013
Intermediate to advanced content levelIntermediate to advanced
298 pages
7h 27m
English
Auerbach Publications
Content preview from Component- Oriented Development and Assembly
114
ComPonent-oriented develoPment and assemblY
public interface ITableBiz {
public int getNoOfTables();
public List<Table> getOccupiedTables();
public List<Table> getEmptyTables();
public void occupyTable(Table table, int noOfGuests,
String waiter)
throws Exception;
public void unOccupyTable(Table table) throws Exception;
public void canPayBill(Table table) throws Exception;
public void reconfigureTables(int newNoOfTables) throws
Exception;
public void canTableTakeOrders(Table table) throws
Exception;
}
Now we need to declare the ITableBiz as the service being offered by
theTableBiz implementation class. In order to make this decla ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Large-Scale, Component-Based Development

Large-Scale, Component-Based Development

Alan W. Brown

Publisher Resources

ISBN: 9781466580992