Modifier and Type | Method and Description |
---|---|
static SysInfo |
VDSSysInfo2NMI.vdsSysInfo2NMI(VDSSysInfo sysinfo)
Converts VDS SysInfo to NMI based SysInfo object
|
Modifier and Type | Method and Description |
---|---|
VDSSysInfo |
SiteCatalogEntry3.getVDSSysInfo()
Returns the sysinfo for the site.
|
VDSSysInfo |
SiteCatalogEntry.getVDSSysInfo()
Returns the sysinfo for the site.
|
VDSSysInfo |
SiteStore.getVDSSysInfo(String handle)
Returns the
VDSSysInfo for the site |
Modifier and Type | Method and Description |
---|---|
void |
SiteCatalogEntry3.setVDSSysInfo(VDSSysInfo sysinfo)
Sets the sysinfo for the site.
|
void |
SiteCatalogEntry.setVDSSysInfo(VDSSysInfo sysinfo)
Sets the sysinfo for the site.
|
Modifier and Type | Method and Description |
---|---|
abstract VDSSysInfo |
PoolInfoProvider.getSysinfo(String siteID)
Returns the System information for a single site.
|
VDSSysInfo |
Abstract.getSysinfo(String siteID)
Returns the System information for a single site.
|
Modifier and Type | Field and Description |
---|---|
private VDSSysInfo |
SiteInfo.mSysInfo
The system information of the remote site.
|
Modifier and Type | Method and Description |
---|---|
VDSSysInfo |
TransformationCatalogEntry.getVDSSysInfo()
Returns the System Information in the old VDS format associated with the
transformation.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformationCatalogEntry.setVDSSysInfo(VDSSysInfo sysinfo)
Set the System Information associated with the transformation.
|
Constructor and Description |
---|
TransformationCatalogEntry(String namespace,
String name,
String version,
String resourceid,
String physicalname,
TCType type,
List profiles,
VDSSysInfo sysinfo)
Optimized Constructor
|
Modifier and Type | Method and Description |
---|---|
static VDSSysInfo |
NMI2VDSSysInfo.nmiToVDSSysInfo(SysInfo.Architecture arch,
SysInfo.OS os,
String glibc)
Returns the VDS VDSSysInfo object corresponding to the NMI arch and OS
|
static VDSSysInfo |
NMI2VDSSysInfo.nmiToVDSSysInfo(SysInfo sysinfo)
Returns the VDSSysInfo object.
|
Modifier and Type | Method and Description |
---|---|
private long |
Database.addSysInfo(VDSSysInfo system)
Adds a system information entry into the TC.
|
private long |
Database.getSysInfoId(VDSSysInfo system)
Gets the id for the system information entry.
|