Deprecated List

Class alma.acs.component.StatefulComponentLifecycle
Early construction -- do not use this class yet, methods may change.

Class alma.acs.genfw.runtime.sm.AcsStateIllegalEventException
since ACS 6.0, will be removed with 6.1 or 7.0. Use the generated alma.ACSErrTypeCommon.wrappers.AcsJIllegalStateEventEx instead. created Apr 15, 2004 4:45:45 PM

Class alma.ACS.MasterComponentImpl.tool.MasterComponentEventLogger
This is work in progress, don't use it yet!!!

Class alma.acs.nc.CorbaReceiver
since ACS 9.0, see http://jira.alma.cl/browse/COMP-4716

Class alma.acs.nc.Receiver
since ACS 9.0 Use CorbaReceiver instead, or better even Consumer.

Member alma::acs::container::ContainerServices.clearAlarm (String faultFamily, String faultMember, int faultCode)
The new getAlarmSource() method should be used instead, calling AlarmSource#clearAlarm(String, String, int) on the returned object

Member alma::acs::container::ContainerServices.createNotificationChannelPublisher (String channelName)
This method is not meant to be used yet. Future releases of ACS will remove this deprecation, providing a new generation of container-managed NC publishers.

Member alma::acs::container::ContainerServices.createNotificationChannelPublisher (String channelName, String channelNotifyServiceDomainName)
This method is not meant to be used yet. Future releases of ACS will remove this deprecation, providing a new generation of container-managed NC publishers.

Member alma::acs::container::ContainerServices.createNotificationChannelSubscriber (String channelName, String channelNotifyServiceDomainName)
This method is not meant to be used yet. Future releases of ACS will remove this deprecation, providing a new generation of container-managed NC subscribers.

Member alma::acs::container::ContainerServices.createNotificationChannelSubscriber (String channelName)
This method is not meant to be used yet. Future releases of ACS will remove this deprecation, providing a new generation of container-managed NC subscribers.

Member alma::acs::container::ContainerServices.getDynamicComponent (ComponentSpec compSpec, boolean markAsDefault)
use getDynamicComponent(ComponentQueryDescriptor, boolean) instead. if you need to set not only the standard fields component_name or component_type, but also the more advanced values component_code or container_name, please send a request to ACS so that access to these fields be included in the ComponentQueryDescriptor given to the recommended version of this method.

Member alma::acs::container::ContainerServices.raiseAlarm (String faultFamily, String faultMember, int faultCode)
The new getAlarmSource() method should be used instead, calling AlarmSource#raiseAlarm(String, String, int) on the returned object

Member alma::acs::container::ContainerServicesImpl.clearAlarm (String faultFamily, String faultMember, int faultCode)

Member alma::acs::container::ContainerServicesImpl.raiseAlarm (String faultFamily, String faultMember, int faultCode)

Member alma::acs::container::ContainerServicesProxy.getDynamicComponent (ComponentSpec compSpec, boolean markAsDefault)

Member alma::acs::container::testsupport::DummyContainerServices.getDynamicComponent (ComponentSpec compSpec, boolean markAsDefault)

Member alma::acs::entityutil::EntityDeserializer.deserializeEntity (String xmlString, Class entityClass)
use deserializeEntity(XmlEntityStruct, Class) instead. With the addition of timestamp to EntityT, this method will produce binding classes whose XML data can't be stored in the archive.

Member alma::acs::util::AcsLocations.convertToContainerDaemonLocation (String host, String port)
because the daemon port is fixed.

Member alma::acs::util::AcsLocations.convertToContainerDaemonLocation (String host, String port, String protocol)
because the daemon port is fixed.

Member alma::acs::util::AcsLocations.convertToServicesDaemonLocation (String host, String port)
because the daemon port is fixed.

Member alma::acs::util::AcsLocations.convertToServicesDaemonLocation (String host, String port, String protocol)
because the daemon port is fixed.

Member antlr::ASTFactory.setASTNodeType (String t)
since 2.7.1

Member antlr::NoViableAltForCharException.NoViableAltForCharException (char c, String fileName, int line)
As of ANTLR 2.7.2 use {

Member antlr::Parser.panic ()
as of 2.7.2. This method calls System.exit() and writes directly to stderr, which is usually not appropriate when a parser is embedded into a larger application. Since the method is static, it cannot be overridden to avoid these problems. ANTLR no longer uses this method internally or in generated code.

Member antlr::Parser.setASTNodeType (String nodeType)
since 2.7.1

Member antlr::RecognitionException.getErrorMessage ()
As of ANTLR 2.7.0

Member antlr::RecognitionException.RecognitionException (String s, String fileName_, int line_)
As of ANTLR 2.7.2 use {

Member antlr::SemanticException.SemanticException (String s, String fileName, int line)
As of ANTLR 2.7.2 use {

Member antlr::Tool.panic ()
as of 2.7.2 use fatalError(String). By default this method executes fatalError("panic");.

Member antlr::Tool.panic (String s)
as of 2.7.2 use fatalError(String). By defaykt this method executes fatalError("panic: " + s);.

Member antlr::TreeParser.panic ()
as of 2.7.2. This method calls System.exit() and writes directly to stderr, which is usually not appropriate when a parser is embedded into a larger application. Since the method is static, it cannot be overridden to avoid these problems. ANTLR no longer uses this method internally or in generated code.

Member antlr::TreeParser.setASTNodeType (String nodeType)
since 2.7.2

Member cern::gp::actions::support::ActionUtils.addJButtons (JComponent comp, Class[] actionClasses)
-- tell us (proj-gp-dev@cern.ch) if you really need it!

Member cern::gp::actions::support::ActionUtils.createJButton (SystemAction act)
-- use createJButton(Action)

Member cern::gp::explorer::ListTableExplorer.ListTableExplorer (Class viewableBeanClass)
this method is only used for a real SortableTreeTableExplorer

Member cern::gp::explorer::ListTableExplorer.ListTableExplorer (Class[] viewableBeanClasses)
this method is only used for a real SortableTreeTableExplorer

Member cern::gp::explorer::ListTableExplorer.setTableColumns (Class beanClass)
use setTableColumns(Object) or setTableColumns(GPBean, String[]) instead

Member cern::gp::explorer::ListTableExplorer.setTableColumns (Class beanClass, String[] propNames)
use setTableColumns(Object, String[]) or setTableColumns(GPBean, String[]) instead

Member cern::gp::explorer::TableHolderImpl.calcNodeProperty (PropertyDescriptor[] propDescriptors)
-- not needed anymore, use setTableColumns(Object bean, String[] propNames)

Member cern::gp::explorer::TableHolderImpl.calcPropertyDescriptorsFor (Class beanClass, String[] propNames)
-- not needed anymore, use setTableColumns(Object bean, String[] propNames)

Member cern::gp::explorer::TableHolderImpl.setTableColumns (Class beanClass)

Member cern::gp::explorer::TableHolderImpl.setTableColumns (Class beanClass, String[] propNames)

Member cern::gp::explorer::TreeTableExplorer.setTableColumns (Class beanClass)

Member cern::gp::explorer::TreeTableExplorer.setTableColumns (Class beanClass, String[] propNames)

Member cern::gp::nodes::impl::NodeUtils.copyToNewGPNodeArray (GPNode[] origNodes)
-- this should use a FilterNode

Member cern::gp::util::NbAssert.assertTrue (boolean condition, String errMsg)
(use assertTrue() instead)

Member com::cosylab::acs::maci::plug::ManagerProxy.getComponents (int id, URI[] curls, boolean activate, StatusSeqHolder statuses)

Member com::cosylab::acs::maci::plug::ManagerProxy.getDynamicComponents (int id, ComponentSpec[] components)

Member com::cosylab::acs::maci::plug::ManagerProxy.getServices (int id, URI[] curls, boolean activate, StatusSeqHolder statuses)

Member com::cosylab::acs::maci::plug::ManagerProxy.releaseComponents (int id, URI[] curls)

Member org::exolab::castor::core::exceptions::CastorException.getException ()
Please move to getCause().

Member org::exolab::castor::mapping::ExtendedFieldHandler.checkValidity (Object object)
No longer supported

Member org::exolab::castor::mapping::FieldHandler.checkValidity (Object object)
No longer supported

Member org::exolab::castor::mapping::loader::ExtendedFieldHandler.checkValidity (Object object)
No longer supported

Member org::exolab::castor::mapping::loader::FieldHandlerFriend.checkValidity (Object object)
No longer supported

Member org::exolab::castor::xml::dtd::parser::CharStream.getColumn ()

Member org::exolab::castor::xml::dtd::parser::CharStream.getLine ()

Member org::exolab::castor::xml::dtd::parser::InputCharStream.getColumn ()

Member org::exolab::castor::xml::dtd::parser::InputCharStream.getLine ()

Member org::exolab::castor::xml::Marshaller.getNSPrefixAtRoot ()

Member org::exolab::castor::xml::Marshaller.setNSPrefixAtRoot (boolean nsPrefixAtRoot)

Member org::exolab::castor::xml::schema::Group.isModelGroupDefinition ()
Since Castor 0.9.2, to handle properly the <group> element the class ModelGroup has been created

Member org::exolab::castor::xml::schema::Group.setIsModelGroupDefinition (boolean isModelGroupDefinition)
Since Castor 0.9.2, to handle properly the <group> element the class ModelGroup has been created

Member org::exolab::castor::xml::schema::writer::SchemaWriter.enable

Member org::exolab::castor::xml::validators::StringValidator.setFixedValue (String fixedValue)
since 0.9.4_beta

Member org::openide::actions::ToolsAction.setModel (Model m)
Useless, see ActionManager.

Member org::openide::windows::TopComponent.closeNotify ()
Use componentClosed instead.

Member org::openide::windows::TopComponent.getSystemActions ()
Use getActions() instead.

Member org::openide::windows::TopComponent.openNotify ()
Use componentOpened instead.
 All Classes Namespaces Files Functions Variables Enumerations Properties