- Global com.pcbsys.nirvana.base.nChannelAttributes.getFullName ()
- Please use getName() instead
- 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, String selector, boolean AutoAck)
- 9.12, Use the addSubscriber(nEventListener, nDurable);
- 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.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, long startEID, boolean persistent, boolean clusterWide)
- 9.12 use nDurableManager.add(nDurableAttributes attr);
- Global com.pcbsys.nirvana.client.nChannel.createNamedObject (String name, long startEID, boolean persistent, boolean clusterWide, boolean enablePriority)
- 9.12
- Global com.pcbsys.nirvana.client.nChannel.createNamedObject (String name)
- 9.12 use nDurableManager.add(nDurableAttributes attr);
- Global com.pcbsys.nirvana.client.nChannel.createNamedObject (String name, long startEID)
- 9.12 use nDurableManager.add(nDurableAttributes attr);
- Global com.pcbsys.nirvana.client.nChannel.createNamedObject (String name, long startEID, boolean persistent)
- 9.12 use nDurableManager.add(nDurableAttributes attr);
- Global com.pcbsys.nirvana.client.nChannel.createNamedObject (String name, boolean persistent)
- 9.12 use nDurableManager.add(nDurableAttributes attr);
- Global com.pcbsys.nirvana.client.nChannel.createNamedObject (String name, boolean persistent, boolean clusterWide)
- 9.12 use nDurableManager.add(nDurableAttributes attr);
- Global com.pcbsys.nirvana.client.nChannel.createSharedNamedObject (String name, boolean persistent, boolean clusterWide, long startEID)
- 9.12 use nDurableManager.add(nDurableAttributes attr);
- Global com.pcbsys.nirvana.client.nChannel.delNamedObject (String name)
- 9.12 use nDurableManager.delete(nDurable 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.publish (String tag, Document adom)
- XML based documents are deprecated as of version 10.2
- Global com.pcbsys.nirvana.client.nChannel.publish (String tag, Document adom, nMessageSigner signer)
- XML based documents are deprecated as of version 10.2
- 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(nDurable name);
- Global com.pcbsys.nirvana.client.nChannel.unbindNamedObject (nNamedObject name)
- since 9.12
- Global com.pcbsys.nirvana.client.nChannelAttributes.getFullName ()
- Please use getName() instead
- Global com.pcbsys.nirvana.client.nChannelAttributes.OFF_HEAP_TYPE
- This Store type is depricated as of version 10.2 please review use cases where this is used.
- Global com.pcbsys.nirvana.client.nChannelAttributes.PAGED_TYPE
- This Store type is depricated as of version 10.2 please review use cases where this is used.
- Global com.pcbsys.nirvana.client.nChannelAttributes.SIMPLE_TYPE
- This Store type is depricated as of version 10.2 please review use cases where this is used.
- Global com.pcbsys.nirvana.client.nConstants.allowStoreCaching ()
- since 10.1
- Global com.pcbsys.nirvana.client.nConstants.getDataGroupQueueSize ()
- 10.0 Unused function
- Global com.pcbsys.nirvana.client.nConstants.getEnabledPriorityQueues ()
- This method is deprecated since 10.3. Priority queues are always enabled.
- Global com.pcbsys.nirvana.client.nConstants.setDataGroupQueueSize (int queueSize)
- 10.0 Unused function
- Global com.pcbsys.nirvana.client.nConstants.setEnabledPriorityQueues (boolean enabled)
- This method is deprecated since 10.3. Priority queues are always enabled.
- Global com.pcbsys.nirvana.client.nConstants.stripJMSMessageIdPrefix ()
- Global com.pcbsys.nirvana.client.nConsumeEvent.nConsumeEvent (String tag, byte[] data, boolean dom)
- XML based documents are deprecated as of version 10.2
- Global com.pcbsys.nirvana.client.nConsumeEvent.nConsumeEvent (String tag, Document adom)
- XML based documents are deprecated as of version 10.2
- Global com.pcbsys.nirvana.client.nConsumeEvent.nConsumeEvent (nEventProperties properties, Document adom)
- XML based documents are deprecated as of version 10.2
- Global com.pcbsys.nirvana.client.nConsumeEventFactory.create (String tag, byte[] data, boolean isDom, long TTL, boolean isPersistent)
- XML based documents are deprecated as of version 10.2
- Global com.pcbsys.nirvana.client.nConsumeEventFactory.create (nEventProperties props, Document dom, long TTL, boolean isPersistent)
- XML based documents are deprecated as of version 10.2
- Global com.pcbsys.nirvana.client.nConsumeEventFactory.create (String tag, Document dom, long TTL, boolean isPersistent)
- XML based documents are deprecated as of version 10.2
- Global com.pcbsys.nirvana.client.nEventProperties.nEventProperties (String serializedString)
- since 9.9
- 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.nQueue.push (String tag, Document adom)
- XML based documents are deprecated as of version 10.2
- Global com.pcbsys.nirvana.client.nQueue.push (String tag, Document adom, nMessageSigner signer)
- XML based documents are deprecated as of version 10.2
- Global com.pcbsys.nirvana.client.nSession.addConnectionQueueListener (nConnectionQueueListener listener, boolean highWaterMark, boolean lowWaterMark, boolean access, boolean push, boolean block, boolean unblock)
- since 10.0
- Global com.pcbsys.nirvana.client.nSession.init (boolean disconnectIfClusterFails)
- As of 10.0, use com.pcbsys.nirvana.client.nSessionAttributes#setDisconnectOnClusterFailure(boolean) instead
- Global com.pcbsys.nirvana.client.nSession.init (boolean disconnectIfClusterFails, nDataStreamListener streamListener)
- As of 10.0, use com.pcbsys.nirvana.client.nSessionAttributes#setDisconnectOnClusterFailure(boolean)
- Global com.pcbsys.nirvana.client.nSession.setReadThreadAsDaemon (boolean isDaemon)
- 10.0 This call has been moved to com.pcbsys.nirvana.client.nSessionAttributes#setSessionThreadsAsDaemon
- Global com.pcbsys.nirvana.client.nSessionAttributes.isRequestPriorityConnection ()
- Global com.pcbsys.nirvana.client.nSessionAttributes.setRequestPriorityConnection (boolean requestPriorityConnection)
- Global com.pcbsys.nirvana.client.nSharedDurableAttributes.getFilter ()
- Use the nDurableAttribute.getSelector()
- Global com.pcbsys.nirvana.client.nSharedDurableAttributes.setFilter (String filter)
- Use the nDurableAttribute.setSelector(String selector)
- Global com.pcbsys.nirvana.client.nSharedDurableQueued.getSharedNamedObjectOutstandingEvents ()
- 9.12
- Global com.pcbsys.nirvana.client.nTransaction.publish (String tag, Document adom)
- XML based documents are deprecated as of version 10.2
- Global com.pcbsys.nirvana.client.nTransactionFactory.getPublishBufferSize ()
- Since 10.2 Unused API
- Global com.pcbsys.nirvana.client.nTransactionFactory.setPublishBufferSize (int size)
- Since 10.2 Unused API
- 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, boolean realm)
- 9.12 Services are no longer available
- 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.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)
- 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)
- 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
- Global com.pcbsys.nirvana.nAdminAPI.nRealmACLEntry.canManageP2PServices ()
- 9.12
- Global com.pcbsys.nirvana.nAdminAPI.nRealmACLEntry.setManageP2PServices (boolean val)
- 9.12
- Global com.pcbsys.nirvana.nAdminAPI.nRealmNode.nRealmNode (final nSessionAttributes sAttr, final nNode parent, String user, String passwd)
- Class com.pcbsys.nirvana.nAdminAPI.nServiceACLEntry
- Global com.pcbsys.nirvana.nJMS.ConnectionFactoryImpl.setEnableSharedDurable (boolean value)
- As of 10.1, use setDurableType(nDurableType) instead.
- Global com.pcbsys.nirvana.nJMS.ConnectionFactoryImpl.setEnableSharedPriority (boolean value)
- As of 10.0, functionally identical to setEnableSharedDurable(boolean)
- Class com.pcbsys.nirvana.nJMS.roundRobin.ConnectionFactoryFactory
- This class is deprecated in version 10.2 in favour of the horizontal scalability feature within the com.pcbsys.nirvana.nJMS package
- Class com.pcbsys.nirvana.nJMS.roundRobin.ConnectionFactoryImpl
- This class is deprecated in version 10.2 in favour of the horizontal scalability feature within the com.pcbsys.nirvana.nJMS package
- Class com.pcbsys.nirvana.nJMS.roundRobin.ConnectionImpl
- This class is deprecated in version 10.2 in favour of the horizontal scalability feature within the com.pcbsys.nirvana.nJMS package
- Class com.pcbsys.nirvana.nJMS.roundRobin.Constants
- This class is deprecated in version 10.2 in favour of the horizontal scalability feature within the com.pcbsys.nirvana.nJMS package
- Class com.pcbsys.nirvana.nJMS.roundRobin.DestinationImpl
- This class is deprecated in version 10.2 in favour of the horizontal scalability feature within the com.pcbsys.nirvana.nJMS package
- Class com.pcbsys.nirvana.nJMS.roundRobin.MessageProducerImpl
- This class is deprecated in version 10.2 in favour of the horizontal scalability feature within the com.pcbsys.nirvana.nJMS package
- Class com.pcbsys.nirvana.nJMS.roundRobin.QueueConnectionFactoryFactory
- This class is deprecated in version 10.2 in favour of the horizontal scalability feature within the com.pcbsys.nirvana.nJMS package
- Class com.pcbsys.nirvana.nJMS.roundRobin.QueueConnectionFactoryImpl
- This class is deprecated in version 10.2 in favour of the horizontal scalability feature within the com.pcbsys.nirvana.nJMS package
- Class com.pcbsys.nirvana.nJMS.roundRobin.QueueImpl
- This class is deprecated in version 10.2 in favour of the horizontal scalability feature within the com.pcbsys.nirvana.nJMS package
- Class com.pcbsys.nirvana.nJMS.roundRobin.QueueSenderImpl
- This class is deprecated in version 10.2 in favour of the horizontal scalability feature within the com.pcbsys.nirvana.nJMS package
- Class com.pcbsys.nirvana.nJMS.roundRobin.SessionImpl
- This class is deprecated in version 10.2 in favour of the horizontal scalability feature within the com.pcbsys.nirvana.nJMS package
- Class com.pcbsys.nirvana.nJMS.roundRobin.TopicConnectionFactoryFactory
- This class is deprecated in version 10.2 in favour of the horizontal scalability feature within the com.pcbsys.nirvana.nJMS package
- Class com.pcbsys.nirvana.nJMS.roundRobin.TopicConnectionFactoryImpl
- This class is deprecated in version 10.2 in favour of the horizontal scalability feature within the com.pcbsys.nirvana.nJMS package
- Class com.pcbsys.nirvana.nJMS.roundRobin.TopicConnectionImpl
- This class is deprecated in version 10.2 in favour of the horizontal scalability feature within the com.pcbsys.nirvana.nJMS package
- Class com.pcbsys.nirvana.nJMS.roundRobin.TopicImpl
- This class is deprecated in version 10.2 in favour of the horizontal scalability feature within the com.pcbsys.nirvana.nJMS package
- Class com.pcbsys.nirvana.nJMS.roundRobin.TopicPublisherImpl
- This class is deprecated in version 10.2 in favour of the horizontal scalability feature within the com.pcbsys.nirvana.nJMS package