|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InterSvrComService
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
byte[] |
exportKey(wt.intersvrcom.Site site)
Retrieves site's public security key. |
wt.intersvrcom.Site |
generateKeyPair(wt.intersvrcom.Site site)
Generates security keys for the site. |
Enumeration |
getAllSites()
Retrieves all the sites in the system. |
Enumeration |
getAllSites(WTContainerRef containerRef)
Retrieves all the sites in the system under a specified container reference. |
wt.intersvrcom.Site |
getLocalSite()
Retrieves master site. |
wt.intersvrcom.Site |
getSite(String url)
Retrieves the site object with the supplied URL. |
wt.intersvrcom.Site |
importKey(wt.intersvrcom.Site site,
byte[] is_bytes)
Imports another site's public key to this site. |
| Method Detail |
|---|
wt.intersvrcom.Site generateKeyPair(wt.intersvrcom.Site site)
throws WTException
site -
WTException
byte[] exportKey(wt.intersvrcom.Site site)
throws WTException
site -
WTException
wt.intersvrcom.Site importKey(wt.intersvrcom.Site site,
byte[] is_bytes)
throws WTException
site - is_bytes -
WTException
wt.intersvrcom.Site getLocalSite()
throws WTException
WTException
Enumeration getAllSites()
throws WTException
WTException
wt.intersvrcom.Site getSite(String url)
throws WTException
url -
WTException
Enumeration getAllSites(WTContainerRef containerRef)
throws WTException
containerRef -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||