File Information
Library:
Package:
Header: Poco/OSP/JS/ServiceRegistryWrapper.h
Description
JavaScript wrapper for Poco::OSP::ServiceRegistry.
Inheritance
Direct Base Classes: Poco::JS::Core::Wrapper
All Base Classes: Poco::JS::Core::Wrapper
Member Summary
Member Functions: createListener, find, findByName, objectTemplate
Inherited Functions: checkSetResult, isWrapper, objectTemplate, reportEmptySetResult, returnException, returnString, safeUnwrapNative, toString, toV8Internalized, toV8String, unwrapNative, unwrapNativeObject, wrapNative, wrapNativePersistent
Constructors
ServiceRegistryWrapper
Creates the ServiceRegistryWrapper.
Destructor
~ServiceRegistryWrapper
Destroys the ServiceRegistryWrapper.
Member Functions
objectTemplate
v8::Handle < v8::ObjectTemplate > objectTemplate(
v8::Isolate * pIsolate
);
createListener
static void createListener(
const v8::FunctionCallbackInfo < v8::Value > & args
);
find
static void find(
const v8::FunctionCallbackInfo < v8::Value > & args
);
findByName
static void findByName(
const v8::FunctionCallbackInfo < v8::Value > & args
);