Entity identifiers

Many wstool commands take one or more entity identifiers as arguments. An entity identifier is a string of the form EntityType:EntityName that uniquely identifies an entry in the repository; for example, a server, component, collection, or keystore name.

Table 9-1 provides examples of entity identifiers for each entity type.

Table 9-1: Example entity identifiers

Entity identifier

Specifies

component:SVU/SVULogin

Component named SVULogin that is installed in the SVU package. The package name is included because EAServer components always reside in packages.

collection:MyCollection

The Web services collection named MyCollection.

method:SVU/SVULogin/isLogin

The isLogin method of component SVULogin in package SVU.

role:MyRole

The role named MyRole.

server:Jaguar

The server named Jaguar.

service:MyWcoll/MyWebService

The Web service named MyWebService contained in the MyWcoll Web collection.

methodParams:SVU/SVULogin/isLogin

The method parameters for the isLogin method of component SVULogin in package SVU.

Not all wstool commands support every type of entity in the repository. Use the help option to see the supported entities for each command.

When a command specifies an invalid entity type, an error message displays.