A B C E F G H I J L M O P R S T U V

A

Acceptor - Interface in org.hornetq.spi.core.remoting
An Acceptor is used by the RemotingService to allow clients to connect.
AcceptorFactory - Interface in org.hornetq.spi.core.remoting
A factory for creating acceptors.
addReadyListener(ReadyListener) - Method in interface org.hornetq.spi.core.protocol.SessionCallback
 
addRole(String, String) - Method in interface org.hornetq.spi.core.security.HornetQSecurityManager
adds a new role for a user.
addRole(String, String) - Method in class org.hornetq.spi.core.security.HornetQSecurityManagerImpl
 
addRole(String, String) - Method in class org.hornetq.spi.core.security.JAASSecurityManager
 
addUser(String, String) - Method in interface org.hornetq.spi.core.security.HornetQSecurityManager
adds a new user
addUser(String, String) - Method in class org.hornetq.spi.core.security.HornetQSecurityManagerImpl
 
addUser(String, String) - Method in class org.hornetq.spi.core.security.JAASSecurityManager
 

B

bind(String, Object) - Method in interface org.hornetq.spi.core.naming.BindingRegistry
 
BindingRegistry - Interface in org.hornetq.spi.core.naming
Abstract interface for a registry to store endpoints like connection factories into.

C

close() - Method in interface org.hornetq.spi.core.naming.BindingRegistry
 
closed() - Method in interface org.hornetq.spi.core.protocol.SessionCallback
 
connectionCreated(Acceptor, Connection, ProtocolType) - Method in interface org.hornetq.spi.core.remoting.ServerConnectionLifeCycleListener
This method is used both by client connector creation and server connection creation through acceptors.
createAcceptor(ClusterConnection, Map<String, Object>, BufferHandler, BufferDecoder, ConnectionLifeCycleListener, Executor, ScheduledExecutorService) - Method in interface org.hornetq.spi.core.remoting.AcceptorFactory
Create a new instance of an Acceptor.
createConnectionEntry(Acceptor, Connection) - Method in interface org.hornetq.spi.core.protocol.ProtocolManager
 
createProtocolManager(HornetQServer, List<Interceptor>, List<Interceptor>) - Method in interface org.hornetq.spi.core.protocol.ProtocolManagerFactory
 

E

equals(Object) - Method in class org.hornetq.spi.core.security.JAASSecurityManager.SimplePrincipal
Compare this SimplePrincipal's name against another Principal

F

fromJSON(String) - Static method in class org.hornetq.api.core.management.MessageCounterInfo
Returns an array of RoleInfo corresponding to the JSON serialization returned by QueueControl.listMessageCounter().

G

getAllowableProperties() - Method in interface org.hornetq.spi.core.remoting.AcceptorFactory
Returns the allowable properties for this acceptor.
getClusterConnection() - Method in interface org.hornetq.spi.core.remoting.Acceptor
 
getConfiguration() - Method in interface org.hornetq.spi.core.remoting.Acceptor
 
getContext() - Method in interface org.hornetq.spi.core.naming.BindingRegistry
The context used by the registry.
getCount() - Method in class org.hornetq.api.core.management.MessageCounterInfo
Returns the number of messages added to the queue since it was created.
getCountDelta() - Method in class org.hornetq.api.core.management.MessageCounterInfo
Returns the number of messages added to the queue since the last counter sample.
getDepth() - Method in class org.hornetq.api.core.management.MessageCounterInfo
Returns the number of messages currently in the queue.
getDepthDelta() - Method in class org.hornetq.api.core.management.MessageCounterInfo
Returns the number of messages in the queue since last counter sample.
getLastAddTimestamp() - Method in class org.hornetq.api.core.management.MessageCounterInfo
Returns the timestamp of the last time a message was added to the queue.
getName() - Method in class org.hornetq.api.core.management.MessageCounterInfo
Returns the name of the queue.
getName() - Method in class org.hornetq.spi.core.security.JAASSecurityManager.SimplePrincipal
 
getSubscription() - Method in class org.hornetq.api.core.management.MessageCounterInfo
Returns the name of the subscription.
getUdpateTimestamp() - Method in class org.hornetq.api.core.management.MessageCounterInfo
Returns the timestamp of the last time the queue was updated.

H

handleBuffer(RemotingConnection, HornetQBuffer) - Method in interface org.hornetq.spi.core.protocol.ProtocolManager
 
hashCode() - Method in class org.hornetq.spi.core.security.JAASSecurityManager.SimplePrincipal
 
HornetQSecurityManager - Interface in org.hornetq.spi.core.security
Use to validate whether a user has is valid to connect to the server and perform certain functions
HornetQSecurityManagerImpl - Class in org.hornetq.spi.core.security
A basic implementation of the HornetQSecurityManager.
HornetQSecurityManagerImpl() - Constructor for class org.hornetq.spi.core.security.HornetQSecurityManagerImpl
 

I

isDurable() - Method in class org.hornetq.api.core.management.MessageCounterInfo
Returns whether the queue is durable.
isReadyToHandle(HornetQBuffer) - Method in interface org.hornetq.spi.core.protocol.ProtocolManager
 
isStarted() - Method in class org.hornetq.spi.core.security.HornetQSecurityManagerImpl
 
isStarted() - Method in class org.hornetq.spi.core.security.JAASSecurityManager
 
isUnsecurable() - Method in interface org.hornetq.spi.core.remoting.Acceptor
Whether this acceptor allows insecure connections.

J

JAASSecurityManager - Class in org.hornetq.spi.core.security
This implementation delegates to the JAAS security interfaces.
JAASSecurityManager() - Constructor for class org.hornetq.spi.core.security.JAASSecurityManager
 
JAASSecurityManager.SimplePrincipal - Class in org.hornetq.spi.core.security
 
JAASSecurityManager.SimplePrincipal(String) - Constructor for class org.hornetq.spi.core.security.JAASSecurityManager.SimplePrincipal
 

L

lookup(String) - Method in interface org.hornetq.spi.core.naming.BindingRegistry
 

M

MessageCounterInfo - Class in org.hornetq.api.core.management
Helper class to create Java Objects from the JSON serialization returned by QueueControl.listMessageCounter().
MessageCounterInfo(String, String, boolean, long, long, int, int, String, String) - Constructor for class org.hornetq.api.core.management.MessageCounterInfo
 

O

org.hornetq.api.core.management - package org.hornetq.api.core.management
 
org.hornetq.spi.core.naming - package org.hornetq.spi.core.naming
 
org.hornetq.spi.core.protocol - package org.hornetq.spi.core.protocol
 
org.hornetq.spi.core.remoting - package org.hornetq.spi.core.remoting
 
org.hornetq.spi.core.security - package org.hornetq.spi.core.security
Security SPI.

P

pause() - Method in interface org.hornetq.spi.core.remoting.Acceptor
Pause the acceptor and stop it from receiving client requests.
ProtocolManager - Interface in org.hornetq.spi.core.protocol
A ProtocolManager
ProtocolManagerFactory - Interface in org.hornetq.spi.core.protocol
A ProtocolManagerFactory

R

removeHandler(String) - Method in interface org.hornetq.spi.core.protocol.ProtocolManager
 
removeReadyListener(ReadyListener) - Method in interface org.hornetq.spi.core.protocol.SessionCallback
 
removeRole(String, String) - Method in interface org.hornetq.spi.core.security.HornetQSecurityManager
removes a role from a user
removeRole(String, String) - Method in class org.hornetq.spi.core.security.HornetQSecurityManagerImpl
 
removeRole(String, String) - Method in class org.hornetq.spi.core.security.JAASSecurityManager
 
removeUser(String) - Method in interface org.hornetq.spi.core.security.HornetQSecurityManager
removes a user and any roles they may have.
removeUser(String) - Method in class org.hornetq.spi.core.security.HornetQSecurityManagerImpl
 
removeUser(String) - Method in class org.hornetq.spi.core.security.JAASSecurityManager
 

S

sendLargeMessage(ServerMessage, long, long, int) - Method in interface org.hornetq.spi.core.protocol.SessionCallback
 
sendLargeMessageContinuation(long, byte[], boolean, boolean) - Method in interface org.hornetq.spi.core.protocol.SessionCallback
 
sendMessage(ServerMessage, long, int) - Method in interface org.hornetq.spi.core.protocol.SessionCallback
 
sendProducerCreditsFailMessage(int, SimpleString) - Method in interface org.hornetq.spi.core.protocol.SessionCallback
 
sendProducerCreditsMessage(int, SimpleString) - Method in interface org.hornetq.spi.core.protocol.SessionCallback
 
ServerConnectionLifeCycleListener - Interface in org.hornetq.spi.core.remoting
 
SessionCallback - Interface in org.hornetq.spi.core.protocol
A SessionCallback
setCallbackHandler(CallbackHandler) - Method in class org.hornetq.spi.core.security.JAASSecurityManager
 
setConfiguration(Configuration) - Method in class org.hornetq.spi.core.security.JAASSecurityManager
 
setConfigurationName(String) - Method in class org.hornetq.spi.core.security.JAASSecurityManager
 
setContext(Object) - Method in interface org.hornetq.spi.core.naming.BindingRegistry
 
setDefaultHornetQPrincipal(HornetQPrincipal) - Method in interface org.hornetq.spi.core.remoting.Acceptor
Set the default security Principal to be used when no user/pass are defined, only for InVM
setDefaultUser(String) - Method in interface org.hornetq.spi.core.security.HornetQSecurityManager
 
setDefaultUser(String) - Method in class org.hornetq.spi.core.security.HornetQSecurityManagerImpl
 
setDefaultUser(String) - Method in class org.hornetq.spi.core.security.JAASSecurityManager
 
setNotificationService(NotificationService) - Method in interface org.hornetq.spi.core.remoting.Acceptor
Set the notification service for this acceptor to use.
start() - Method in class org.hornetq.spi.core.security.HornetQSecurityManagerImpl
 
start() - Method in class org.hornetq.spi.core.security.JAASSecurityManager
lifecycle method, needs to be called
stop() - Method in class org.hornetq.spi.core.security.HornetQSecurityManagerImpl
 
stop() - Method in class org.hornetq.spi.core.security.JAASSecurityManager
 

T

toJSon(MessageCounter) - Static method in class org.hornetq.api.core.management.MessageCounterInfo
 
toString() - Method in class org.hornetq.spi.core.security.JAASSecurityManager.SimplePrincipal
 

U

unbind(String) - Method in interface org.hornetq.spi.core.naming.BindingRegistry
 

V

validateUser(String, String) - Method in interface org.hornetq.spi.core.security.HornetQSecurityManager
is this a valid user.
validateUser(String, String) - Method in class org.hornetq.spi.core.security.HornetQSecurityManagerImpl
 
validateUser(String, String) - Method in class org.hornetq.spi.core.security.JAASSecurityManager
 
validateUserAndRole(String, String, Set<Role>, CheckType) - Method in interface org.hornetq.spi.core.security.HornetQSecurityManager
is this a valid user and do they have the correct role
validateUserAndRole(String, String, Set<Role>, CheckType) - Method in class org.hornetq.spi.core.security.HornetQSecurityManagerImpl
 
validateUserAndRole(String, String, Set<Role>, CheckType) - Method in class org.hornetq.spi.core.security.JAASSecurityManager
 

A B C E F G H I J L M O P R S T U V

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.