Deprecated Methods |
com.tibco.tibjms.admin.DestinationInfo.areBridgeTargetsInherited()
This method has been misnamed and replaced
by DestinationInfo.isBridgeTargetsInherited() . |
com.tibco.tibjms.admin.TopicInfo.areExportTransportsInherited()
This method has been misnamed and replaced
by TopicInfo.isExportTransportsInherited() . |
com.tibco.tibjms.admin.DestinationInfo.areImportTransportsInherited()
This method has been misnamed and replaced
by DestinationInfo.isImportTransportsInherited() . |
com.tibco.tibjms.Tibjms.getAllowCallbackInClose()
This method has been misnamed and replaced
by getAllowCloseInCallback . |
com.tibco.tibjms.admin.DestinationInfo.getDescription()
As of release 4.4 because destinations never had a
description property |
com.tibco.tibjms.admin.TibjmsAdmin.getDurables(String)
this method remains fully functional but in EMS 4.4 the
preferred way to obtain consumer information is via method
TibjmsAdmin.getConsumers(Long,String,DestinationInfo,boolean,int) |
com.tibco.tibjms.admin.hawk.HawkListener.getDurables(String)
Because TibjmsAdmin.getDurables() is deprecated. Use getConsumers instead. |
com.tibco.tibjms.admin.StoreInfo.getFileSize()
this method is not applicable to all store types.
Instead, if applicable, use FileStoreInfo.getSize() . |
com.tibco.tibjms.admin.StoreInfo.getFreeSpace()
this method is not applicable to all store types.
Instead, if applicable, use FileStoreInfo.getNotInUseSpace() . |
com.tibco.tibjms.admin.SSTransportInfo.getSubscribeMode()
As of release 5.0 subscribe mode is not configurable. |
com.tibco.tibjms.admin.StoreInfo.getUsedSpace()
this method is not applicable to all store types.
Instead, if applicable, use FileStoreInfo.getInUseSpace() . |
com.tibco.tibjms.admin.DurableInfo.isActive()
deprecated in EMS 4.4, use DurableInfo.isConnected() |
com.tibco.tibjms.Tibjms.setAllowCallbackInClose(boolean)
This method has been misnamed and replaced
by setAllowCloseInCallback . |
com.tibco.tibjms.admin.DestinationInfo.setDescription(String)
As of release 4.4 because destinations never had a
description property |