org.sblim.cimclient.discovery
private static class AdvertisementCatalog.AdvertisementDecorator extends Object implements WBEMServiceAdvertisement
UNKNOWN: Decorator iAvertisement!=null
| Constructor Summary | |
|---|---|
| protected | AdvertisementDecorator(WBEMServiceAdvertisement pAdvertisement)
Ctor.
|
| Method Summary | |
|---|---|
| WBEMClient | createClient(Subject pSubject, Locale[] pLocales) |
| boolean | equals(Object pObj) |
| protected WBEMServiceAdvertisement | getAdvertisementXXX()
Returns advertisement
|
| String | getAttribute(String pAttributeName) |
| Set | getAttributes() |
| String | getConcreteServiceType() |
| String | getDirectory() |
| String[] | getInteropNamespaces() |
| String | getServiceId() |
| String | getServiceUrl() |
| int | hashCode() |
| boolean | isExpired() |
| protected boolean | isRefresh()
Returns refresh
|
| protected void | setAdvertisement(WBEMServiceAdvertisement pAdvertisement)
Sets advertisement
|
| void | setExpired(boolean pExpired) |
| protected void | setRefresh(boolean pRefresh)
Sets refresh
|
Parameters: pAdvertisement The advertisement to decorate
Returns: The value of advertisement.
See Also: WBEMServiceAdvertisement
See Also: getAttributes
See Also: getConcreteServiceType
See Also: getDirectory
See Also: getInteropNamespaces
See Also: getServiceId
See Also: getServiceUrl
See Also: isExpired
Returns: The value of refresh.
Parameters: pAdvertisement The new value of advertisement.
See Also: WBEMServiceAdvertisement
Parameters: pRefresh The new value of refresh.