Table of Contents

OIL2 Class Standard.RegisterTemporaryService


class Standard . RegisterTemporaryService {
        oid     clientObj;
        string  serviceName;
inherits from Object;

DESCRIPTION

Some peer applications register services with the local environment; however, if a connection to the remote peer is lost, those registrations would become invalid. The RegisterTemporaryService class provides a mechanism for having such registrations automatically removed when the peer connection is lost.

METHODS


Standard.RegisterTemporaryService:create

RegisterTemporaryService:create(string name, oid obj)

Method Description

See initialize.


Standard.RegisterTemporaryService:initialize

RegisterTemporaryService:initialize(string name, oid obj)

Method Description

The initialize method takes two arguments: