|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
hypercast.OL_Socket.createMessage(byte[], int)
The length parameter is redundant. |
|
hypercast.OL_Socket.createMessage(byte[], int, byte[])
The length parameter is redundant. |
|
hypercast.OL_Socket.createMessage(byte[], int, int)
The length parameter is redundant. |
|
hypercast.HyperCastConfig.getBooleanProperty(String)
use getBooleanAttribute (final XPath attrXpath) |
|
hypercast.HyperCastConfig.getIntProperty(String)
use getIntAttribute (final XPath attrXpath) |
|
hypercast.HyperCastConfig.getIntProperty(String, int)
Default values are stored in the HyperCast XML Schema file which acts as a centralized repository for default values. By using the defaults stored in the XML Schema file, constants or "magic numbers" are not spread throughout the code. Use a version of getIntProperty that does not accept a caller provided default value. |
|
hypercast.HyperCastConfig.getLongProperty(String)
use getLongAttribute (final XPath attrXpath) |
|
hypercast.HyperCastConfig.getLongProperty(String, long)
Default values are stored in the HyperCast XML Schema file which acts as a centralized repository for default values. By using the defaults stored in the XML Schema file, constants or "magic numbers" are not spread throughout the code. Use a version of getLongProperty that does not accept a caller provided default value. |
|
hypercast.I_OverlayMessage.getMessageID()
use getMessageIdentifier |
|
hypercast.OL_Message.getMessageID()
use getMessageIdentifier |
|
hypercast.HyperCastConfig.getNonNegativeIntProperty(String)
use getNonNegativeIntAttribute (final XPath attrXpath) |
|
hypercast.HyperCastConfig.getNonNegativeIntProperty(String, int)
Default values are stored in the HyperCast XML Schema file which acts as a centralized repository for default values. By using the defaults stored in the XML Schema file, constants or "magic numbers" are not spread throughout the code. Use a version of getNonNegativeIntProperty that does not accept a caller provided default value. |
|
hypercast.HyperCastConfig.getNonNegativeLongProperty(String)
use getNonNegativeLongAttribute (final XPath attrXpath) |
|
hypercast.HyperCastConfig.getNonNegativeLongProperty(String, long)
Default values are stored in the HyperCast XML Schema file which acts as a centralized repository for default values. By using the defaults stored in the XML Schema file, constants or "magic numbers" are not spread throughout the code. Use a version of getNonNegativeLongProperty that does not accept a caller provided default value. |
|
hypercast.HyperCastConfig.getNonNegativeShortProperty(String)
use getNonNegativeShortAttribute (final XPath attrXpath) |
|
hypercast.HyperCastConfig.getNonNegativeShortProperty(String, short)
Default values are stored in the HyperCast XML Schema file which acts as a centralized repository for default values. By using the defaults stored in the XML Schema file, constants or "magic numbers" are not spread throughout the code. Use a version of getNonNegativeShortProperty that does not accept a caller provided default value. |
|
hypercast.HyperCastConfig.getPositiveIntProperty(String)
use getPositiveIntAttribute (final XPath attrXpath) |
|
hypercast.HyperCastConfig.getPositiveIntProperty(String, int)
Default values are stored in the HyperCast XML Schema file which acts as a centralized repository for default values. By using the defaults stored in the XML Schema file, constants or "magic numbers" are not spread throughout the code. Use a version of getPositiveIntProperty that does not accept a caller provided default value. |
|
hypercast.HyperCastConfig.getPositiveLongProperty(String)
use getPositiveLongAttribute (final XPath attrXpath) |
|
hypercast.HyperCastConfig.getPositiveLongProperty(String, long)
Default values are stored in the HyperCast XML Schema file which acts as a centralized repository for default values. By using the defaults stored in the XML Schema file, constants or "magic numbers" are not spread throughout the code. Use a version of getPositiveLongProperty that does not accept a caller provided default value. |
|
hypercast.HyperCastConfig.getPositiveShortProperty(String)
use getPositiveShortAttribute (final XPath attrXpath) |
|
hypercast.HyperCastConfig.getPositiveShortProperty(String, short)
Default values are stored in the HyperCast XML Schema file which acts as a centralized repository for default values. By using the defaults stored in the XML Schema file, constants or "magic numbers" are not spread throughout the code. Use a version of getPositiveShortProperty that does not accept a caller provided default value. |
|
hypercast.OL_Message.getPrevhopAddress()
name has changed from Prevhop Address to Previous Hop Address, use getPreviousHopAddress |
|
hypercast.HyperCastConfig.getProperty(String)
use getTextAttribute(final XPath attrXpath). |
|
hypercast.OL_Message.getRoutingAddress()
name has changed: Routing Address to Destination Address, use getDestinationAddress |
|
hypercast.I_OverlayMessage.getServiceNumber()
use getServiceIdentifier |
|
hypercast.OL_Message.getServiceNumber()
use getServiceIdentifier |
|
hypercast.HyperCastConfig.getShortProperty(String)
use getShortAttribute (final XPath attrXpath) |
|
hypercast.HyperCastConfig.getShortProperty(String, short)
Default values are stored in the HyperCast XML Schema file which acts as a centralized repository for default values. By using the defaults stored in the XML Schema file, constants or "magic numbers" are not spread throughout the code. Use a version of getShortProperty that does not accept a caller provided default value. |
|
hypercast.I_OverlayMessage.getSrcAddress()
use getSourceAddress(); |
|
hypercast.OL_Message.getSrcAddress()
name has changed from Src Address to Source Address, use getSourceAddress |
|
hypercast.HCastInputStream.getStreamID()
use getStreamIdentifier |
|
hypercast.HCastOutputStream.getStreamID()
use getStreamIdentifier |
|
hypercast.I_OverlayMessage.getStreamID()
use getStreamIdentifier |
|
hypercast.OL_Message.getStreamID()
use getStreamIdentifier |
|
hypercast.HyperCastConfig.getStringProperty(String)
use getTextAttribute (final XPath attrXpath) |
|
hypercast.HyperCastConfig.getStringProperty(String, String)
Default values are stored in the HyperCast XML It is possible that this method should be deprecated, but the jury is still out. Ideally the default value should be extracted from the HyperCast XML Schema file. However, there is some debate (Nov 2004) about what to do when an attribute value is not defined in a configuration file and that attribute has no "natural" default. |
|
hypercast.RouteRecord.insertLA(I_LogicalAddress, int)
use insertLogicalAddress |
|
hypercast.OL_Message.setPrevhopAddress(I_LogicalAddress)
name has changed from Prevhop Address to Previous Hop Address, use setPreviousHopAddress |
|
hypercast.OL_Message.setRoutingAddress(I_LogicalAddress)
name has changed: Routing Address to Destination Address, use setDestinationAddress |
|
hypercast.HCastOutputStream.setSendFlood()
use setFlood |
|
hypercast.HCastOutputStream.setSendToAll()
use setBroadcast |
|
hypercast.HCastOutputStream.setSendToUnicast(I_LogicalAddress)
use setUnicast |
|
hypercast.OL_Message.setSrcAddress(I_LogicalAddress)
name has changed from Src Address to Source Address, use setSourceAddress |
|
hypercast.MessageStoreFSM_Naming.setTimer(Object, long)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |