TIBCO Adapter SDK C++ Reference
MInstance::MInstance
MInstance
Constructor for creating MInstance instances. This constructor looks in the class registry for the class description specified by rsModeledClassName.
Parameters
Parameters Description
MClassRegistry* pMClassRegistry Class registry for which this instance is being created.
const MString& rsModeledClassName Name of the class description class that encapsulates the metadata information to be used for creating this MInstance.
MInstanceImplSelector impl = M_INSTANCE_DEFAULT_IMPL The MInstance's implementation type.
Exceptions
MException is thrown on the following conditions.-

  • when the specified class description is not available

  • when class registry is NULL
Declaration
MInstance(MClassRegistry* pMClassRegistry, const MString& rsModeledClassName, MInstanceImplSelector impl = M_INSTANCE_DEFAULT_IMPL) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.