Deprecated List
Global com::pcbsys::nirvana::client::nChannel::createNamedObject (const std::string &name, longlong startEID, bool persistent, bool clusterWide)
The persistent and clusterWide flags are deprecated since 10.5. These flags will be removed. Persistence of the durable will be defined by the persistence support of the parent channel. If the parent channel supports persistent events, its durables will always be created as persistent. The durable will be treated as cluster-wide if its parent channel is a cluster-wide one.
Global com::pcbsys::nirvana::client::nChannel::createNamedObject (const std::string &name, bool persistent, bool clusterWide)
The persistent and clusterWide flags are deprecated since 10.5. These flags will be removed. Persistence of the durable will be defined by the persistence support of the parent channel. If the parent channel supports persistent events, its durables will always be created as persistent. The durable will be treated as cluster-wide if its parent channel is a cluster-wide one.
Global com::pcbsys::nirvana::client::nChannel::createNamedObject (const std::string &name, longlong startEID, bool persistent)
This persistent flag is deprecated since 10.5. The parameter will be removed. Persistence of the durable will be defined by the persistence support of the parent channel. If the parent channel supports persistent events, its durables will always be created as persistent.
Global com::pcbsys::nirvana::client::nChannel::createNamedObject (const std::string &name, bool persistent)
This persistent flag is deprecated since 10.5. The parameter will be removed. Persistence of the durable will be defined by the persistence support of the parent channel. If the parent channel supports persistent events, its durables will always be created as persistent.
Global com::pcbsys::nirvana::client::nNamedObject::isClusterWide ()
The cluster-wide flag is deprecated since 10.5. The method will be removed. The durable will be treated as cluster-wide if its parent channel is a cluster-wide one.
Global com::pcbsys::nirvana::client::nNamedObject::isPersistent ()
This persistent flag is deprecated since 10.5. The method will be removed. Persistence of the durable will be defined by the persistence support of the parent channel. If the parent channel supports persistent events, its durables will always be created as persistent.
Class com::pcbsys::nirvana::client::nRegisteredEventListener
As of version 6.0 the client merge functionality is depreciated, if you need the full event then this can be done by the nEventProperties merge function.
Global com::pcbsys::nirvana::client::nRegisteredEventListener::update (nConsumeEvent *pEvt)=0
Class com::pcbsys::nirvana::client::nRegisteredEventUpdateListener
As of version 6.0 the updates are delivered to the standard nEventListener
Global com::pcbsys::nirvana::client::nSession::removeChannelFromCache (nChannelAttributes *pAttr)
This function will be removed as it was unsafe. Calling this function now has no effect
Global com::pcbsys::nirvana::nAdminAPI::nCopyable::copy (nNode *pToNode, std::string &toName, bool bWaitForCompletion, nACL *pAcl, nCommandStatus *pCmdStatus)=0
As of version 2.0, please use copy(boolean p_waitForCompletion, nChannelAttributes p_attrib, nCommandStatus cmdStatus)
Exceptions
nUnsupportedCopyExceptionif the copy operation can not be performed with the parameters specified.
Global com::pcbsys::nirvana::nAdminAPI::nCopyable::copy (std::string &toName, bool bWaitForCompletion, nACL *pAcl, nCommandStatus *pCmdStatus)=0
As of version 2.0, please use copy(boolean p_waitForCompletion, nChannelAttributes p_attrib, nCommandStatus cmdStatus)
Exceptions
nUnsupportedCopyExceptionif the copy operation can not be performed with the parameters specified.
Global com::pcbsys::nirvana::nAdminAPI::nLeafNode::copy (std::string &toName, bool bWaitForCompletion, nACL *pAcl, nCommandStatus *pCmdStatus)
As of version 2.0
Global com::pcbsys::nirvana::nAdminAPI::nLeafNode::copy (nNode *pToNode, std::string &toName, bool bWaitForCompletion, nACL *pAcl, nCommandStatus *pCmdStatus)
As of version 2.0