Deprecated List
Class com.pcbsys.nirvana.base.clientimpl.nDataGroupManager
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.base.nChannelAttributes.getFullName ()
Please use getName() instead
Global com.pcbsys.nirvana.base.nConsumeEvent.getHeader ()
As of release 10.7. Users should access nHeader fields only through the setters exposed in nConsumeEvents
Global com.pcbsys.nirvana.base.nConsumeEvent.setHeader (nHeader header)
As of release 10.7. Users should access nHeader fields only through the setters exposed in nConsumeEvents
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.nAbstractChannel.updateProtobufDefinitions (byte[][] descriptors)
Please use updateProtobufDefinitions(List) (List)} instead
Global com.pcbsys.nirvana.client.nChannel.createIterator (nDurable name, String selector, int windowSize)
As of 10.7 this has been deprecated, since window size is no longer relevant to synchronous consumers. Therefore, the provided windowSize parameter will be ignored.
Global com.pcbsys.nirvana.client.nChannel.createIterator (nDurable name, String selector, int windowSize, boolean autoAck)
As of 10.7 this has been deprecated, since window size is no longer relevant to synchronous consumers. Therefore, the provided windowSize parameter will be ignored.
Global com.pcbsys.nirvana.client.nChannelAttributes.getFullName ()
Please use getName() instead
Global com.pcbsys.nirvana.client.nChannelAttributes.isClusterWide ()
The cluster-wide flag is deprecated since 10.11. Its value is ignored - if the channel is created on a server that is part of a cluster it is a cluster-wide channel by default. This cannot be changed. The method will be removed.
Global com.pcbsys.nirvana.client.nChannelAttributes.setClusterWide (boolean flag)
The cluster-wide setting has been deprecated in release 10.11. This setting is now ignored and the server will select the appropriate value based on the server deployment. If the store is created on a cluster all stores will be cluster-wide as if this setting was true, if it is a standalone server the store will be created as if this setting was false. The method will be removed.
Global com.pcbsys.nirvana.client.nChannelIterator.getNext ()
As of 10.7 this has been deprecated in favor of getNextEvents(int). Calling this method is equivalent to and is calling internally getNextEvents(1).
Global com.pcbsys.nirvana.client.nChannelIterator.getNext (long timeout)
As of 10.7 this has been deprecated in favor of getNextEvents(int, long). Calling this method is equivalent to and is calling internally getNextEvents(1, timeout).
Class com.pcbsys.nirvana.client.nConflationAttributes
Data Groups Streams are deprecated since 10.11.
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 ()
Class com.pcbsys.nirvana.client.nDataGroup
Data Groups Streams are deprecated since 10.11.
Class com.pcbsys.nirvana.client.nDataGroupDeletedException
Data Groups Streams are deprecated since 10.11.
Class com.pcbsys.nirvana.client.nDataGroupIsReadOnlyException
Data Groups Streams are deprecated since 10.11.
Class com.pcbsys.nirvana.client.nDataGroupIterator
Data Groups Streams are deprecated since 10.11.
Class com.pcbsys.nirvana.client.nDataGroupListener
Data Groups Streams are deprecated since 10.11.
Class com.pcbsys.nirvana.client.nDataStream
Data Groups Streams are deprecated since 10.11.
Class com.pcbsys.nirvana.client.nDataStreamListener
Data Groups Streams are deprecated since 10.11.
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.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.createAsyncReaderPrevious (final nQueueReaderContext context)
since 10.7, usage should be replaced with combination of nQueueReader#destroyReader() and nQueue#createAsyncReader(nQueueReaderContext)
Global com.pcbsys.nirvana.client.nQueue.createAsyncTransactionalReaderPrevious (final nQueueReaderContext context)
since 10.7, usage should be replaced with combination of nQueueReader#destroyReader() and nQueue#createAsyncTransactionalReader(nQueueReaderContext)
Global com.pcbsys.nirvana.client.nQueue.destroyReader (final nQueueReader reader)
since 10.7, use nQueueReader#destroyReader()
Global com.pcbsys.nirvana.client.nQueue.destroyReaderLocally (final nQueueReader reader)
since 10.7, use nQueueReader#destroyReaderLocally()
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.nQueueSyncReader.pop ()
As of 10.7 this has been deprecated in favor of popEvents(int). Calling this method is equivalent to and is calling internally popEvents(1).
Global com.pcbsys.nirvana.client.nQueueSyncReader.pop (final long timeout)
As of 10.7 this has been deprecated in favor of popEvents(int, long). Calling this method is equivalent to and is calling internally popEvents(1, timeout).
Global com.pcbsys.nirvana.client.nQueueSyncReader.pop (final long timeout, final String selector)
As of 10.7 this has been deprecated in favor of popEvents(int, long, String). Calling this method is equivalent to and is calling internally popEvents(1, timeout, selector).
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.commitRegisteredEventsToDataGroups (nRegisteredEvent[] events)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.commitRegisteredEventsToDataGroups (nRegisteredEvent[] events, boolean replace)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.createDataGroup (String dataGroupName)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.createDataGroup (String dataGroupName, nDataGroupListener listener)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.createDataGroup (String dataGroupName, nDataGroupListener listener, nConflationAttributes conflationAttributes)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.createDataGroup (String dataGroupName, boolean enableMulticast)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.createDataGroup (String dataGroupName, nDataGroupListener listener, boolean enableMulticast)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.createDataGroup (String dataGroupName, nDataGroupListener listener, nConflationAttributes conflationAttributes, boolean enableMulticast, boolean dropExpiredEvents)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.createDataGroup (String dataGroupName, nDataGroupListener listener, nConflationAttributes conflationAttributes, boolean enableMulticast, boolean dropExpiredEvents, int groupPriority)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.createDataGroups (String[] dataGroupNames)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.createDataGroups (String[] dataGroupNames, boolean enableMulticast)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.createDataGroups (String[] dataGroupNames, nConflationAttributes conflationAttributes)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.createDataGroups (String[] dataGroupNames, nConflationAttributes conflationAttributes, boolean enableMulticast)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.deleteDataGroup (String[] dataGroupNames)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.deleteDataGroup (String dataGroupName)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.deleteDataGroup (nDataGroup group)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.deleteDataGroup (nDataGroup[] groups)
Data Groups Streams are deprecated since 10.11.
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.getDataGroups ()
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.getDataGroups (String prefix)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.getDataGroups (nDataGroupListener listener)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.getDataGroups (String prefix, nDataGroupListener listener)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.getDefaultDataGroup ()
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.getDefaultDataGroup (nDataGroupListener listener)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.getStreamId ()
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.init (nDataStreamListener streamListener)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.isConnectionVirtual ()
since 10.7
Global com.pcbsys.nirvana.client.nSession.pauseStream ()
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.resumeStream ()
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.setHTTPURLParameter (String parameter)
As of version 10.11 this method is deprecated. Please use nSessionAttributes#setHTTPURLParameter(String) instead.
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.nSession.writeDataGroup (nConsumeEvent evt, nDataGroup dataGroup)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.writeDataGroup (nConsumeEvent evt, nDataGroup[] dataGroups)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.writeDataGroup (nConsumeEvent[] events, nDataGroup dataGroup)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.writeDataGroup (Map< nConsumeEvent, nDataGroup > list)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.writeDataGroup (nConsumeEvent[] events, nDataGroup[] dataGroups)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.writeDataGroup (nConsumeEvent evt, nDataGroup dataGroup, boolean waitForReply)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.writeDataGroup (nConsumeEvent evt, nDataGroup[] dataGroups, boolean waitForReply)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.writeDataGroup (nConsumeEvent[] events, nDataGroup dataGroup, boolean waitForReply)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.writeDataGroup (nConsumeEvent[] events, nDataGroup[] dataGroups, boolean waitForReply)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.writeDataGroup (Map< nConsumeEvent, nDataGroup > list, boolean waitForResponse)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.writeDataStream (Map< nConsumeEvent, nDataStream > list)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.writeDataStream (Map< nConsumeEvent, nDataStream > list, boolean waitForResponse)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.writeDataStream (nConsumeEvent evt, nDataStream stream, boolean waitForReply)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.writeDataStream (nConsumeEvent evt, nDataStream[] streams, boolean waitForReply)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.writeDataStream (nConsumeEvent[] events, nDataStream stream, boolean waitForReply)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.writeDataStream (nConsumeEvent[] events, nDataStream[] streams, boolean waitForReply)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.writeDataStream (nConsumeEvent evt, nDataStream stream)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.writeDataStream (nConsumeEvent evt, nDataStream[] streams)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.writeDataStream (nConsumeEvent[] events, nDataStream stream)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSession.writeDataStream (nConsumeEvent[] events, nDataStream[] streams)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.client.nSessionAttributes.isRequestPriorityConnection ()
Global com.pcbsys.nirvana.client.nSessionAttributes.setRequestPriorityConnection (boolean requestPriorityConnection)
Global com.pcbsys.nirvana.client.nSessionFactory.createMultiplexed (nSession session, String user, String passwd)
Creation of multiplexed sessions is deprecated since 10.7 and will be removed in future releases. Standard sessions should be used instead
Global com.pcbsys.nirvana.client.nSessionFactory.createMultiplexed (nSession session)
Creation of multiplexed sessions is deprecated since 10.7 and will be removed in future releases. Standard sessions should be used instead
Global com.pcbsys.nirvana.client.nSessionFactory.createMultiplexed (nSession session, String user)
Creation of multiplexed sessions is deprecated since 10.7 and will be removed in future releases. Standard sessions should be used instead
Global com.pcbsys.nirvana.client.nSessionFactory.createMultiplexed (nSessionAttributes sessionAttributes)
Creation of multiplexed sessions is deprecated since 10.7 and will be removed in future releases. Standard sessions should be used instead
Global com.pcbsys.nirvana.client.nSessionFactory.createMultiplexed (nSessionAttributes sessionAttributes, String userName)
Creation of multiplexed sessions is deprecated since 10.7 and will be removed in future releases. Standard sessions should be used instead
Global com.pcbsys.nirvana.client.nSessionFactory.createMultiplexed (nSessionAttributes sessionAttributes, String userName, String passwd)
Creation of multiplexed sessions is deprecated since 10.7 and will be removed in future releases. Standard sessions should be used instead
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.nStoreProperties.getEnableReadBuffering ()
This method is deprecated since 10.3. Read buffering is always enabled per default.
Global com.pcbsys.nirvana.client.nStoreProperties.getReadBufferSize ()
This method is deprecated since 10.3. Stores will always use the global "StoreReadBufferSize" realm configuration.
Global com.pcbsys.nirvana.client.nStoreProperties.setEnableReadBuffering (boolean flag)
This method is deprecated since 10.3. Read buffering is always enabled per default.
Global com.pcbsys.nirvana.client.nStoreProperties.setReadBufferSize (long bufferSize)
This method is deprecated since 10.3. Stores will always use the global "StoreReadBufferSize" realm configuration.
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.ImportExportParametersBuilder.processScheduler ()
as scheduler is removed in 10.11. The method now does nothing
Global com.pcbsys.nirvana.nAdminAPI.ImportExportParametersBuilder.setSchedulerProcessing (boolean flag)
as scheduler is removed in 10.11. The method now does nothing
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, boolean realm)
Global com.pcbsys.nirvana.nAdminAPI.nContainer.modACLEntry (nACLEntry entry, boolean allChannels, boolean allQueues, boolean allServices)
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)
Class com.pcbsys.nirvana.nAdminAPI.nDataGroupNode
Data Groups Streams are deprecated since 10.11.
Class com.pcbsys.nirvana.nAdminAPI.nDataGroupsContainer
Data Groups Streams are deprecated since 10.11.
Class com.pcbsys.nirvana.nAdminAPI.nDataStreamNode
Data Groups Streams are deprecated since 10.11.
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.nLeafNode.isClusterWide ()
The cluster-wide flag is deprecated since 10.11. Its value is ignored - if the channel/queue is created on a server that is part of a cluster it is a cluster-wide channel/queue by default. This cannot be changed. The method will be removed.
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.nRealmAdmin
This class is deprecated in 10.7 in favour of com.pcbsys.nirvana.nAdminAPI.nRealmNode API
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.addACLEntries (nACL acl, nAbstractChannel[] objs)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nLeafNode#addACLEntries(nACL) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.addACLEntries (nACL entries, nAbstractChannel obj)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nLeafNode#addACLEntries(nACL) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.addACLEntry (nACLEntry entry, nAbstractChannel[] objs)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nLeafNode#addACLEntry(nACLEntry) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.addACLEntry (nACLEntry entry, nAbstractChannel obj)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nLeafNode#addACLEntry(nACLEntry) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.addRealmACLEntries (nACL entry)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#addACLEntries(nACL) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.addRealmACLEntry (nACLEntry entry)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#addACLEntry(nACLEntry) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.addReconnectHandler (nReconnectHandler handler)
Deprecated in 10.7. Use com.pcbsys.nirvana.client.nSession#addReconnectHandler(nReconnectHandler) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.close ()
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#close() instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.createChannel (final com.pcbsys.nirvana.client.nChannelAttributes attr)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#createChannel(nChannelAttributes) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.createChannel (final com.pcbsys.nirvana.client.nChannelAttributes attr, final nACL initialACL)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#createChannel(nChannelAttributes, long, nACL) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.createChannel (final com.pcbsys.nirvana.client.nChannelAttributes attr, final nACL initialACL, final long initialEID, final nAbstractChannel deadStore)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#createChannel(nChannelAttributes, long, nACL, nLeafNode) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.createChannel (final com.pcbsys.nirvana.client.nChannelAttributes attr, final nACL initialACL, final long initialEID)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#createChannel(nChannelAttributes, long, nACL) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.createQueue (final com.pcbsys.nirvana.client.nChannelAttributes attr, final nACL initialACL)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#createQueue(nChannelAttributes, nACL) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.createQueue (final com.pcbsys.nirvana.client.nChannelAttributes attr, final nACL initialACL, final nAbstractChannel deadStore)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#createQueue(nChannelAttributes, nACL, nLeafNode) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.createQueue (final com.pcbsys.nirvana.client.nChannelAttributes attr)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#createQueue(nChannelAttributes) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.getACL (nAbstractChannel obj)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nLeafNode#getACLs() instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.getACLGroups ()
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#getACLGroups() instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.getConnectedRealmName ()
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#getName() instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.getInterfaceACL (String iface)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nInterface#getViaList() instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.getRealmACL ()
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#getACLs() instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.getSession ()
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#getSession() instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.isConnectedToMaster ()
Deprecated in 10.7. Use nClusterNode#getMaster() in order to identify the master node in the cluster and then compare it with com.pcbsys.nirvana.nAdminAPI.nRealmNode#getName()
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.modACLEntries (nACL entries, nAbstractChannel obj)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nLeafNode#modACLEntries(nACL) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.modACLEntry (nACLEntry entry, nAbstractChannel obj)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nLeafNode#modACLEntry(nACLEntry) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.modRealmACLEntries (nACL entry)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#modACLEntries(nACL) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.modRealmACLEntry (nACLEntry entry)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#modACLEntry(nACLEntry) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.nRealmAdmin (final nSessionAttributes sAttr, final String username, final String password)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#nRealmNode(nSessionAttributes, String, String) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.nRealmAdmin (final nSessionAttributes sAttr, final String username)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#nRealmNode(nSessionAttributes, String) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.nRealmAdmin (final nSessionAttributes sAttr, final String username, final String password, boolean followMaster)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#nRealmNode(nSessionAttributes, String, String) where followMaster param should be set via nSessionAttributes#setFollowTheMaster(boolean)
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.nRealmAdmin (final nSessionAttributes sAttr)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#nRealmNode(nSessionAttributes) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.nRealmAdmin (final nSessionAttributes sAttr, boolean followMaster)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#nRealmNode(nSessionAttributes) where followMaster param should be set via nSessionAttributes#setFollowTheMaster(boolean)
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.nRealmAdmin (final nSessionAttributes sAttr, final String username, boolean followMaster)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#nRealmNode(nSessionAttributes, String) where followMaster param should be set via nSessionAttributes#setFollowTheMaster(boolean)
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.removeACLEntries (nACL acl, nAbstractChannel[] objs)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nLeafNode#removeACLEntries(nACL) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.removeACLEntries (nACL entries, nAbstractChannel obj)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nLeafNode#removeACLEntries(nACL) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.removeACLEntry (nACLEntry entry, nAbstractChannel obj)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nLeafNode#removeACLEntry(nACLEntry) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.removeACLEntry (nACLEntry entry, nAbstractChannel[] objs)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nLeafNode#removeACLEntry(nACLEntry) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.removeRealmACLEntries (nACL entry)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#removeACLEntries(nACL) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.removeRealmACLEntry (nACLEntry entry)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#removeACLEntry(nACLEntry) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.setACL (nACL acl, nAbstractChannel obj)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nLeafNode#setACLs(nACL) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.setInterfaceACL (String iface, nACL acl)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nInterface#setViaList(nACL) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmAdmin.setRealmACL (final nACL acl)
Deprecated in 10.7. Use com.pcbsys.nirvana.nAdminAPI.nRealmNode#setACLs(nACL) instead
Global com.pcbsys.nirvana.nAdminAPI.nRealmNode.changeStatusChannel (final int type, final long age, final int capacity)
This method has became obsolete with the changes to the status and transaction channels. Currently it does noting.
Global com.pcbsys.nirvana.nAdminAPI.nRealmNode.changeTransactionChannel (final int type, final long age, final int capacity)
This method has became obsolete with the changes to the status and transaction channels. Currently it does noting.
Global com.pcbsys.nirvana.nAdminAPI.nRealmNode.findDatagroup (String name)
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.nAdminAPI.nRealmNode.getDataGroupListener ()
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.nAdminAPI.nRealmNode.getDataGroups ()
Data Groups Streams are deprecated since 10.11.
Global com.pcbsys.nirvana.nAdminAPI.nRealmNode.getDefaultDataGroup ()
Data Groups Streams are deprecated since 10.11.
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)