use of com.att.cdp.zones.model.Server in project AJSC by att.
the class ConnectedServer method refreshAll.
/**
* @see com.att.cdp.zones.model.Server#refresh()
*/
@Override
public void refreshAll() throws ZoneException {
Context context = getContext();
Server copy = context.getComputeService().getServer(getId());
ObjectMapper.map(copy, this);
}
Aggregations