com.bea.dsp.management.deployment
Interface DeploymentPrimitive.CreateOrUpdate

All Superinterfaces:
DeploymentPrimitive, java.io.Serializable
All Known Subinterfaces:
DeploymentPrimitive.Create, DeploymentPrimitive.Update
Enclosing interface:
DeploymentPrimitive

public static interface DeploymentPrimitive.CreateOrUpdate
extends DeploymentPrimitive


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.bea.dsp.management.deployment.DeploymentPrimitive
DeploymentPrimitive.Create, DeploymentPrimitive.CreateOrUpdate, DeploymentPrimitive.Delete, DeploymentPrimitive.Kind, DeploymentPrimitive.Update
 
Method Summary
 java.lang.Object getValue()
          May not return null.
 
Methods inherited from interface com.bea.dsp.management.deployment.DeploymentPrimitive
getKind, getLocator, getResourceTypeValue
 

Method Detail

getValue

java.lang.Object getValue()
                          throws java.lang.Exception
May not return null.

Returns:
The data content of the present primitive:
  • byte[] for definition artifacts.
  • XmlObject for configuration artifacts.
Throws:
java.lang.Exception - If problems were encountered while loading the value from the underlying resource.


Copyright © 2007 BEA Systems Inc. All Rights Reserved.