javax.activity
Class PropertyGroupContext

java.lang.Object
  extended byjavax.activity.PropertyGroupContext

public class PropertyGroupContext
extends java.lang.Object


Constructor Summary
PropertyGroupContext(java.lang.String propertyGroupName, org.omg.CORBA.Any contextData)
           
PropertyGroupContext(java.lang.String propertyGroupName, java.rmi.MarshalledObject contextData)
           
PropertyGroupContext(java.lang.String propertyGroupName, java.io.Serializable contextData)
           
 
Method Summary
 org.omg.CORBA.Any getContextDataAny()
           
 java.io.Serializable getContextDataValue()
           
 java.lang.String getPropertyGroupName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyGroupContext

public PropertyGroupContext(java.lang.String propertyGroupName,
                            java.io.Serializable contextData)

PropertyGroupContext

public PropertyGroupContext(java.lang.String propertyGroupName,
                            java.rmi.MarshalledObject contextData)

PropertyGroupContext

public PropertyGroupContext(java.lang.String propertyGroupName,
                            org.omg.CORBA.Any contextData)
Method Detail

getPropertyGroupName

public java.lang.String getPropertyGroupName()

getContextDataValue

public java.io.Serializable getContextDataValue()

getContextDataAny

public org.omg.CORBA.Any getContextDataAny()