Release Notes > JTGO 4.0 Release Notes > API Changes > Changed Methods and Attributes

Table 3.17 Changed Methods and Attributes
Changed 
Description  
ilog.cpl.IlpNetwork.dispose 
This method now disconnects the component from the data source 
ilog.cpl.IlpNetwork.getOverview 
This method now returns an ilog.views.maps.beans.IlvJOverview 
ilog.cpl.network.IlpNetworkView.getOverview 
This method now returns an ilog.views.maps.beans.IlvJOverview 
ilog.cpl.network.IlpNetworkView.createGrapher 
This method now returns an ilog.views.IlvGrapher instead of ilog.tgo.graphic.IltNetwork 
ilog.cpl.IlpEquipment.dispose 
This method now disconnects the component from the data source 
ilog.cpl.IlpEquipment.getOverview 
This method now returns an ilog.views.maps.beans.IlvJOverview 
ilog.cpl.equipment.IlpEquipmentView.getOverview 
This method now returns an ilog.views.maps.beans.IlvJOverview 
ilog.tgo.model.IltShelfItem.TypeAttribute 
This attribute no longer exists, it has been replaced by IltCard.TypeAttribute and IltCardCarrier.TypeAttribute 
ilog.tgo.model.IltAlarm.State.getHighestAlarmSeverity(), getHighestNewAlarmSeverity(), getHighestAcknowledgedAlarmSeverity() 
These methods now return ilog.tgo.model.IltAlarmSeverity instead of ilog.tgo.model.IltAlarm.Severity.  
They take into account both raw and impact alarms. 
ilog.tgo.model.IltAlarm.State.getHighestAlarmSeverity(IltAlarm.Severity), getHighestNewAlarmSeverity(IltAlarm.Severity), getHighestAcknowledgedAlarmSeverity(IltAlarm.Severity) 
These methods now take ilog.tgo.model.IltAlarmSeverity instead of ilog.tgo.model.IltAlarm.Severity, and return an ilog.tgo.model.IltAlarmSeverity instead of ilog.tgo.model.IltAlarm.Severity
They take into account both raw and impact alarms. 
ilog.tgo.model.IltAlarm.State: 
acknowledgeAlarm(IltAlarmSeverity), acknowledgeAllAlarms(), acknowledgeAllAlarms(IltAlarmSeverity), addAcknowledgedAlarm(IltAlarmSeverity), addNewAlarm(IltAlarmSeverity), removeAcknowledgedAlarm(IltAlarmSeverity), removeAllAcknowledgedAlarms(), removeAllAcknowledgedAlarms(IltAlarmSeverity), removeAllAlarms(), removeAllNewAlarms(), removeNewAlarm(IltAlarmSeverity), reset(), setAcknowledgedAlarmCount(IltAlarmSeverity, int), setNewAlarmCount(IltAlarmSeverity, int) 
These methods throw an IllegalStateException when the alarm counters are automatically computed from the list of alarms associated with the business objects. See ilog.tgo.model.IltAlarm.State.setComputedFromAlarmList()  
ilog.cpl.model.container.RepresentationNodeEvent.getType  
Now returns an IlEventType  
ilog.cpl.model.container.RepresentationLinkEvent.getType  
Now returns an IlEventType 
ilog.cpl.network.NetworkModelObserveEvent.getType 
Now returns an IlEventType