Package wt.intersvrcom

Site External API:

See:
          Description

Interface Summary
InterSvrComService

Supported API: true

Extendable: false
SiteMonitorMBean Provides status and statistics for vaulting sites.
 

Class Summary
StandardInterSvrComService Use the newStandardInterSvrComService static factory method(s), not the StandardInterSvrComService constructor, to construct instances of this class.
URLAuthenticator

Supported API: true

Extendable: false
 

Package wt.intersvrcom Description

Site External API:

To create new Site, create an instance of the Site object, fill in the attributes and persist the object.

To retrieve master site, call
        InterSvrComHelper.service.getLocalSite()

To retrieve all existing sites, call
        InterSvrComHelper.service.getAllSites()

To generate security keys for the site, call
        InterSvrComHelper.service.generateKeyPair( Site site )

To retrieve site’s public key, call
        InterSvrComHelper.service.exportKey( Site site )

To import other site’s public key to a given site, call
        InterSvrComHelper.service.importKey( Site site, byte[] is_bytes )

To get site by its URL, call
        InterSvrComHelper.service.getSite( String url )