|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.intersvrcom.InterSvrComServiceFwd
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
FC_RESOURCE
|
(package private) static boolean |
SERVER
|
Fields inherited from interface wt.method.RemoteAccess |
versionID |
Constructor Summary | |
InterSvrComServiceFwd()
|
Method Summary | |
byte[] |
exportKey(Site site)
Retrieves site's public security key. |
Site |
generateKeyPair(Site site)
Generates security keys for the site. |
Enumeration |
getAllSites()
Retrieves all the sites in the system. |
Timestamp |
getLastUpdated(Site site)
Supported API: false |
Site |
getLocalSite()
Retrieves master site. |
private static Manager |
getManager()
|
Repository |
getRepository(Site site)
Supported API: false |
Site |
getSite(String url)
Retrieves the site object with the supplied URL. |
Site |
getSiteByGuid(String guid)
Supported API: false |
Site |
getSiteByUfid(Ufid ufid)
Supported API: false |
SiteSecurity |
getSiteSecurity(ObjectReference oRef)
Supported API: false |
Site |
importKey(Site site,
byte[] is_bytes)
Imports another site's public key to this site. |
void |
registerUfidRepository(Site site,
Repository repository)
Supported API: false |
void |
unregisterUfidRepository(Site site)
Supported API: false |
void |
updateSiteSecurity(SiteSecurity ss)
Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final boolean SERVER
private static final String FC_RESOURCE
private static final String CLASSNAME
Constructor Detail |
public InterSvrComServiceFwd()
Method Detail |
private static Manager getManager() throws WTException
WTException
public Site generateKeyPair(Site site) throws WTException
generateKeyPair
in interface InterSvrComService
site
-
WTException
public byte[] exportKey(Site site) throws WTException
exportKey
in interface InterSvrComService
site
-
WTException
public Site importKey(Site site, byte[] is_bytes) throws WTException
importKey
in interface InterSvrComService
site
- is_bytes
-
WTException
public Timestamp getLastUpdated(Site site) throws WTException
getLastUpdated
in interface InterSvrComService
site
-
WTException
public Site getLocalSite() throws WTException
getLocalSite
in interface InterSvrComService
WTException
public Enumeration getAllSites() throws WTException
getAllSites
in interface InterSvrComService
WTException
public Site getSite(String url) throws WTException
getSite
in interface InterSvrComService
url
-
WTException
public Site getSiteByGuid(String guid) throws WTException
getSiteByGuid
in interface InterSvrComService
guid
-
WTException
public Site getSiteByUfid(Ufid ufid) throws WTException
getSiteByUfid
in interface InterSvrComService
ufid
-
WTException
public void registerUfidRepository(Site site, Repository repository) throws WTException
registerUfidRepository
in interface InterSvrComService
site
- repository
-
WTException
public void unregisterUfidRepository(Site site) throws WTException
unregisterUfidRepository
in interface InterSvrComService
site
-
WTException
public Repository getRepository(Site site) throws WTException
getRepository
in interface InterSvrComService
site
-
WTException
public SiteSecurity getSiteSecurity(ObjectReference oRef) throws WTException
getSiteSecurity
in interface InterSvrComService
oRef
-
WTException
public void updateSiteSecurity(SiteSecurity ss) throws WTException
updateSiteSecurity
in interface InterSvrComService
ss
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |