summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/entity/agent/package-info.java
blob: 37e9abbd09d43ec45be7513b9b4ccf7fe3e83c0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * The implementation of Agents, and their Jobs.
 * 
 * <p>This package contains the classes for the implementation of
 * Agents on the CRISTAL server. They correspond to the Item implementations in
 * the parent package.
 * <p>This package also contains the {@link Job} object implementation, as well
 * as the RemoteMap JobList, and the marshallable container JobArrayList.
 * 
 */

package com.c2kernel.entity.agent;