|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.jms.extensions.ConsumerInfo
public class ConsumerInfo
ConsumerInfo
represents JMS consumer informaton used by JMS
message management APIs to provide consumer information to management clients
in CompositeData format.
CompositeData
,
JMSDurableSubscriberRuntimeMBean
Constructor Summary | |
---|---|
ConsumerInfo(CompositeData cd)
Creates a ConsumerInfo object from its CompositeData representation. |
|
ConsumerInfo(String name,
boolean durable,
String selector,
String clientID,
boolean noLocal,
String connectionAddress)
Creates a ConsumerInfo instance. |
Method Summary | |
---|---|
String |
getClientID()
Gets the client ID. |
protected Map |
getCompositeDataMap()
|
protected CompositeType |
getCompositeType()
|
String |
getConnectionAddress()
Gets the connection address of the client consumer. |
String |
getName()
Gets the name of the consumer. |
String |
getSelector()
Gets the selector associated with a consumer. |
boolean |
isDurable()
Specifies whether the subscriber has a durable or non-durable subscription. |
boolean |
isNoLocal()
Specifies whether a subscriber that uses the same JMS connection to publish and subscribe to a single topic receives the messages it publishes. |
protected void |
readCompositeData(CompositeData cd)
|
void |
setClientID(String clientID)
Sets the client ID. |
void |
setConnectionAddress(String connectionAddress)
Sets the connection address attribute of the client consumer. |
void |
setDurable(boolean durable)
Sets the isDurable flag. |
void |
setName(String name)
Sets the name attribute for a consumer. |
void |
setNoLocal(boolean noLocal)
Sets the noLocal attribute. |
void |
setSelector(String selector)
Sets the selector attribute for this consumer. |
CompositeData |
toCompositeData()
Converts a ConsumerInfo instance to a CompositeData representation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConsumerInfo(CompositeData cd)
Creates a ConsumerInfo
object from its CompositeData representation.
cd
- the open data representation of a ConsumerInfo
instance.public ConsumerInfo(String name, boolean durable, String selector, String clientID, boolean noLocal, String connectionAddress)
Creates a ConsumerInfo
instance.
name
- the name of the consumer.durable
- indicates whether the consumer is a durable subscriber.selector
- the JMS selector associated with the consumer.clientID
- the client ID of the consumer.noLocal
- the noLocal flag of the consumer.connectionAddress
- the address of the remote consumer.Method Detail |
---|
public CompositeData toCompositeData() throws OpenDataException
Converts a ConsumerInfo
instance to a CompositeData representation.
OpenDataException
- Thrown when an error occurs while constructing the CompositeData
representation.public String getClientID()
Gets the client ID.
public void setClientID(String clientID)
Sets the client ID.
clientID
- the clientID.public String getConnectionAddress()
Gets the connection address of the client consumer.
public void setConnectionAddress(String connectionAddress)
Sets the connection address attribute of the client consumer.
connectionAddress
- a connection address.public boolean isDurable()
Specifies whether the subscriber has a durable or non-durable subscription.
public void setDurable(boolean durable)
Sets the isDurable flag.
durable
- The durable to set.public String getName()
Gets the name of the consumer.
public void setName(String name)
Sets the name attribute for a consumer.
name
- the name for the consumer.public boolean isNoLocal()
Specifies whether a subscriber that uses the same JMS connection to publish and subscribe to a single topic receives the messages it publishes.
public void setNoLocal(boolean noLocal)
Sets the noLocal
attribute.
noLocal
- true if the subscriber should not receive the messages it publishes.
the noLocal to set.public String getSelector()
Gets the selector associated with a consumer.
public void setSelector(String selector)
Sets the selector attribute for this consumer.
selector
- the selector.protected void readCompositeData(CompositeData cd)
protected Map getCompositeDataMap()
protected CompositeType getCompositeType() throws OpenDataException
OpenDataException
|
Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |