Entity collection
properties begin with com.sybase.jaguar.entitycollection
.
An entity collection allows you to group related entities together for easy replication to another EAServer installation via archives or synchronization.
When you install an entity in a collection, all child entities are automatically installed. For example, if you install a server, all applications, servlets, Web applications, and packages installed in that server become part of the entity collection.
EAServer Manager does not support entity collections, but you can manipulate them using jagtool or the Jaguar::Repository interface.
The Repository/EntityCollection directory of your EAServer installation contains a sample entity collection definition.
Chapter 12, “Using jagtool and jagant” “Deploying other entity types”
Specifies a text description of the entity collection.
desc
Where desc is the descriptive text.
Specifies application entities installed in this collection.
A comma-separated list of application names.
Specifies cluster entities installed in this collection.
A comma-separated list of cluster names.
Specifies connection caches that are installed in this collection.
A comma-separated list of connection cache names.
Specifies additional files to be included in the archive for this entity collection. The default file set are those files returned by calling Jaguar::Repository::files() on each entity installed in the collection.
Same as for com.sybase.jaguar.applicationclient.files.
com.sybase.jaguar.component.files
Specifies identities installed in this collection.
A comma-separated list of identity names (an identity is a
security entity of type identity
).
Specifies listeners that are installed in this collection.
A comma-separated list of listener names.
Specifies the name of this collection.
name
Where name is the collection name.
Specifies packages that are installed in this collection.
A comma-separated list of package names.
Specifies roles that are installed in this collection.
A comma-separated list of role names.
Specifies security profiles installed in this collection.
A comma-separated list of security profile names (a security
profile is a security entity of type listener
).
Specifies servers that are installed in this collection.
A comma-separated list of server names.
Specifies servlets that are installed in this collection.
A comma-separated list of servlet names.
Specifies Web applications that are installed in this collection.
A comma-separated list of Web application names.
Copyright © 2005. Sybase Inc. All rights reserved. |