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 |
SiteCatalogEntry.getVDSSysInfo()
Returns the sysinfo for the site.
|
VDSSysInfo |
SiteCatalogEntry3.getVDSSysInfo()
Returns the sysinfo for the site.
|
VDSSysInfo |
SiteStore.getVDSSysInfo(java.lang.String handle)
Returns the
VDSSysInfo for the site |
Modifier and Type | Method and Description |
---|---|
void |
SiteCatalogEntry.setVDSSysInfo(VDSSysInfo sysinfo)
Sets the sysinfo for the site.
|
void |
SiteCatalogEntry3.setVDSSysInfo(VDSSysInfo sysinfo)
Sets the sysinfo for the site.
|
Modifier and Type | Method and Description |
---|---|
abstract VDSSysInfo |
PoolInfoProvider.getSysinfo(java.lang.String siteID)
Returns the System information for a single site.
|
VDSSysInfo |
Abstract.getSysinfo(java.lang.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(java.lang.String namespace,
java.lang.String name,
java.lang.String version,
java.lang.String resourceid,
java.lang.String physicalname,
TCType type,
java.util.List profiles,
VDSSysInfo sysinfo)
Optimized Constructor
|
Modifier and Type | Method and Description |
---|---|
static VDSSysInfo |
NMI2VDSSysInfo.nmiToVDSSysInfo(SysInfo.Architecture arch,
SysInfo.OS os,
java.lang.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.
|