TIBCO Adapter SDK C++ Reference
MHawkSink::MHawkSink
MHawkSink
Constructor for creating MHawkSink instances. This constructor creates an MHawkSink passing a microagent in as a parameter.
Parameters
Parameters Description
MApp* pMApp The application manager associated witht this Hawk sink.
const MString& rsSinkName Sink name associated with this instance of the class. The sink name has no relationship with the role of the sink. The role is defined when the sink and a trace are matched. Maximum size is 512 bytes.
rMHawkMicroagent Microagent that should receive the traces routed to this sink.
Exceptions
MException if the referenced microagent does not exist.
Declaration
MHawkSink(MApp* pMApp, const MString& rsSinkName, const MHawkMicroAgent& rMHawkMicroAgent) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.