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.RVCMTransportInfo.getExlicitConfigOnly()
as of EMS 6.0, use the correctly spelled API getExplicitConfigOnly() |
com.tibco.tibjms.admin.ServerInfo.getFaultTolerantFailoverReread()
As of release 6.0 |
com.tibco.tibjms.admin.StoreInfo.getFileSize()
this method is not applicable to all store types.
Instead, if applicable, use FileStoreInfo.getSize()
or MStoreInfo.getSize() . |
com.tibco.tibjms.admin.StoreInfo.getFreeSpace()
this method is not applicable to all store types.
Instead, if applicable, use FileStoreInfo.getNotInUseSpace()
or MStoreInfo.getNotInUseSpace() . |
com.tibco.tibjms.admin.TibjmsAdmin.getStoreInfo(int)
As of EMS 6.1.0, replaced by TibjmsAdmin.getStoreInfo(String) |
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()
or MStoreInfo.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 |