5475e870a507e3a77d7925d76397c20800d4c8ba
[packetcable.git] / packetcable-driver / src / main / java / org / pcmm / scd / package-info.java
1 /*
2  * Copyright (c) 2014 Cable Television Laboratories, Inc. and others.  All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8
9 /**
10  * <p>
11  * The Service Control Domain (SCD) is defined as a logical grouping of elements that offer applications and content to service subscribers.
12  * The Application Manager resides in the SCD. Note that there may be one or more SCDs related to a single RCD. Conversely, each RCD may interact with one or more SCDs.
13  * </p>
14  *
15  *
16  */
17 package org.pcmm.scd;
18