javax.activity.propertygroup
Interface PropertyGroupManager


public interface PropertyGroupManager


Method Summary
 java.util.Properties getProperties()
           
 PropertyGroupContext marshalRequest(PropertyGroup pg)
           
 PropertyGroupContext marshalResponse(PropertyGroup pg)
           
 PropertyGroup recoverPropertyGroup(PropertyGroup parent, GlobalId globalId)
           
 PropertyGroup unmarshalRequest(PropertyGroupContext ctx, PropertyGroup pg, PropertyGroup parent, GlobalId globalId)
           
 void unmarshalResponse(PropertyGroupContext ctx, PropertyGroup pg)
           
 

Method Detail

recoverPropertyGroup

public PropertyGroup recoverPropertyGroup(PropertyGroup parent,
                                          GlobalId globalId)
                                   throws SystemException
Throws:
SystemException

marshalRequest

public PropertyGroupContext marshalRequest(PropertyGroup pg)

marshalResponse

public PropertyGroupContext marshalResponse(PropertyGroup pg)

unmarshalRequest

public PropertyGroup unmarshalRequest(PropertyGroupContext ctx,
                                      PropertyGroup pg,
                                      PropertyGroup parent,
                                      GlobalId globalId)

unmarshalResponse

public void unmarshalResponse(PropertyGroupContext ctx,
                              PropertyGroup pg)

getProperties

public java.util.Properties getProperties()