Smartswitch
|
This is a generic interface to each of the peers. More...
defined in <GenericPeer.ice>
interface GenericPeer extends Smartswitch::Destroyable { ... }
Operations | |
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 is a generic interface to each of the peers.
Company* getCompany | ( | ) | throws AccessException |
Obtain the proxy to a Company which is bound to this GenericPeer.
idempotent long getId | ( | ) |
Obtain the unique constant ID of a GenericPeer.
idempotent string getName | ( | ) | throws AccessException |
Obtain the name of a GenericPeer.
VariableSequence getVariables | ( | ) | throws AccessException |
Obtain the custom variables attached to the GenericPeer.
The custom variables can be used in a custom call handler.
void insertVariable | ( | Variable | variable | ) | throws AccessException |
Add a custom variable to the GenericPeer.
variable | The Variable object which will be attached to the GenericPeer. |