Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10659-04


oracle.soa.management.facade
Interface ServiceInstance


public interface ServiceInstance

SCA service instance facade


Field Summary
static int STATE_FAULTED
          exception happened when processing the message.
static int STATE_SEUCCESSFUL
          message passed through this service successfully

 

Method Summary
 java.lang.String getBindingType()
          Returns the type of the binding.
 CompositeDN getCompositeDN()
          Returns the DN of the composite.
 long getCompositeInstanceId()
          Returns teh composite instance id.
 java.util.Date getCreationDate()
          Returns the time of creation.
 java.lang.String getECID()
          Returns the ECID of this instance.
 Fault getFault()
          Returns the fault that's associated with this instance.
 long getId()
          Returns the unique ID of this instance.
 java.util.Date getModifyDate()
          Returns the modification time.
 java.lang.String getServiceName()
          Reteurns the name of the sca reference.
 int getState()
          Returns the state of the instance.

 

Field Detail

STATE_SEUCCESSFUL

static final int STATE_SEUCCESSFUL
message passed through this service successfully
See Also:
Constant Field Values

STATE_FAULTED

static final int STATE_FAULTED
exception happened when processing the message.
See Also:
Constant Field Values

Method Detail

getId

long getId()
Returns the unique ID of this instance.

getECID

java.lang.String getECID()
Returns the ECID of this instance.

getCompositeInstanceId

long getCompositeInstanceId()
Returns teh composite instance id.

getCompositeDN

CompositeDN getCompositeDN()
Returns the DN of the composite.

getServiceName

java.lang.String getServiceName()
Reteurns the name of the sca reference.

getBindingType

java.lang.String getBindingType()
Returns the type of the binding.

getState

int getState()
Returns the state of the instance.

getCreationDate

java.util.Date getCreationDate()
Returns the time of creation.

getModifyDate

java.util.Date getModifyDate()
Returns the modification time.

getFault

Fault getFault()
               throws java.lang.Exception
Returns the fault that's associated with this instance.
Throws:
java.lang.Exception

Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10659-04


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.