|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-07 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.wsee.connection.transport.jms.JmsTransportInfo
public class JmsTransportInfo
This class represents
Created: Dec 8, 2004 -- 5:16:23 PM
Constructor Summary | |
---|---|
JmsTransportInfo(String uri)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getFactory()
|
String |
getHost()
|
String |
getJndiURL()
|
String |
getPassword()
|
int |
getPort()
|
String |
getQueue()
|
String |
getServiceUri()
|
String |
getUsername()
|
int |
hashCode()
|
boolean |
isDefaultFactory()
|
boolean |
isSendTo81()
|
boolean |
isTransactional()
|
void |
setFactory(String factory)
|
void |
setHost(String host)
|
void |
setJndiURL(String url)
|
void |
setPassword(String pwd)
|
void |
setPort(int port)
|
void |
setQueue(String queue)
|
void |
setTransactional(boolean transactional)
|
void |
setUsername(String username)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JmsTransportInfo(String uri) throws URISyntaxException
URISyntaxException
Method Detail |
---|
public boolean isSendTo81()
public String getServiceUri()
public String getJndiURL()
public void setJndiURL(String url)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String pwd)
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String getFactory()
public void setFactory(String factory)
public String getQueue()
public void setQueue(String queue)
public boolean isTransactional()
public void setTransactional(boolean transactional)
public boolean isDefaultFactory()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
Copyright 1996, 2015, 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 Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-07 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |