Class mheg5.OBJ.Group
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.OBJ.Group

java.lang.Object
   |
   +----mheg5.UTL.ListNode
           |
           +----mheg5.REF.ObjectRef
                   |
                   +----mheg5.OBJ.Root
                           |
                           +----mheg5.OBJ.Group

public class Group
extends Root
implements AIGroup

Variable Index

 o GroupCachePriority
Internal attribute GroupCachePriority
 o Items
Own exchanged attribute Items
 o itemsTable
Hashtable of Groupitems.
 o ObjectInformation
Own exchanged attribute ObjectInformation
 o OnCloseDown
Own exchanged attribute OnCloseDown
 o OnStartUp
Own exchanged attribute OnStartUp
 o OriginalGroupCachePriority
Own exchanged attribute OriginalGroupCachePriority
 o StandardIdentifier1
Own exchanged attribute StandardIdentifier
 o StandardIdentifier2
 o StandardVersion
Own exchanged attribute StandardVersion

Constructor Index

 o Group()

Method Index

 o Activation()
_Activation_
 o CheckConstraints()
Checking of constraints requested by the mheg-5 IS
 o Deactivation()
_Deactivation_ This behaviour has the basic semantics of notifying the MHEG-5 engine to deactivate this object immediately.
 o Destruction()
_Destruction_
 o Preparation()
Internal behaviour of this class See MHEG-5 IS Standard chapter 9.3 _Preparation_
 o SetCachePriority(int)
SetCachePriority (NewCachePriority)
 o SetInternalAttributes()
Setup of internal attributes of this class

Variables

 o StandardIdentifier1
  public int StandardIdentifier1
Own exchanged attribute StandardIdentifier
 o StandardIdentifier2
  public int StandardIdentifier2
 o StandardVersion
  public int StandardVersion
Own exchanged attribute StandardVersion
 o ObjectInformation
  public String ObjectInformation
Own exchanged attribute ObjectInformation
 o OnStartUp
  public Array OnStartUp
Own exchanged attribute OnStartUp
 o OnCloseDown
  public Array OnCloseDown
Own exchanged attribute OnCloseDown
 o OriginalGroupCachePriority
  public int OriginalGroupCachePriority
Own exchanged attribute OriginalGroupCachePriority
 o Items
  public Array Items
Own exchanged attribute Items
 o GroupCachePriority
  public int GroupCachePriority
Internal attribute GroupCachePriority
 o itemsTable
  public Hashtable itemsTable
Hashtable of Groupitems.

Constructors

 o Group
  public Group()

Methods

 o Preparation
  public void Preparation()
Internal behaviour of this class See MHEG-5 IS Standard chapter 9.3 _Preparation_
Overrides:
Preparation in class Root
 o Destruction
  public void Destruction()
_Destruction_
Overrides:
Destruction in class Root
 o Activation
  public void Activation()
_Activation_
Overrides:
Activation in class Root
 o Deactivation
  public void Deactivation()
_Deactivation_ This behaviour has the basic semantics of notifying the MHEG-5 engine to deactivate this object immediately.
Overrides:
Deactivation in class Root
 o SetInternalAttributes
  public void SetInternalAttributes()
Setup of internal attributes of this class
Overrides:
SetInternalAttributes in class Root
 o SetCachePriority
  public void SetCachePriority(int NewCachePriority)
SetCachePriority (NewCachePriority)
 o CheckConstraints
  public void CheckConstraints()
Checking of constraints requested by the mheg-5 IS

All Packages  Class Hierarchy  This Package  Previous  Next  Index