Next: Die Komponenten für das
Up: C.1 Die Schnittstelle zur
Previous: C.1.5 Die Klasse Vertex
Diese Klasse repräsentiert die Service Access Points des GTM-Datenmodells.
#include <somobj.idl>
interface Sap : SOMObject
{
void create_providing_sap(in short vertexProtocol,
in string vertexName,
in short sapProtocol,
in string sapName);
void create_using_sap(in short vertexProtocol,
in string vertexName,
in short sapProtocol,
in string sapName);
void delete_providing_sap(in short vertexProtocol,
in string vertexName,
in short sapProtocol,
in string sapName);
void delete_using_sap(in short vertexProtocol,
in string vertexName,
in short sapProtocol,
in string sapName);
#ifdef __SOMIDL__
implementation
{
dllname="gtm.dll";
};
#endif /* __SOMIDL__ */
};
Copyright Munich Network Management Team