Smartswitch
|
This interface allows to manipulate the Originator. More...
defined in <Originator.ice>
interface Originator extends Smartswitch::Peer::GenericPeer { ... }
Additional Inherited Members | |
Operations inherited from Smartswitch::Peer::GenericPeer | |
Company * | getCompany () throws AccessException |
Obtain the proxy to a Company which is bound to this GenericPeer. More... | |
idempotent long | getId () |
Obtain the unique constant ID of a GenericPeer. More... | |
idempotent string | getName () throws AccessException |
Obtain the name of a GenericPeer. More... | |
VariableSequence | getVariables () throws AccessException |
Obtain the custom variables attached to the GenericPeer. More... | |
void | insertVariable (Variable variable) throws AccessException |
Add a custom variable to the GenericPeer. More... | |
Operations inherited from Smartswitch::Destroyable | |
void | destroy () |
Destroy the proxy entity at the Smartswitch side. More... | |
This interface allows to manipulate the Originator.