Deprecated List
Global com.pcbsys.nirvana.client.nChannel.deleteJoin (String destinationChannel)
As of version 2.0. This function can not remove joins where the destination is higher in the namespace. The prefered method is deleteJoin(nChannel dest) where this channel is the source
Global com.pcbsys.nirvana.client.nConstants.CHAN_MIXED
As of version 2.0, please use nChannelAttributes.MIXED_TYPE
Global com.pcbsys.nirvana.client.nConstants.CHAN_MODE_NORMAL
As of version 2.0, please use nChannelAttributes.CHANNEL_MODE
Global com.pcbsys.nirvana.client.nConstants.CHAN_MODE_QUEUE
As of version 2.0, please use nChannelAttributes.QUEUE_MODE
Global com.pcbsys.nirvana.client.nConstants.CHAN_PERSISTENT
As of version 2.0, please use nChannelAttributes.PERSISTENT_TYPE
Global com.pcbsys.nirvana.client.nConstants.CHAN_RELIABLE
As of version 2.0, please use nChannelAttributes.RELIABLE_TYPE
Global com.pcbsys.nirvana.client.nConstants.CHAN_SIMPLE
As of version 2.0, please use nChannelAttributes.SIMPLE_TYPE
Global com.pcbsys.nirvana.client.nConstants.getKAWAIT ()
Global com.pcbsys.nirvana.client.nConstants.setKAWAIT (long newVal)
Global com.pcbsys.nirvana.client.nEventProperties.nEventProperties (String serializedString)
Global com.pcbsys.nirvana.client.nRealm.getNameVal ()
use getName()
Global com.pcbsys.nirvana.client.nRealm.setNameVal (String pData)
use setName(String name)
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 (com.pcbsys.nirvana.client.nConsumeEvent evt)
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.getAttrib ()
As of version 2.0. Use getAttributes() instead
Global com.pcbsys.nirvana.client.nTransaction.Abort ()
As of version 2.0 use the corresponding abort()
Global com.pcbsys.nirvana.client.nTransaction.Commit ()
As of version 2.0 use the corresponding commit()
Global com.pcbsys.nirvana.client.nTransaction.Commit (long delay)
As of version 2.0 use the corresponding commit(Date timeToPublish)
Global com.pcbsys.nirvana.client.nTransaction.Commit (Date timeToPublish)
As of version 2.0 use the corresponding commit(Date timeToPublish)
Global com.pcbsys.nirvana.client.nTransaction.IsAborted ()
As of version 2.0 use the corresponding isAborted()
Global com.pcbsys.nirvana.client.nTransaction.IsAborted (boolean forceRemoteCheck)
As of version 2.0 use the corresponding isAborted(forecRemoteCheck)
Global com.pcbsys.nirvana.client.nTransaction.IsAborted (nAbstractChannel chan, long txid)
As of version 2.0 use the corresponding nTransaction(nTransactionAttributes, txid)
Global com.pcbsys.nirvana.client.nTransaction.IsCommitted ()
As of version 2.0 use the corresponding isCommitted()
Global com.pcbsys.nirvana.client.nTransaction.IsCommitted (boolean forceRemoteCheck)
As of version 2.0 use the corresponding isCommitted(forceRemoteCheck)
Global com.pcbsys.nirvana.client.nTransaction.IsCommitted (nAbstractChannel chan, long txid)
As of version 2.0 use the corresponding nTransaction(nTransactionAttributes, txId)
Global com.pcbsys.nirvana.nAdminAPI.nClusterSite.getNodes ()
Please use getIterator
Global com.pcbsys.nirvana.nAdminAPI.nCopyable.copy (String p_toName, boolean p_waitForCompletion, nACL acl, nCommandStatus cmdStatus)
As of version 2.0, please use copy(boolean p_waitForCompletion, nChannelAttributes p_attrib, nCommandStatus cmdStatus)
Exceptions
nUnsupportedCopyExceptionif the copy operation can not be peformed with the parameters specified.
Global com.pcbsys.nirvana.nAdminAPI.nCopyable.copy (nNode p_toNode, String p_toName, boolean p_waitForCompletion, nACL acl, nCommandStatus cmdStatus)
As of version 2.0, please use copy(boolean p_waitForCompletion, nChannelAttributes p_attrib, nCommandStatus cmdStatus)
Exceptions
nUnsupportedCopyExceptionif the copy operation can not be peformed with the parameters specified.
Global com.pcbsys.nirvana.nAdminAPI.nLeafNode.copy (nNode p_toNode, String p_toName, boolean p_waitForComplete, nACL acl, nCommandStatus cmdStatus)
As of version 2.0
Global com.pcbsys.nirvana.nAdminAPI.nLeafNode.copy (String p_toName, boolean p_waitForComplete, nACL acl, nCommandStatus cmdStatus)
As of version 2.0