Deprecated List
Global com.pcbsys.nirvana.base.nRealm.getHostVal ()
This method has been deprecated in favour of getConnections which returns a Vector of all known protocols, adapters and ports that the realm is configured for
Global com.pcbsys.nirvana.base.nRealm.getHTTPPortVal ()
This method has been deprecated in favour of getConnections which returns a Vector of all known protocols, adapters and ports that the realm is configured for
Global com.pcbsys.nirvana.base.nRealm.getPortVal ()
This method has been deprecated in favour of getConnections which returns a Vector of all known protocols, adapters and ports that the realm is configured for
Global com.pcbsys.nirvana.client.nChannel.addSubscriber (nEventListener nel, nNamedObject name)
9.12, Use the addSubscriber(nEventListener, nDurable);
Global com.pcbsys.nirvana.client.nChannel.addSubscriber (nSignedEventListener nel, nNamedObject name, String selector, nMessageValidator validator, boolean AutoAck)
9.12, Use the addSubscriber(nEventListener, nDurable, String, boolean);
Global com.pcbsys.nirvana.client.nChannel.addSubscriber (nEventListener nel, nNamedObject name, String selector, boolean AutoAck, nNamedPriorityListener listener)
9.12, Use the addSubscriber(nEventListener, nDurable, String, boolean, nNamedPriorityListener);
Global com.pcbsys.nirvana.client.nChannel.addSubscriber (nEventListener nel, nNamedObject name, String selector, int windowSize)
9.12
Global com.pcbsys.nirvana.client.nChannel.addSubscriber (nEventListener nel, nNamedObject name, nNamedPriorityListener listener)
9.12
Global com.pcbsys.nirvana.client.nChannel.addSubscriber (nSignedEventListener nel, nNamedObject name, String selector, nMessageValidator validator, boolean AutoAck, nNamedPriorityListener listener)
9.12
Global com.pcbsys.nirvana.client.nChannel.addSubscriber (nSignedEventListener nel, nNamedObject name, String selector, nMessageValidator validator, int windowSize)
9.12
Global com.pcbsys.nirvana.client.nChannel.addSubscriber (nEventListener nel, nNamedObject name, String selector, boolean AutoAck)
9.12, Use the addSubscriber(nEventListener, nDurable);
Global com.pcbsys.nirvana.client.nChannel.createIterator (nNamedObject name)
since 9.12
Global com.pcbsys.nirvana.client.nChannel.createIterator (nNamedObject name, String selector)
since 9.12
Global com.pcbsys.nirvana.client.nChannel.createIterator (nNamedObject name, String selector, int windowSize)
since 9.12
Global com.pcbsys.nirvana.client.nChannel.createNamedObject (String name)
9.12 use createDurable(nDurableAttributes attr);
Global com.pcbsys.nirvana.client.nChannel.createNamedObject (String name, long startEID)
9.12 use createDurable(nDurableAttributes attr);
Global com.pcbsys.nirvana.client.nChannel.createNamedObject (String name, long startEID, boolean persistent)
9.12 use createDurable(nDurableAttributes attr);
Global com.pcbsys.nirvana.client.nChannel.createNamedObject (String name, boolean persistent)
9.12 use createDurable(nDurableAttributes attr);
Global com.pcbsys.nirvana.client.nChannel.createNamedObject (String name, boolean persistent, boolean clusterWide)
9.12 use createDurable(nDurableAttributes attr);
Global com.pcbsys.nirvana.client.nChannel.createNamedObject (String name, long startEID, boolean persistent, boolean clusterWide)
9.12 use createDurable(nDurableAttributes attr);
Global com.pcbsys.nirvana.client.nChannel.createNamedObject (String name, long startEID, boolean persistent, boolean clusterWide, boolean enablePriority)
9.12 use createDurable(nDurableAttributes attr);
Global com.pcbsys.nirvana.client.nChannel.createSharedNamedObject (String name, boolean persistent, boolean clusterWide, long startEID)
9.12 use createDurable(nDurableAttributes attr);
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.nChannel.delNamedObject (String name)
9.12 use nDurableManager.delete(String name);
Global com.pcbsys.nirvana.client.nChannel.delNamedObject (nNamedObject name)
since 9.12
Global com.pcbsys.nirvana.client.nChannel.getNamedObject (String name)
9.12 use nDurableManager.get(String name);
Global com.pcbsys.nirvana.client.nChannel.getNamedObjects ()
9.12 use nDurableManager.getAll()
Global com.pcbsys.nirvana.client.nChannel.getSharedNamedObject (String name)
9.12 use nDurableManager.get(String name);
Global com.pcbsys.nirvana.client.nChannel.reSubscribe (nNamedObject name, String selector)
9.12 Use the reSubscribe(nDurable, String)
Global com.pcbsys.nirvana.client.nChannel.unbindNamedObject (String name)
9.12 use nDurableManager.unbind(String name);
Global com.pcbsys.nirvana.client.nChannel.unbindNamedObject (nNamedObject name)
since 9.12
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.nEventPropertiesHelper.getKey (Object pair)
Global com.pcbsys.nirvana.client.nEventPropertiesHelper.getKey (Object pair, boolean convert)
Global com.pcbsys.nirvana.client.nEventPropertiesHelper.getValue (Object pair)
Global com.pcbsys.nirvana.client.nEventPropertiesHelper.getValue (Object pair, boolean convert)
Global com.pcbsys.nirvana.client.nEventPropertiesIterator< T >.next (boolean convert)
Global com.pcbsys.nirvana.client.nNamedObject.ack (long[] eids)
since 9.12 replaced with specific implementation in nSharedDurable
Global com.pcbsys.nirvana.client.nNamedObject.ack (long[] eids, boolean isSynchronous)
since 9.12 replaced with specific implementation in nSharedDurable
Global com.pcbsys.nirvana.client.nNamedObject.getSharedNamedObjectOutstandingEvents ()
9.12
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.nSession.getMaxBufferSize ()
since 9.10
Global com.pcbsys.nirvana.client.nSession.setMaxBufferSize (int size)
since 9.10
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 (Date timeToPublish)
As of version 2.0 use the corresponding commit(Date timeToPublish)
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.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.IsAborted ()
As of version 2.0 use the corresponding isAborted()
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.client.nTransaction.IsCommitted ()
As of version 2.0 use the corresponding isCommitted()
Global com.pcbsys.nirvana.nAdminAPI.nClusterNode.addConnectionListenerToAllServiceNodes (final nConnectionListener listener)
Global com.pcbsys.nirvana.nAdminAPI.nClusterSite.getNodes ()
Please use getIterator
Global com.pcbsys.nirvana.nAdminAPI.nContainer.addACLEntry (nACLEntry entry, boolean allChannels, boolean allQueues, boolean allServices)
9.12 as services no longer available
Global com.pcbsys.nirvana.nAdminAPI.nContainer.addACLEntry (nACLEntry entry, boolean allChannels, boolean allQueues, boolean allServices, boolean realm)
Global com.pcbsys.nirvana.nAdminAPI.nContainer.modACLEntry (nACLEntry entry, boolean allChannels, boolean allQueues, boolean allServices)
Global com.pcbsys.nirvana.nAdminAPI.nContainer.modACLEntry (nACLEntry entry, boolean allChannels, boolean allQueues, boolean allServices, boolean realm)
Global com.pcbsys.nirvana.nAdminAPI.nContainer.removeACLEntry (nACLEntry entry, boolean allChannels, boolean allQueues, boolean allServices)
9.12 services are no longer available
Global com.pcbsys.nirvana.nAdminAPI.nContainer.removeACLEntry (nACLEntry entry, boolean allChannels, boolean allQueues, boolean allServices, boolean realm)
9.12 Services are no longer available
Global com.pcbsys.nirvana.nAdminAPI.nContainer.setACL (nACL acl, boolean allChannels, boolean allQueues, boolean allServices)
9.12 Services are no longer available
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.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.nLeafNode.copy (String p_toName, boolean p_waitForComplete, nACL acl, nCommandStatus cmdStatus)
As of version 2.0
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.nRealmACLEntry.canManageP2PServices ()
9.12
Global com.pcbsys.nirvana.nAdminAPI.nRealmACLEntry.setManageP2PServices (boolean val)
9.12
Class com.pcbsys.nirvana.nAdminAPI.nServiceACLEntry