com.pcbsys.nirvana.base.AckRollbackHelper | Created by chetc on 3/18/2019 |
com.pcbsys.nirvana.base.clientimpl.ConnectCallback | Can be registered with a com.pcbsys.nirvana.base.clientimpl.singleconnection.ClientConnectionManagerImpl to receive notifications every time the connection manager establishes a physical connection to the Universal Messaging server or fails to connect |
com.pcbsys.nirvana.base.clientimpl.multiconnection.AsynchronousEventListener | Class used to represent asynchronous subscription inside a StoreGroup |
com.pcbsys.nirvana.base.clientimpl.multiconnection.ClientConnectionManagerImpl | This is used to support the many fConnections to one nSession relationship |
com.pcbsys.nirvana.base.clientimpl.multiconnection.eventhandlers.EventHandlerInitialiser | This class will initialise any handlers we wish to implement so we can send events out |
com.pcbsys.nirvana.base.clientimpl.multiconnection.eventhandlers.nChangeAttributesHandler | Used only to update the protobuf descriptors on a channel |
com.pcbsys.nirvana.base.clientimpl.multiconnection.ExceptionWrapper | Helper class for OperationExceptionValidator Holds the exception ID and client side unique clientConnectionManager ID |
com.pcbsys.nirvana.base.clientimpl.multiconnection.NodeReconnectionHelper | Class used to keep the logic around node reconnection part of an HS session |
com.pcbsys.nirvana.base.clientimpl.multiconnection.nSynchronousConsumerEventCallbackWrapper | This class serves as a wrapper for nPopQueue and nChannelIterate events |
com.pcbsys.nirvana.base.clientimpl.multiconnection.OperationExceptionValidator | This class stores exceptions for cases like: nStoreDeletionException As we have to track them and only send an exception if we received a nStoreDeletionException from each hidden session which has the store |
com.pcbsys.nirvana.base.clientimpl.multiconnection.StoreGroup | HS wrapper representation of a store including all relevant resources for it |
com.pcbsys.nirvana.base.clientimpl.multiconnection.SynchronousConsumerOutgoingEventMultiplexWrapper | Wrapper holding all synchronous event callback wrappers, awaiting to be written by the EventProcessor |
com.pcbsys.nirvana.base.clientimpl.multiconnection.SynchronousEventConsumerManager | This class is responsible for processing of synchronous events (Readers and Iterators) in the HS layer |
com.pcbsys.nirvana.base.clientimpl.singleconnection.ClientConnectionManagerImpl | This class represents the logical connection between a com.pcbsys.nirvana.client.nSession and a realm server |
com.pcbsys.nirvana.base.KnownClientStoresCache | Implement client side cache of known stores as there is no central repo so far Currently the cache caches nChannelQueue objects, but can be changed to contain more reach ones if needed |
com.pcbsys.nirvana.base.nBaseNameAlreadyBoundException | A Universal Messaging Name Already Bound Exception |
com.pcbsys.nirvana.base.nChannelAttributes | This class is a container for the attributes necessary to create/find a Nirvana channel |
com.pcbsys.nirvana.base.nChannelKey | NChannelKey represents a single channel publish key on a store |
com.pcbsys.nirvana.base.nConstants | A collection of Constants |
com.pcbsys.nirvana.base.nConsumeEvent | This class defines the nirvana event that publishers publish and subscribers receive |
com.pcbsys.nirvana.client.nConsumeEvent | This class represents a Nirvana event, which consists of either a tag and some data or an event dictionary and some data |
com.pcbsys.nirvana.client.nProtobufEvent | This class represents a Google Protocol Buffer Event |
com.pcbsys.nirvana.base.nDataStream | This class represents a Data Stream offering the related services A Data Stream is a destination for published events |
com.pcbsys.nirvana.base.nDataGroup | This class represents a Data Group offering the related services Any event written to a Data Group will be propagated to all Data Streams that are members of that Data Group |
com.pcbsys.nirvana.base.nException | This class defines the errors that can be thrown by using the nirvana client API |
com.pcbsys.nirvana.base.nSecurityException | This class defines the security errors that can be thrown by using the nirvana client API |
com.pcbsys.nirvana.base.nExceptionFactory | Exception factory for the Universal Messaging exception |
com.pcbsys.nirvana.base.nHeader | This class represents a message Header |
com.pcbsys.nirvana.base.nIllegalArgumentException | A Universal Messaging Illegal Argument Exception |
com.pcbsys.nirvana.base.nRealm | This class represents a nirvana Realm |
com.pcbsys.nirvana.base.nStorePermission | Base implementation of a permission entry that provides ability for setting specific Channel/Queue security settings |
com.pcbsys.nirvana.client.ClientEnvironmentProperties | Central place for environment property names in client module |
com.pcbsys.nirvana.client.CustomHTTPRequestHeader | This class represents a http header |
com.pcbsys.nirvana.client.CustomHTTPRequestHeader.HeaderConnectionScope | Scope of usage of the header |
com.pcbsys.nirvana.client.nAbstractChannel | This is the base class for all nirvana channel types, including queues and normal pub/sub channels and as such has no public methods |
com.pcbsys.nirvana.client.nChannel | This class represents the standard Channel or Topic access to the UM server |
com.pcbsys.nirvana.client.nQueue | This class provides a Queue mechanism |
com.pcbsys.nirvana.client.nAsyncExceptionListener | This interface should be implemented by classes wishing to register to receive asynchronous errors from the nirvana server |
com.pcbsys.nirvana.client.nBaseClientException | This exception forms the base for all client exceptions |
com.pcbsys.nirvana.client.nChannelAlreadyExistsException | This exception is thrown if a user tries to make a channel that already exsists |
com.pcbsys.nirvana.client.nChannelAlreadySubscribedException | The user has tried to subscribe to the channel more than once |
com.pcbsys.nirvana.client.nChannelNotFoundException | The specified channel could not be located on the server |
com.pcbsys.nirvana.client.nDataGroupDeletedException | Class representing an exception generated when an operation is performed on an nDataGroup that has been deleted |
com.pcbsys.nirvana.client.nDataGroupIsReadOnlyException | Class representing an exception generated when an operation is performed on an nDataGroup that is read only |
com.pcbsys.nirvana.client.nDuplicateJoinException | The user has requested a join be created but the server already has this join configured in the database |
com.pcbsys.nirvana.client.nExceededLimitException | The number of events in the current transaction has exceeded the server configuration |
com.pcbsys.nirvana.client.nIllegalArgumentException | This class defines the error that can be thrown by passing an illegal argument to any method of any class in the nirvana client API |
com.pcbsys.nirvana.client.nIllegalChannelMode | This exception is thrown if a user tries calls queue specific functionality on a channel object or channel specific functionality on a queue object |
com.pcbsys.nirvana.client.nIllegalStateException | This exception is thrown if a Channel or Queue is in an illegal state for specific functionality to be offered |
com.pcbsys.nirvana.client.nMasterRedirectException | The exception thrown when a client connects to a slave node in a cluster and cluster mode is specified as 'Replication' |
com.pcbsys.nirvana.client.nNameAlreadyBoundException | This exception is thrown if a user attempts to create a named client context on a channel or queue that is already in use |
com.pcbsys.nirvana.client.nNameDoesNotExistException | This exception is thrown if a user attempts to delete a named client context on a channel or queue that does not exist |
com.pcbsys.nirvana.client.nNameSpaceConflictException | There is a confict in the name space and the attempted operation failed |
com.pcbsys.nirvana.client.nRealmAlreadyBoundException | You have tried to bind a realm that the server already has been bound |
com.pcbsys.nirvana.client.nRealmInUseException | This exception is thrown when an attempt is made to remove a realm from another realm when the realm is part of a cluster or has channels that are joined in the requesting realm |
com.pcbsys.nirvana.client.nRealmNotFoundException | The specified realm was not found on the server |
com.pcbsys.nirvana.client.nRealmUnreachableException | Was unable to reach the specified realm |
com.pcbsys.nirvana.client.nRequestTimedOutException | When the maximum time the client API will wait for a response to a specific request from the Nirvana realm, this exception is thrown |
com.pcbsys.nirvana.client.nSecurityException | This class defines the security errors that can be thrown by using the nirvana client API |
com.pcbsys.nirvana.client.ReleaseVersionNegotiationException | Indicates that client and server fail to negotiate the connection protocol version, typically when the server does not support any of the release versions of the client |
com.pcbsys.nirvana.client.nSelectorParserException | The supplied message filter string failed to be parsed |
com.pcbsys.nirvana.client.nSessionAlreadyInitialisedException | The current nSession is not currently connected |
com.pcbsys.nirvana.client.nSessionNotConnectedException | The current nSession is not currently connected |
com.pcbsys.nirvana.client.nSessionPausedException | This exception is thrown when an attempt is made by the client to make a request to the server, while the session is paused |
com.pcbsys.nirvana.client.nPublishPausedException | The currently connected server has been paused, and is not accepting publish requests |
com.pcbsys.nirvana.client.nStoreDeletedException | This exceptions is raised when a store deletion occurs on the realm we are connected to |
com.pcbsys.nirvana.client.nTransactionException | This class defines the errors that can be thrown by using the nirvana transactional publish API |
com.pcbsys.nirvana.client.nTransactionAlreadyAbortedException | The transaction has already been aborted and as such is closed |
com.pcbsys.nirvana.client.nTransactionAlreadyCommittedException | The transaction has already been committed and as such is closed and completed |
com.pcbsys.nirvana.client.nTransactionNoEventsException | This exception is thrown if Commit is called on a transaction without any events added in its context |
com.pcbsys.nirvana.client.nTransactionNoSuchTXIDException | The supplied transaction ID could not be located on server |
com.pcbsys.nirvana.client.nTransactionNotCommittedException | The transaction has not been committed so the status of the event can not be returned, such as getStartEID or getEndEID |
com.pcbsys.nirvana.client.nTransactionNotStartedException | The transaction has not been started as such the transaction is not yet established |
com.pcbsys.nirvana.client.nTransactionIncompleteException | This exception will be thrown if abort or commit is called on a transaction that has not sent any events to the server |
com.pcbsys.nirvana.client.nUnexpectedResponseException | The server responded with an event that the client did not expect |
com.pcbsys.nirvana.client.nUnknownRemoteRealmException | The server does not know of the realm that was supplied |
com.pcbsys.nirvana.client.nUnknownTransactionIdException | This exception is thrown when an attempt is made to perform an operation on a transaction where the id of the transaction is not known by the server |
com.pcbsys.nirvana.client.nUserNotSubscribedException | The user is not currently subscribed to the channel/ |
com.pcbsys.nirvana.client.nChannelAttributes | This class is a container for the attributes necessary to create or locate a Nirvana channel or queue |
com.pcbsys.nirvana.client.nChannelConnectionListener | This interface should be implemented by classes wishing to register to receive callbacks when connections are added or removed to a nirvana channel |
com.pcbsys.nirvana.client.nChannelIterator | This class iterates synchronously over a Nirvana Realm channel |
com.pcbsys.nirvana.client.nChannelPublishKeys | This class contains the information about a single channel key |
com.pcbsys.nirvana.client.nChannelStorePermission | Enumeration defining all permissions applicable for a Channel |
com.pcbsys.nirvana.client.nConflationAttributes | This class represents the conflation attributes that can be used when creating resources which allow conflation |
com.pcbsys.nirvana.client.nConnectionQueueListener | This interface should be implemented by classes wishing to register to receive asynchronous notifications from the internal connection queue |
com.pcbsys.nirvana.client.nConstants | This class is a container for the various constants that affect the behaviour of various Nirvana Client API calls |
com.pcbsys.nirvana.client.nConsumeEventFactory | This class is used to facilitate creation of nConsumeEvent objects |
com.pcbsys.nirvana.client.nDataGroupIterator | Used to iterate through the nDataStreams contained within an nDataGroup |
com.pcbsys.nirvana.client.nDataGroupListener | Listener interface used to manage changes to membership of data groups |
com.pcbsys.nirvana.nAdminAPI.nPkgDataGroupListener | Created by IntelliJ IDEA |
com.pcbsys.nirvana.client.nDataStream | Represents the stream used to deliver data |
com.pcbsys.nirvana.client.nDataGroup | This class represents a individual data group object |
com.pcbsys.nirvana.client.nDataStreamListener | Interface used to receive events asynchronously from a data group |
com.pcbsys.nirvana.client.nDurableAttributes | This class is a container for the attributes necessary to create or locate a Durable object on a channel |
com.pcbsys.nirvana.client.nSerialDurableAttributes | This class is a container for the attributes necessary to create or locate a Serial Durable object on a channel |
com.pcbsys.nirvana.client.nSharedDurableAttributes | This class is a container for the attributes necessary to create or locate a Durable object on a channel |
com.pcbsys.nirvana.client.nDurableAttributes.nDurableType | Enumeration defining all Durable types |
com.pcbsys.nirvana.client.nDurableManager | A Manager for the Durable Subscriptions on a channel |
com.pcbsys.nirvana.client.nDurableViewer | Abstract implementation of a class for browsing the contents of a durable object, contains the next() method which allows the user of the API to iterate over the contents of a given durable |
com.pcbsys.nirvana.client.nEventAttributes | The nEventAttributes class is used by the nConsumeEvent object in order to store standard header values associated with nirvana client and JMS events |
com.pcbsys.nirvana.client.nEventListener | This interface should be implemented by any object that wishes to register itself as an asynchronous subscriber to a nirvana channel or queue |
com.pcbsys.nirvana.client.nChannelWatcher | This interface extends the nEventListener interface and also provides the ability to receive callbacks for purged events as well as events published on a specific channel or queue |
com.pcbsys.nirvana.client.nConsumeEventCompressReader | This is a helper class and enables clients to uncompress events being received from a server |
com.pcbsys.nirvana.client.nConsumeEventFragmentReader | Reconstructs fragmented events back into one nConsumeEvent |
com.pcbsys.nirvana.client.nSignedEventListener | This interface should be implemented by any object that wishes to register itself as a subscriber to a nirvana channel or queue, using the nMessageValidator class to receive signed events |
com.pcbsys.nirvana.nJMS.MessageConsumerImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.QueueReceiverImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.TopicSubscriberImpl | <Enter Class Description> |
com.pcbsys.nirvana.client.nEventProperties | This class contains a collection of key-value pairs, defining event meta data which can be used to create filter rules |
com.pcbsys.nirvana.client.nEventPropertiesHelper | This class is a helper class for the nEventProperties key,value pairs |
com.pcbsys.nirvana.client.nEventPropertiesIterator< T > | This class allows you to iterate through the nEventProperties to examine the key,value pairs The iterator will either be constructed from the EntrySet, the key set or the values set of the nEventProperties object To use the entry set iterator call the getEntrySet() method on the nEventProperties object: for (nEventPropertiesIterator it = props.getEntrySet(); it.hasNext(); ) { Object next = it.next(); Object key = nEventPropertiesHelper.getKey(next); Object value = nEventPropertiesHelper.getValue(next); } To iterator through the nEventProperties using the KeySet iterator : for (nEventPropertiesIterator it = props.getKeyIterator(); it.hasNext(); ) { Object value = props.get(it.next()); } To iterator through the nEventProperties using the ValueSet iterator : for (nEventPropertiesIterator it = props.getValueIterator(); it.hasNext(); ) { Object value = it.next(); } |
com.pcbsys.nirvana.client.nEventPublisher | The nEventPublisher is an interface that is used by the compression writer and the fragment writer |
com.pcbsys.nirvana.client.nConsumeEventCompressWriter | This is a helper class and enables clients to compress events simply prior to them being published to the actual store |
com.pcbsys.nirvana.client.nConsumeEventFragmentWriter | This class will break up events when the data portion of the event is greater then the threshold specified |
com.pcbsys.nirvana.client.nExclusiveDurable | The Exclusive Durable Implementation of nDurable Exclusive Durable is used for a single consumer as a means of providing a server side managed position within a channel |
com.pcbsys.nirvana.client.nJoinInformation | This class is a container for all the information that defines a channel join |
com.pcbsys.nirvana.client.nMessageSigner | This interface contains the generic functionality that all message signers need to implement |
com.pcbsys.nirvana.client.nCertificateSigner | This class signs nConsumeEvents as they are published to the Realm Server |
com.pcbsys.nirvana.client.nPassphraseSigner | This class signs an event with a digest of the event and the passphrase |
com.pcbsys.nirvana.client.nMessageValidator | This interface defines the generic functionaility that all Message Validators need to implement |
com.pcbsys.nirvana.client.nCertificateValidator | This class validates signatures signed by the nCertificateSigner class |
com.pcbsys.nirvana.client.nPassphraseValidator | This class implements a message digest Validator |
com.pcbsys.nirvana.client.nNamedObject | This class represents a client context on a RealmServer |
com.pcbsys.nirvana.client.nDurable | Abstract representation of a durable subscription |
com.pcbsys.nirvana.client.nIndexedDurable | A base class for all implementations of shared nDurable classes |
com.pcbsys.nirvana.client.nSerialDurable | The serial durable implementation of nDurable |
com.pcbsys.nirvana.client.nSharedDurable | The shared durable implementation of nDurable |
com.pcbsys.nirvana.client.nProtobufEventFactory | This class is used to facilitate creation of nProtobufEvent objects |
com.pcbsys.nirvana.client.nQueueDetails | Container class, containing statistics on the queue |
com.pcbsys.nirvana.client.nQueuePeekContext | Provides a context when peeking on the queue |
com.pcbsys.nirvana.client.nQueueReader | This class is the base class for all Queue Readers and provides a generic reader interface |
com.pcbsys.nirvana.client.nQueueAsyncReader | This Reader enables the client to receive all events asynchronous |
com.pcbsys.nirvana.client.nQueueAsyncTransactionReader | This class extends the asynchronous queue model by adding the transactional ability to the reader |
com.pcbsys.nirvana.client.nQueueSyncFragmentReader | This class provides the client with an synchronous interface into a Nirvana Queue |
com.pcbsys.nirvana.client.nQueueSyncTransactionFragmentReader | This reader provides a synchronous queue reader model |
com.pcbsys.nirvana.client.nQueueSyncReader | This class provides the client with an synchronous interface into a Nirvana Queue |
com.pcbsys.nirvana.client.nQueueSyncTransactionReader | This reader provides a synchronous queue reader model |
com.pcbsys.nirvana.client.nQueueReaderContext | This class is used to construct a Queue Reader |
com.pcbsys.nirvana.client.nQueueStorePermission | Enumeration defining all permissions applicable for a Queue |
com.pcbsys.nirvana.client.nQueueTransactionReader | Provides the basic interface for transactional queue operations, used by the synchronous and asynchronous transactional queue readers |
com.pcbsys.nirvana.client.nQueueAsyncTransactionReader | This class extends the asynchronous queue model by adding the transactional ability to the reader |
com.pcbsys.nirvana.client.nQueueSyncTransactionFragmentReader | This reader provides a synchronous queue reader model |
com.pcbsys.nirvana.client.nQueueSyncTransactionReader | This reader provides a synchronous queue reader model |
com.pcbsys.nirvana.client.nReconnectHandler | This interface should be implemented by classes wishing to register to receive callbacks when sessions are disconnected or to take control over the reconnect logic |
com.pcbsys.nirvana.client.nRegisteredEvent | This class enables a client to maintain a copy of an event, make changes to the properties and then when commit is called only the changes are published to the server |
com.pcbsys.nirvana.client.nResult | This class is the base class that represents the results of a batched find, create or delete call for channels or queues |
com.pcbsys.nirvana.client.nCreateResult | This class represents the results of the nSession.create(nChannelAttributes[]) call |
com.pcbsys.nirvana.client.nDeleteResult | This class represents the results of the nSession.deleteResources(nChannelAttributes[]) call |
com.pcbsys.nirvana.client.nFindResult | This class represents the results of the nSession.find(nChannelAttributes[]) call |
com.pcbsys.nirvana.client.nSession | This class represents a Nirvana session, the logical connection between the client API and the Nirvana realm |
com.pcbsys.nirvana.client.nSessionAttributes | This class is a container for the attributes necessary to create a Nirvana session |
com.pcbsys.nirvana.client.nSessionFactory | This class is used with a nSessionAttributes object to create a Nirvana session |
com.pcbsys.nirvana.client.nStorePermission | Class that provides ability for setting specific Channel/Queue security settings |
com.pcbsys.nirvana.client.nStorePermissionGenerator | Class responsible for generating the permission mask to be applied to a Queue/Channel |
com.pcbsys.nirvana.client.nStoreProperties | Class that contains additional properties that can be set on the channel or queue |
com.pcbsys.nirvana.client.nSubject | This class contains information about the user identification used by Nirvana |
com.pcbsys.nirvana.nAdminAPI.nSecurityGroup | This class represents a "Security Group" that contains entries for nSubject objects, and other nSecurityGroup objects |
com.pcbsys.nirvana.client.nSubscriptionAttributes | This class represents the attributes used for channel subscriptions |
com.pcbsys.nirvana.client.nTransaction | This class enables the client to perform transactional publishing, representing a nirvana transaction |
com.pcbsys.nirvana.client.nTransactionAttributes | This class is a container for the attributes necessary to create a Nirvana transaction |
com.pcbsys.nirvana.client.nTransactionFactory | This class is used with a nTransactionAttributes object to create a Nirvana transaction |
com.pcbsys.nirvana.client.nUserAuthentication | The nUserAuthentication class provides the ability to perform basic HTTP athentication to a nirvana realm running a file plugin with authentication turned on |
com.pcbsys.nirvana.client.ReleaseDetails | This class represents the release details used to get client or server release identifier version from com.pcbsys.nirvana.client.nSession |
com.pcbsys.nirvana.client.ReleaseIdentifier | This class is used to wrap the com.pcbsys.foundation.security.login.ReleaseIdentifier class in our client API |
com.pcbsys.nirvana.client.UnsupportedServerOperationException | Indicates that client attempted an operation which server does not support |
com.pcbsys.nirvana.nAdminAPI.ImportExportParametersBuilder | Parameters builder class |
com.pcbsys.nirvana.nAdminAPI.nACL | List of nACLEntry classes used by the Nirvana Realm server to control access to secured objects such as Realms, Channels and Queues |
com.pcbsys.nirvana.nAdminAPI.nACLEntry | Contains the mapping between a subject User and the priviliges they can perform on a secured object such as a Realm, Channel or Queue |
com.pcbsys.nirvana.nAdminAPI.nChannelACLEntry | Extends the nACLEntry class to supply Channel/Queue specific security settings |
com.pcbsys.nirvana.nAdminAPI.nInterfaceViaEntry | This contains the user parameters which are bound to an Interface |
com.pcbsys.nirvana.nAdminAPI.nRealmACLEntry | Extends the nACLEntry class to expose the Realm specific permissions |
com.pcbsys.nirvana.nAdminAPI.nServiceACLEntry | Allows the ability to programmatically allow or deny access to a service |
com.pcbsys.nirvana.nAdminAPI.nAuditEvent | This class contains information for realm auditing |
com.pcbsys.nirvana.nAdminAPI.nAuditListener | Classes that implement this interface can register with the nRealmNode.addAuditListener() to receive the realm's audit events |
com.pcbsys.nirvana.nAdminAPI.nBaseAdminException | Base class for all admin API exceptions |
com.pcbsys.nirvana.nAdminAPI.nACLEntryNotFoundException | Exception class that is thrown when an acl entry is not found when an operation is attempted on it |
com.pcbsys.nirvana.nAdminAPI.nAdminIllegalArgumentException | Exception class that is thrown when an illegal argument is passed into a method |
com.pcbsys.nirvana.nAdminAPI.nAdminIllegalStateException | Exception class that is thrown when attempted operations is not allowed due to an invalid admin session state |
com.pcbsys.nirvana.nAdminAPI.nAdminSecurityException | Exception class that is thrown when attempted operations are not permitted |
com.pcbsys.nirvana.nAdminAPI.nConfigurationException | Exception thrown when configuration operations fail |
com.pcbsys.nirvana.nAdminAPI.nDuplicateACLEntryException | Exception class that is thrown when a duplicate acl entry is attempted to be added |
com.pcbsys.nirvana.nAdminAPI.nDuplicateChannelNameException | Exception class that is thrown when attempted operations is not allowed due to an invalid admin session state |
com.pcbsys.nirvana.nAdminAPI.nInsufficientPrivilegesException | Exception class that is thrown when an operation is performed and there are insufficient privillages to complete it |
com.pcbsys.nirvana.nAdminAPI.nNodeException | Exception class that is thrown when errors occur constructing the nodes to be administered |
com.pcbsys.nirvana.nAdminAPI.nDuplicateNodeException | Exception Class for duplicate Node |
com.pcbsys.nirvana.nAdminAPI.nUnsupportedCopyException | Exception class that is thrown when a copy operation is attempted but cannot be completed |
com.pcbsys.nirvana.nAdminAPI.nUnsupportedJoinException | Exception class that is thrown when a join operation is attempted but cannot be completed |
com.pcbsys.nirvana.nAdminAPI.nUnsupportedRemoveException | Exception class that is thrown when a remove operation is attempted but cannot be completed |
com.pcbsys.nirvana.nAdminAPI.nBaseInterface | Base class for all Admin API interfaces |
com.pcbsys.nirvana.nAdminAPI.nInterface | Abstract Class nInterface |
com.pcbsys.nirvana.nAdminAPI.nHTTPInterface | This class contains all the configuration required by the Nirvana Realm server to start and control the HTTP interface |
com.pcbsys.nirvana.nAdminAPI.nHTTPSInterface | This class contains all the configuration required by the Nirvana Realm server to start and control the HTTPS interface |
com.pcbsys.nirvana.nAdminAPI.nRDMAInterface | RDMA Interface class |
com.pcbsys.nirvana.nAdminAPI.nSharedMemoryInterface | Created by IntelliJ IDEA |
com.pcbsys.nirvana.nAdminAPI.nSocketInterface | Socket Interface class |
com.pcbsys.nirvana.nAdminAPI.nSSLInterface | This class contains all the configuration required by the Nirvana Realm server to start and control the SSL interface |
com.pcbsys.nirvana.nAdminAPI.nMulticastConfiguration | Multicast Configuration class |
com.pcbsys.nirvana.nAdminAPI.nClusterConnectionListener | Any class that implements this interface can be registered against a Nirvana Cluster node to receive notification when remote connections are made or dropped on any of the cluster realm node objects |
com.pcbsys.nirvana.nAdminAPI.nClusterConversionStatus | Provides an interface which allows the status of cluster conversions to be monitored |
com.pcbsys.nirvana.nAdminAPI.nClusterEventListener | Interface allowing client applications to receive cluster specific callbacks |
com.pcbsys.nirvana.nAdminAPI.nClusterMemberConfiguration | This object is used to create/modify clusters |
com.pcbsys.nirvana.nAdminAPI.nClusterSite | This class defines a collection of realms within a cluster into a physical site / location |
com.pcbsys.nirvana.nAdminAPI.nClusterStatus | This class contains the status of the of a realm within the cluster, What state it has, which node is the elected master etc |
com.pcbsys.nirvana.nAdminAPI.nClusterStatusEntry | This class contains online/offline status a realm within a cluster |
com.pcbsys.nirvana.nAdminAPI.nCommandStatus | Any class implementing this interface can be used to find the current status of a request, for example a copy operation of a nLeafNode |
com.pcbsys.nirvana.nAdminAPI.nConfigEntry | This class contains all the information about a configuration parameter, including the name, the current value, a description of it and a warning or constrant string |
com.pcbsys.nirvana.nAdminAPI.nConfigGroup | This class manages a group of nConfigEntry objects that are related |
com.pcbsys.nirvana.nAdminAPI.nConnectionDetails | This class contains the details about an individual connection |
com.pcbsys.nirvana.nAdminAPI.nChannelConnectionDetails | This class contains additional information about a channel connection |
com.pcbsys.nirvana.nAdminAPI.nConnectionListener | Any class that implements this interface can be registered against a Nirvana Realm, Channel or Queue to receive notification when remote connections are made or dropped |
com.pcbsys.nirvana.nAdminAPI.nConnectionNode | Represents Connection status for a Durable/Queue |
com.pcbsys.nirvana.nAdminAPI.nCopyable | All classes that can be copied from one part of the namespace to another implement this interface |
com.pcbsys.nirvana.nAdminAPI.nLeafNode | This class represents the Nirvana Channel or Queue on the Nirvana Realm |
com.pcbsys.nirvana.nAdminAPI.nCustomHeader | This Class represent a single custom header field which will be used by javascript |
com.pcbsys.nirvana.nAdminAPI.nInterfaceManager | This class exposes the Realm Servers interface management API so that the control and management of the interfaces can be performed by an authorised Administrator |
com.pcbsys.nirvana.nAdminAPI.nInterfacePluginConfiguration | This class contains the plugin static information used by the plugin instances |
com.pcbsys.nirvana.nAdminAPI.nInterfaceStatus | Contains the status of a Nirvana Realm server interface |
com.pcbsys.nirvana.nAdminAPI.nJoinable | All classes that can be joined from one part of the namespace to another implement this interface |
com.pcbsys.nirvana.nAdminAPI.nLeafNode | This class represents the Nirvana Channel or Queue on the Nirvana Realm |
com.pcbsys.nirvana.nAdminAPI.nJoinDetails | This class contains information about a join between two channels |
com.pcbsys.nirvana.nAdminAPI.nLogListener | Classes that implement this interface can register with the nRealmNode.addLogListener() to receive the realms log events |
com.pcbsys.nirvana.nAdminAPI.nMulticastConfigurationStatus | Contains the status of a Nirvana Realm server multicast interface |
com.pcbsys.nirvana.nAdminAPI.nNode | All classes that exist in the Nirvana Realm NameSpace extend this object |
com.pcbsys.nirvana.nAdminAPI.nContainer | This represents a node within the Nirvana Realm namespace which contains other nodes, such as a directory or another Realm |
com.pcbsys.nirvana.nAdminAPI.nClusterNode | Contains the status and configuration of a Nirvana cluster |
com.pcbsys.nirvana.nAdminAPI.nDataGroupNode | This class is an Admin API wrapper for a Data Group object (nDataGroup) |
com.pcbsys.nirvana.nAdminAPI.nDataGroupsContainer | This class is an Admin API wrapper for all configured Data Group objects (nDataGroup) This class also can also be used to obtain all known nDataStream objects, that have been added to the default data group |
com.pcbsys.nirvana.nAdminAPI.nLinkNode | Since the Nirvana namespace can contain multiple links to Nirvan Realm servers at different parts of the namespace, including namespace loops, this node represents a RealmServer which has been mounted elseware in the namespace |
com.pcbsys.nirvana.nAdminAPI.nRealmNode | This class represents a Realm within the Nirvana namespace |
com.pcbsys.nirvana.nAdminAPI.nSchedulerManager | Manages the scheduler entries for a realm |
com.pcbsys.nirvana.nAdminAPI.nZoneNode | Represents a Zone container node |
com.pcbsys.nirvana.nAdminAPI.nDataStreamNode | This class is an Admin API wrapper for a Data Stream object (nDataStream) |
com.pcbsys.nirvana.nAdminAPI.nDurableNode | Represents the current nDurable status |
com.pcbsys.nirvana.nAdminAPI.nLeafNode | This class represents the Nirvana Channel or Queue on the Nirvana Realm |
com.pcbsys.nirvana.nAdminAPI.nScheduler | This class represents a parsed instance of a Nirvana Realm scheduler |
com.pcbsys.nirvana.nAdminAPI.nNodeUtilities | Class that provides some utility functions for nNode operations |
com.pcbsys.nirvana.nAdminAPI.nPluginConfigEntry | Contains information for a plugin configuration entry |
com.pcbsys.nirvana.nAdminAPI.nPluginConfiguration | This class contains the configuration context for a single plugin on a single HTTP type interface |
com.pcbsys.nirvana.nAdminAPI.nRealmAdmin | This class provides basic Administration functionality for security based operations |
com.pcbsys.nirvana.nAdminAPI.nRemovable | All classes that can be removed from the namespace implement this interface |
com.pcbsys.nirvana.nAdminAPI.nLeafNode | This class represents the Nirvana Channel or Queue on the Nirvana Realm |
com.pcbsys.nirvana.nAdminAPI.nLinkNode | Since the Nirvana namespace can contain multiple links to Nirvan Realm servers at different parts of the namespace, including namespace loops, this node represents a RealmServer which has been mounted elseware in the namespace |
com.pcbsys.nirvana.nAdminAPI.nRealmNode | This class represents a Realm within the Nirvana namespace |
com.pcbsys.nirvana.nAdminAPI.nScheduler | This class represents a parsed instance of a Nirvana Realm scheduler |
com.pcbsys.nirvana.nAdminAPI.nSchedulerBuildHelper | This is a helper class used in the construction/parsing and validation of Nirvana Realm server Scheduler scripts |
com.pcbsys.nirvana.nAdminAPI.nSchedulerParseException | This exception is raised whn parsing a Nirvana Realm Scheduler script with syntax errors |
com.pcbsys.nirvana.nAdminAPI.nSSLInterfaceAPI | This interface is used to expose the SSL attributes for all interfaces that are SSL enabled |
com.pcbsys.nirvana.nAdminAPI.nHTTPSInterface | This class contains all the configuration required by the Nirvana Realm server to start and control the HTTPS interface |
com.pcbsys.nirvana.nAdminAPI.nSSLInterface | This class contains all the configuration required by the Nirvana Realm server to start and control the SSL interface |
com.pcbsys.nirvana.nAdminAPI.nTask | Has details about individual tasks within a scheduler |
com.pcbsys.nirvana.nAdminAPI.nThreadEntry | This class is used to represent instances of tasks within a thread pool running within a Nirvana realm Each entry consists of a label and an execution time in milliseconds |
com.pcbsys.nirvana.nAdminAPI.nThreadPool | This class is used to represent an instance of a thread pool beign used within a Nirvana realm Each threadpool is known by a name, and has a number of values that can be accessed |
com.pcbsys.nirvana.nAdminAPI.nTrigger | This class is used to query a trigger generated by a Scheduler script |
com.pcbsys.nirvana.nAdminAPI.nZone | Represents a Zone |
com.pcbsys.nirvana.nAdminAPI.nZoneManager | Represents a Zone manager |
com.pcbsys.nirvana.nAdminAPI.nZoneUpdate | This class represents an update to the state of a Zone against a Realm server for UM |
com.pcbsys.nirvana.nJMS.BytesMessageImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.ConnectionConsumerImpl | The contract for this implementation is specified in JMS 1.1, chapter 8 |
com.pcbsys.nirvana.nJMS.ConnectionFactoryImpl | A ConnectionFactory object encapsulates a set of connection configuration parameters that has been defined by an administrator |
com.pcbsys.nirvana.nJMS.QueueConnectionFactoryImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.TopicConnectionFactoryImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.ConnectionMetaDataImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.Constants | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.DestinationImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.QueueImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.TemporaryQueueImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.TopicImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.TemporaryTopicImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.EnvironmentProperties | Central place for storing all the system property keys used in jms and jndi |
com.pcbsys.nirvana.nJMS.ExceptionListenerImpl | <Enter Interface Description> |
com.pcbsys.nirvana.nJMS.JMSException | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.MapMessageImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.MessageListenerImpl | <Enter Interface Description> |
com.pcbsys.nirvana.nJMS.MessageProducerImpl | Class implements MessageProducer interface |
com.pcbsys.nirvana.nJMS.QueueSenderImpl | Class implements QueueSender interface |
com.pcbsys.nirvana.nJMS.TopicPublisherImpl | Class implements TopicPublisher interface |
com.pcbsys.nirvana.nJMS.ObjectMessageImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.QueueBrowserImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.QueueConnectionImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.QueueSessionImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.roundRobin.ConnectionFactoryFactory | |
com.pcbsys.nirvana.nJMS.roundRobin.QueueConnectionFactoryFactory | |
com.pcbsys.nirvana.nJMS.roundRobin.TopicConnectionFactoryFactory | |
com.pcbsys.nirvana.nJMS.roundRobin.ConnectionFactoryImpl | |
com.pcbsys.nirvana.nJMS.roundRobin.QueueConnectionFactoryImpl | |
com.pcbsys.nirvana.nJMS.roundRobin.TopicConnectionFactoryImpl | |
com.pcbsys.nirvana.nJMS.roundRobin.ConnectionImpl | |
com.pcbsys.nirvana.nJMS.roundRobin.TopicConnectionImpl | |
com.pcbsys.nirvana.nJMS.roundRobin.Constants | |
com.pcbsys.nirvana.nJMS.roundRobin.DestinationImpl | |
com.pcbsys.nirvana.nJMS.roundRobin.QueueImpl | |
com.pcbsys.nirvana.nJMS.roundRobin.TopicImpl | |
com.pcbsys.nirvana.nJMS.roundRobin.MessageProducerImpl | |
com.pcbsys.nirvana.nJMS.roundRobin.QueueSenderImpl | |
com.pcbsys.nirvana.nJMS.roundRobin.TopicPublisherImpl | |
com.pcbsys.nirvana.nJMS.roundRobin.SessionImpl | |
com.pcbsys.nirvana.nJMS.ServerSessionImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.StreamMessageImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.TextMessageImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.TopicConnectionImpl | <Enter Class Description> |
com.pcbsys.nirvana.nJMS.TopicSessionImpl | <Enter Class Description> |
com.pcbsys.nirvana.nSpace.ExtendedStringRefAddr | Created by IntelliJ IDEA |