org.omg.CosNotifyComm
Interface StructuredPushSupplierOperations
- All Superinterfaces:
- NotifySubscribeOperations
- All Known Subinterfaces:
- StructuredProxyPushSupplier, StructuredProxyPushSupplierOperations, StructuredPushSupplier
public interface StructuredPushSupplierOperations
- extends NotifySubscribeOperations
StructuredPushSupplier is an interface every structured push supplier must
implement.
This interface may not be needed because a push supplier may not logicaly
exist as an object.
Null can be connected to the proxy push consumer and pushing events can be
done from any part of application code.
- See Also:
StructuredProxyPushConsumerOperations
disconnect_structured_push_supplier
void disconnect_structured_push_supplier()
- This method does the application specific cleanup before disconnection.
Notification service will call this method just before this supplier is
disconnected.
Read the latest documentation online