|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.Servant
org.omg.CosNotifyComm.NotifyPublishPOA
org.omg.CosNotifyComm.NotifyPublishPOATie
public class NotifyPublishPOATie
The NotifyPublish interface supports an operation which allows a supplier of Notifications to announce, or publish, the names of the types of events it will be supplying, It is intended to be an abstract interface which is inherited by all Notification Service consumer interfaces, and enables suppliers to inform consumers supporting this interface of the types of events they intend to supply.
Constructor Summary | |
---|---|
NotifyPublishPOATie(NotifyPublishOperations tieObject)
Constructor |
|
NotifyPublishPOATie(NotifyPublishOperations tieObject,
org.omg.PortableServer.POA poa)
Constructor |
Method Summary | |
---|---|
org.omg.PortableServer.POA |
_default_POA()
_default_POA method |
NotifyPublishOperations |
_delegate()
Get the delegate |
void |
_delegate(NotifyPublishOperations delegate_)
Set the delegate |
void |
offer_change(EventType[] added,
EventType[] removed)
Operation offer_change |
Methods inherited from class org.omg.CosNotifyComm.NotifyPublishPOA |
---|
_all_interfaces, _invoke, _this, _this |
Methods inherited from class org.omg.PortableServer.Servant |
---|
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotifyPublishPOATie(NotifyPublishOperations tieObject)
public NotifyPublishPOATie(NotifyPublishOperations tieObject, org.omg.PortableServer.POA poa)
Method Detail |
---|
public NotifyPublishOperations _delegate()
public void _delegate(NotifyPublishOperations delegate_)
public org.omg.PortableServer.POA _default_POA()
_default_POA
in class org.omg.PortableServer.Servant
public void offer_change(EventType[] added, EventType[] removed) throws InvalidEventType
InvalidEventType
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |