TIBCO Adapter SDK C++ Reference
MEndpointSpec
Class Hierarchy | Data Members | C++ Classes and Methods | Members | Methods
This class encapsulates the specification of an endpoint (for example, subscriber, publisher).
Declaration
struct MEndpointSpec : public MObject {
  static const int DELIVERY_RELIABLE;
  static const int DELIVERY_PERSIST;
  int deliveryMode;
  MString destinationName;
  unsigned long timeout;
  MString sessionName;
};
Class Hierarchy
MObject
    MEndpointSpec
File
MEndpointSpec.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.