Deprecated List
Global com.pcbsys.nirvana.base.nChannelAttributes.getFullName ()
Please use getName() instead
Global com.pcbsys.nirvana.base.nHeader.getOriginalTransactionEID ()
Since version 10.5 redelivered events will not have their ID changed, please use isRedelivered() to check if event is redelivered.
Global com.pcbsys.nirvana.base.nHeader.setOriginalTransactionEID (long originalTransactionEID)
Since version 10.5 redelivered events will not have their ID changed, please use isRedelivered() to check if event is redelivered.
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.publish (String tag, Document adom, nMessageSigner signer)
XML based documents are deprecated as of version 10.2
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.nChannelAttributes.getFullName ()
Please use getName() instead
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.nDurableAttributes.isClustered ()
The cluster-wide flag is deprecated since 10.5. The method will be removed. When removed the durable will be treated as cluster-wide if its parent channel is a cluster-wide one.
Global com.pcbsys.nirvana.client.nDurableAttributes.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.
Global com.pcbsys.nirvana.client.nDurableAttributes.setClustered (boolean clustered)
The cluster-wide flag is deprecated since 10.5. The method will be removed. When removed the durable will be treated as cluster-wide if its parent channel is a cluster-wide one.
Global com.pcbsys.nirvana.client.nDurableAttributes.setPersistent (boolean persistent)
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.
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.isClusterWide ()
This 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.
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.nQueueReaderContext.canMaintainPriority ()
As of 10.5 this has been deprecated and priority assignment is removed.
Global com.pcbsys.nirvana.client.nQueueReaderContext.setMaintainPriority (boolean flag)
As of 10.5 this has been deprecated and priority assignment is removed.
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.enableThreading ()
This method is deprecated. Threading is automatically enabled for a session when it is initialized. Please use setThreadPoolSize(int) or enableThreading(int) to configure the size of the internal session thread pool.
Global com.pcbsys.nirvana.client.nSession.enableThreading (boolean enabled)
This method is deprecated and should not be used to disable internal thread pools (using enabled argument with a value of false), please use enableThreading() instead.
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.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)
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)
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.getEnableSerialDurable ()
in 10.5 use getDurableType
Global com.pcbsys.nirvana.nJMS.ConnectionFactoryImpl.getEnableSharedDurable ()
As of 10.5, use getDurableType instead.
Global com.pcbsys.nirvana.nJMS.ConnectionFactoryImpl.setEnableSerialDurable (boolean value)
in 10.5 use setDurableType
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