complexType ManagedEntityKeyResult

complexType {http://java.sun.com/products/oss/xml/Common}ManagedEntityKeyResult

Derived Types
{http://java.sun.com/products/oss/xml/Common}ManagedEntityKeyResult
 {http://java.sun.com/products/oss/xml/TroubleTicket}TroubleTicketKeyResult (by extension)
 {http://java.sun.com/products/oss/xml/ServiceActivation}OrderKeyResult (by extension)
 {http://java.sun.com/products/oss/xml/ServiceActivation}ServiceKeyResult (by extension)
 {http://java.sun.com/products/oss/xml/CBE/Core}EntityKeyResult (by extension)
  {http://java.sun.com/products/oss/xml/CBE/Measurement}PerformanceMonitorKeyResult (by extension)
  {http://java.sun.com/products/oss/xml/CBE/Sla}ServiceLevelObjectiveKeyResult (by extension)
  {http://java.sun.com/products/oss/xml/CBE/Alarm}AlarmKeyResult (by extension)
 {http://java.sun.com/products/oss/xml/CBE/Product}ProductKeyResult (by extension)
 {http://java.sun.com/products/oss/xml/CBE/Resource}ResourceKeyResult (by extension)
 {http://java.sun.com/products/oss/xml/CBE/Core}AssociationKeyResult (by extension)
 {http://java.sun.com/products/oss/xml/QualityOfService/PM/Measurement}PerformanceMonitorKeyResult (by extension)
 {http://java.sun.com/products/oss/xml/CBE/Core}EntitySpecificationKeyResult (by extension)
  {http://java.sun.com/products/oss/xml/CBE/Sla}SLASpecificationKeyResult (by extension)
  {http://java.sun.com/products/oss/xml/CBE/Sla}SLAItemSpecificationKeyResult (by extension)
 {http://java.sun.com/products/oss/xml/CommonFramework}ActivityKeyResult (by extension)
  {http://java.sun.com/products/oss/xml/IPBilling}ProducerKeyResult (by extension)
 {http://java.sun.com/products/oss/xml/CBE/Service}ServiceKeyResult (by extension)
 {http://java.sun.com/products/oss/xml/QualityOfService/PM/Threshold}ThresholdMonitorKeyResult (by extension)
 {http://java.sun.com/products/oss/xml/QualityOfService/FM/Monitor}AlarmKeyResult (by extension)
Abstracttrue (This cannot be used in an instance)
Target Namespacehttp://java.sun.com/products/oss/xml/Common
Declared Namespacesxmlns:co=http://java.sun.com/products/oss/xml/Common
xmlns=http://www.w3.org/2001/XMLSchema


Source

<complexType name="ManagedEntityKeyResult" abstract="true">
    <
annotation>
        <
documentation>
A base interface for every application specific <CODE>&lt;ManagedEntity&gt;KeyResult</CODE>
interface.
<p>
A <CODE>&lt;ManagedEntity&gt;KeyResult</CODE> interface must comply with the following template:
<pre>
public interface &lt;ManagedEntity&gt;KeyResult extends ManagedEntityKeyResult
{
public &lt;ManagedEntity&gt;Key get&lt;ManagedEntity&gt;Key();
}
</pre>
<p>
The managed entity key result encapsulates all the information necessary to
indicate the result of a BEST EFFORT operation on a specific managed entity.
<p>
The managed entity key result is used in operations involving the update of
multiple managed entities, in the deletion of multiple managed entities or in
the creation of multiple managed entities or in bulk business operations.
<p>
The base <CODE>ManagedEntityKeyResult</CODE> interface contains the managed entity key,
a boolean value indicating if the operation on the targeted managed entity was
succesful and finally the exception that would have been thrown if this operation
had been attempted on the individual Managed Entity.
        
</documentation>
    </
annotation>
    <
sequence>
        <
element name="success" type="boolean"/>
        <
element name="exception" minOccurs="0" type="co:BaseException"/>
    </
sequence>
</
complexType>


Documentation

A base interface for every application specific <CODE>&lt;ManagedEntity&gt;KeyResult</CODE>
 interface.
 <p>
 A <CODE>&lt;ManagedEntity&gt;KeyResult</CODE> interface must comply with the following template:
 <pre>
 public interface &lt;ManagedEntity&gt;KeyResult extends ManagedEntityKeyResult
 {
     public &lt;ManagedEntity&gt;Key get&lt;ManagedEntity&gt;Key();
 }
</pre>
<p>
 The managed entity key result encapsulates all the information necessary to
 indicate the result of  a BEST EFFORT operation on a specific managed entity.
 <p>
 The managed entity key result is used in operations involving the update of
 multiple managed entities, in the deletion of multiple managed entities or in
 the creation of multiple managed entities or in bulk business operations.
 <p>
 The base <CODE>ManagedEntityKeyResult</CODE> interface contains the managed entity key,
 a boolean value indicating if the operation on the targeted managed entity was
 succesful and finally the exception that would have been thrown if this operation
 had been attempted on the individual Managed Entity.


complexType ManagedEntityKeyResult


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.