09.12.2012 Views

Advanced Queuing - Oracle

Advanced Queuing - Oracle

Advanced Queuing - Oracle

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

General Features of JMS<br />

}<br />

{<br />

this.ccnumber = ccnumber;<br />

}<br />

public Date getOrderDate()<br />

{<br />

return orderdate;<br />

}<br />

public void setOrderDate(Date orderdate)<br />

{<br />

this.orderdate = orderdate;<br />

}<br />

/*<br />

* BolOrderItem - order item type for BooksOnline example<br />

*<br />

*/<br />

import java.lang.*;<br />

import java.io.*;<br />

import java.util.*;<br />

public class BolOrderItem implements Serializable<br />

{<br />

BolBook item;<br />

int quantity;<br />

public BolOrderItem(BolBook book, int quantity)<br />

{<br />

item = book;<br />

this.quantity = quantity;<br />

}<br />

public BolBook getItem()<br />

{<br />

return item;<br />

}<br />

public int getQuantity()<br />

{<br />

12-34 <strong>Oracle</strong>9i Application Developer’s Guide - <strong>Advanced</strong> <strong>Queuing</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!