|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.services.StandardManager
wt.intersvrcom.StandardInterSvrComService
public class StandardInterSvrComService
Use the newStandardInterSvrComService static factory method(s),
not the StandardInterSvrComService constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
| Nested Class Summary | |
|---|---|
static class |
wt.intersvrcom.StandardInterSvrComService.SiteInfoCache
|
static class |
wt.intersvrcom.StandardInterSvrComService.SiteSecurityListener
|
| 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. |
| Methods inherited from class wt.services.StandardManager |
|---|
getManagerService, getManagerStatus, getName, getStartupType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Enumeration getAllSites(WTContainerRef containerRef)
throws WTException
getAllSites in interface InterSvrComServicecontainerRef -
WTException
public wt.intersvrcom.Site generateKeyPair(wt.intersvrcom.Site site)
throws WTException
generateKeyPair in interface InterSvrComServicesite -
WTException
public byte[] exportKey(wt.intersvrcom.Site site)
throws WTException
exportKey in interface InterSvrComServicesite -
WTException
public wt.intersvrcom.Site importKey(wt.intersvrcom.Site site,
byte[] is_bytes)
throws WTException
importKey in interface InterSvrComServicesite - is_bytes -
WTException
public wt.intersvrcom.Site getLocalSite()
throws WTException
getLocalSite in interface InterSvrComServiceWTException
public Enumeration getAllSites()
throws WTException
getAllSites in interface InterSvrComServiceWTException
public wt.intersvrcom.Site getSite(String url)
throws WTException
getSite in interface InterSvrComServiceurl -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||