|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sblim.cimclient.discovery.WBEMProtocol
public class WBEMProtocol
Class WBEMProtocol encapsulates a transport/presentation protocol pair. E.g. "HTTPS/CIM-XML"
iTransport != null
iPresentation != null| Constructor Summary | |
|---|---|
WBEMProtocol(String pTransport,
String pPresentation)
Ctor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object pObj)
|
String |
getPresentation()
Returns the presentation protocol (e.g. |
String |
getTransport()
Returns transport protocol (e.g. |
int |
hashCode()
|
void |
setPresentation(String pPresentation)
Sets the presentation protocol |
void |
setTransport(String pTransport)
Sets the transport protocol |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WBEMProtocol(String pTransport,
String pPresentation)
pTransport - The transport protocol (e.g. HTTP, HTTPS, RMI)pPresentation - The presentation protocol (e.g. CIM-XML)| Method Detail |
|---|
public String getPresentation()
public void setPresentation(String pPresentation)
pPresentation - The new value (e.g. CIM-XML)public String getTransport()
public void setTransport(String pTransport)
pTransport - The new value (e.g. HTTP).public boolean equals(Object pObj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||