Many jagtool commands take one or more entity identifiers as arguments. An entity identifier is a string of the form EntityType:EntityName that uniquely identifies an entity in the repository.
Table 12-3 provides examples of entity identifiers for each entity type.
Entity Identifier |
Specifies |
---|---|
|
Agent named agent1. |
|
Application named estore. |
|
Application client PetstoreClient in application estore. |
|
The cluster named TheBigCluster. |
|
Component named SVULogin that is installed in the SVU package. The package name is included because EAServer components always reside in packages. |
|
Connection cache named JavaCache. |
|
J2EE connector named BlackBoxLocalTx. |
|
Database type definition named Sybase_ASA. |
|
The entity collection named “MyEntityCollection.” |
|
The servlet filter MyFilter installed in the Web application WebTier. |
|
The named instance pool MyPool. |
|
The network listener iiops1 installed in the server named Jaguar. When specifying a listener name, use the server name and the listener name as displayed in EAServer Manager. |
|
The managed connection factory EASDemo in the J2EE connector named BlackBoxLocalTx. |
|
The isLogin method of component SVULogin in package SVU. |
|
The package named SVU. |
|
The role named MyRole. |
|
The security entity named “sample1.” |
|
The server named Jaguar. |
|
The service component MyComp, installed in package MyPack. Use this syntax to install or remove service components from a server. |
|
The servlet named StandaloneServlet. This syntax is valid only for servlets that are not installed in a Web application. |
|
The servlet named MyServlet in Web application named MyWebApp. You must use this syntax for servlets that are installed in a Web application. |
|
The Web application named Web tier. |
Not all jagtool commands support every type of entity in the repository. For example, the refresh command is not supported for the Listener entity type.
When a command specifies an invalid entity type, an appropriate error message is displayed.
Copyright © 2005. Sybase Inc. All rights reserved. |