Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.3)

E15033-01


com.bea.wli.sb.management.query
Class BusinessServiceQuery

java.lang.Object
  extended by com.bea.wli.config.resource.BaseQuery
      extended by com.bea.wli.config.resource.ResourceQuery
          extended by com.bea.wli.sb.management.query.ServiceQuery
              extended by com.bea.wli.sb.management.query.BusinessServiceQuery

All Implemented Interfaces:
java.io.Serializable

public class BusinessServiceQuery
extends ServiceQuery

Query object for searching business services.

See Also:
Serialized Form

Field Summary
static java.lang.String KEY_REGISTRY_NAME
          Search key for searching based on registry name
static java.lang.String KEY_UDDI_SERVICE_KEY
          Search key for searching based on uddi service key
static long serialVersionUID
           

 

Fields inherited from class com.bea.wli.sb.management.query.ServiceQuery
KEY_IS_PURELY_ONE_WAY, KEY_IS_TRANSPORT_TYPED, KEY_IS_WSDL_BASED, KEY_MESSAGE_TRACING_ENABLED, KEY_MONITORING_ENABLED, KEY_SCHEME, KEY_SERVICE_ENABLED

 

Constructor Summary
BusinessServiceQuery()
           

 

Method Summary
 void setRegistryName(java.lang.String regName)
          Adds a predicate to return business services with the given registry name
 void setUDDIServiceKey(java.lang.String uddiServiceKey)
          Adds a predicate to return business service with the given UDDI service key

 

Methods inherited from class com.bea.wli.sb.management.query.ServiceQuery
setMonitoringEnabled, setPurelyOneWayService, setServiceEnabled, setTransportScheme, setTransportTypedService, setWSDLBasedService

 

Methods inherited from class com.bea.wli.config.resource.ResourceQuery
addKeySearch, getAttrsToReturn, getFilter, getLocalName, getPath, getTypeId, getUpdatedAfter, getUpdatedBefore, isChangedInSessionOnly, lastUpdatedBetween, setAttrsToReturn, setChangedInSessionOnly, setLocalName, setPath

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

KEY_UDDI_SERVICE_KEY

public static final java.lang.String KEY_UDDI_SERVICE_KEY
Search key for searching based on uddi service key
See Also:
Constant Field Values

KEY_REGISTRY_NAME

public static final java.lang.String KEY_REGISTRY_NAME
Search key for searching based on registry name
See Also:
Constant Field Values

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

Constructor Detail

BusinessServiceQuery

public BusinessServiceQuery()

Method Detail

setUDDIServiceKey

public void setUDDIServiceKey(java.lang.String uddiServiceKey)
Adds a predicate to return business service with the given UDDI service key
Parameters:
uddiServiceKey -

setRegistryName

public void setRegistryName(java.lang.String regName)
Adds a predicate to return business services with the given registry name
Parameters:
regName -

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.3)

E15033-01


Copyright © 2008, 2010, Oracle. All rights reserved.