| demo.notification.office.PrinterImpl
PrinterImpl | class PrinterImpl extends PrinterPOA implements StructuredPushSupplierOperations(Code) | | |
Inner Class :static class JobInfo | |
Inner Class :class PrintThread extends Thread | |
PrinterImpl | public PrinterImpl(EventChannel e, ORB orb, POA poa)(Code) | | |
cancel | public void cancel(int id, String uid) throws UnknownJobID, AlreadyPrinted(Code) | | Remove a job in the printer queue
|
connect | public void connect()(Code) | | |
disconnect_structured_push_supplier | public void disconnect_structured_push_supplier()(Code) | | Potentially release resources,
from CosNotifyComm.NotifySubscribe
|
generateEvents | boolean generateEvents()(Code) | | |
getEventId | public int getEventId()(Code) | | |
print | public synchronized int print(String text, String uid) throws OffLine(Code) | | Enter a job in the printer queue
|
setOffLine | public void setOffLine(boolean flag)(Code) | | Sets the printer online/offline
|
subscription_change | public void subscription_change(EventType added, EventType removed)(Code) | | from CosNotifyComm.NotifySubscribe
|
|
|