Library: Remoting
Package: Remoting
Header: Poco/Remoting/RemoteObject.h
A RemoteObject is the base class that all generated RemoteObjects must extend. A RemoteObject is used as a wrapper around a local object.
Direct Base Classes: Identifiable
All Base Classes: Poco::RefCountedObject, Identifiable
Member Functions: mutex
Inherited Functions: duplicate, referenceCount, release, remoting__getObjectId, remoting__getTypeId, remoting__setObjectId
RemoteObject(
const Poco::Remoting::Identifiable::ObjectId & oid
);
Creates the RemoteObject.
virtual ~RemoteObject();
Destroys the RemoteObject.
Poco::FastMutex & mutex() const;