Entity collection properties

Description

Entity collection properties begin with com.sybase.jaguar.entitycollection.

Usage

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.

See also

Chapter 12, “Using jagtool and jagant” “Deploying other entity types”




com.sybase.jaguar.description

Description

Specifies a text description of the entity collection.

Syntax

desc

Where desc is the descriptive text.




com.sybase.jaguar.entitycollection.applications

Description

Specifies application entities installed in this collection.

Syntax

A comma-separated list of application names.

See also

Application properties




com.sybase.jaguar.entitycollection.clusters

Description

Specifies cluster entities installed in this collection.

Syntax

A comma-separated list of cluster names.

See also

Cluster properties




com.sybase.jaguar.entitycollection.connectioncaches

Description

Specifies connection caches that are installed in this collection.

Syntax

A comma-separated list of connection cache names.

See also

Connection cache properties




com.sybase.jaguar.entitycollection.files

Description

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.

Syntax

Same as for com.sybase.jaguar.applicationclient.files.

See also

com.sybase.jaguar.component.files




com.sybase.jaguar.entitycollection.identities

Description

Specifies identities installed in this collection.

Syntax

A comma-separated list of identity names (an identity is a security entity of type identity).

See also

Security properties




com.sybase.jaguar.entitycollection.listeners

Description

Specifies listeners that are installed in this collection.

Syntax

A comma-separated list of listener names.

See also

Listener properties




com.sybase.jaguar.entitycollection.name

Description

Specifies the name of this collection.

Syntax

name

Where name is the collection name.




com.sybase.jaguar.entitycollection.packages

Description

Specifies packages that are installed in this collection.

Syntax

A comma-separated list of package names.

See also

Package properties




com.sybase.jaguar.entitycollection.roles

Description

Specifies roles that are installed in this collection.

Syntax

A comma-separated list of role names.

See also

Role properties




com.sybase.jaguar.entitycollection.securityprofiles

Description

Specifies security profiles installed in this collection.

Syntax

A comma-separated list of security profile names (a security profile is a security entity of type listener).

See also

Security properties




com.sybase.jaguar.entitycollection.servers

Description

Specifies servers that are installed in this collection.

Syntax

A comma-separated list of server names.

See also

Server properties




com.sybase.jaguar.entitycollection.servlets

Description

Specifies servlets that are installed in this collection.

Syntax

A comma-separated list of servlet names.

See also

Servlet properties




com.sybase.jaguar.entitycollection.webapplications

Description

Specifies Web applications that are installed in this collection.

Syntax

A comma-separated list of Web application names.

See also

Web application properties