org.objectweb.joram.client.connector
Class TopicConnectionRequest
- javax.resource.spi.ConnectionRequestInfo
public class TopicConnectionRequest
implements javax.resource.spi.ConnectionRequestInfo
A TopicConnectionRequest
instance wraps a user connection
request for performing PubSub messaging.
int | hashCode() - Returns a code based on the wrapped user identity.
|
TopicConnectionRequest
public TopicConnectionRequest(String userName,
String password)
Constructs a TopicConnectionRequest
instance.
userName
- Name of the user requesting a connection.password
- Password of the user requesting a connection.
hashCode
public int hashCode()
Returns a code based on the wrapped user identity.
- hashCode in interface ConnectionRequest
Copyright B) 2004 Scalagent - All rights reserved