org.copperengine.monitoring.example.adapter
Interface BillAdapter

All Known Implementing Classes:
BillAdapterImpl

public interface BillAdapter


Field Summary
static java.lang.String BILL_TIME
           
static java.lang.String BILLABLE_SERVICE
           
 
Method Summary
 void publishBill(Bill bill)
           
 

Field Detail

BILLABLE_SERVICE

static final java.lang.String BILLABLE_SERVICE
See Also:
Constant Field Values

BILL_TIME

static final java.lang.String BILL_TIME
See Also:
Constant Field Values
Method Detail

publishBill

void publishBill(Bill bill)