Chapter 4 Defining Components
Your component must be installed in a package before it can be run by applications. Components that have the same name but are installed in different packages are different components; modifying or deleting one does not effect the other.
Creating a new component and installing it to a package
The new component appears in the package's list of installed components, and the Component Properties window displays.
Renaming a component
Copying and pasting components
Use copy/paste to copy a component's definition to another package.
EAServer Manager installs a copy of the component's definition into the specified package. You can modify the new component's properties without affecting the original. However, the copied and original definitions refer to the same IDL interfaces and implementation files.
Deleting a component
When you delete a component, EAServer Manager does not delete the IDL interfaces and types that were used by the component. If you are sure that the component's interface and types are not used by any other component, you can delete unused types as described in "Editing IDL types, exceptions, and interfaces". Alternatively, you can delete the package in which the component is installed and specify full deletion as described in "Modifying packages ".
| Copyright (C) 2004. Sybase Inc. All rights reserved. |
| |