|
Oracle Configuration Interface Object API Specification Version: 11.5.10.23.13 Part No: B14186-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--oracle.apps.cz.cio.RuntimeNode
|
+--oracle.apps.cz.cio.Connector
| Field Summary | |
static java.lang.String |
RCS_ID |
static boolean |
RCS_ID_RECORDED |
| Fields inherited from class oracle.apps.cz.cio.RuntimeNode |
ACCUMULATOR_SUFFIX_TYPE, ATTR_KEY, CONNECTOR_PREFIX_TYPE, DEFAULT_IV_SUFFIX_TYPE, DEFAULT_SUFFIX_ID, DEFAULT_SUFFIX_TYPE, LOAD_CONDITIONS_GROUP_PREFIX_TYPE, NET_PREFIX_TYPE, NODE_PREFIX_TYPE, TRACKABLE_ROOT_PREFIX_TYPE |
| Fields inherited from interface oracle.apps.cz.cio.IRuntimeNode |
ALL_FEATURES, BOM_MODEL, BOM_OPTION_CLASS, BOM_STD_ITEM, BOOLEAN_FEATURE, COMPONENT, COMPONENT_SET, CONNECTOR, COUNT_FEATURE, CURRENT_CHILD, CURRENT_OR_DISCONTINUED_CHILD, DECIMAL_FEATURE, DISCONTINUED_CHILD, EDITABLE, EXTENDED_PASSIVE, IMMEDIATE_PASSIVE, INTEGER_FEATURE, OPTION, OPTION_FEATURE, RESOURCE, SPOOFED, TEXT_FEATURE, TOTAL |
| Constructor Summary | |
Connector(oracle.apps.cz.cio.Configuration config, oracle.apps.cz.cio.IRuntimeNode parent, oracle.apps.cz.dio.model.DbModelNode node, oracle.apps.cz.dio.model.DbModelRefExplNode refNode) |
|
| Method Summary | |
void |
addConnectionEventListener(oracle.apps.cz.cio.IConnectionEventListener listener)Add a listener that is notified when the connector is connected or disconnected. |
void |
addLoadConditionEventListener(oracle.apps.cz.cio.LoadConditionsGroup listener)Add a listener that is notified when the connector is connected or disconnected. |
void |
assignConnectionTarget(oracle.apps.cz.cio.Component target)This method makes a connection to the specified target |
java.lang.String |
getCurrentValue()Gets the current value of this node |
java.lang.String |
getDeltaValue()Gets the difference between the current value and the installed value of this node |
com.sun.java.util.collections.List |
getEligibleTargets()This method returns a list of Components that this Connector can currently connect to. |
java.lang.String |
getInstalledValue()Gets the installed value of this node |
oracle.apps.cz.cio.Component |
getTarget()Returns the connected target, if loaded. |
java.lang.String |
getTargetDisplayName()Returns the display name of the currently connected target Returns null if this connector is not connected |
java.lang.String |
getTargetDisplayNamePath()Returns the display name path of the currently connected target Returns null if this connector is not connected |
oracle.apps.cz.cio.TargetInfo |
getTargetInfo()Returns an object describing the connected target, even if that target is not currently loaded This should be called only when isConnected() returns true. |
int |
getType()Returns the type of the runtime node. |
boolean |
isConditionSatisfied()Returns true if the condition is satisfied i.e. it is connected |
boolean |
isConnected()Test to see if this Connector is currently connected to a target |
boolean |
isDeselectedDiscontinued() |
boolean |
isRequired()Test to see if this Connector must be connected in order to be satisfied |
boolean |
isUnsatisfiedNode(boolean isTrue) |
void |
removeConnectionEventListener(oracle.apps.cz.cio.IConnectionEventListener listener)Remove a listener that is notified when the connector is connected or disconnected. |
void |
removeLoadConditionEventListener(oracle.apps.cz.cio.LoadConditionsGroup listener)Remove a listener that is notified when the connector is connected or disconnected. |
void |
unassignConnectionTarget()This method breaks the current connection. |
| Methods inherited from class java.lang.Object |
equals, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.apps.cz.cio.IRuntimeNode |
isDescendantOf |
| Field Detail |
public static final java.lang.String RCS_ID
public static final boolean RCS_ID_RECORDED
| Constructor Detail |
public Connector(oracle.apps.cz.cio.Configuration config,
oracle.apps.cz.cio.IRuntimeNode parent,
oracle.apps.cz.dio.model.DbModelNode node,
oracle.apps.cz.dio.model.DbModelRefExplNode refNode)
| Method Detail |
public oracle.apps.cz.cio.Component getTarget()
isConnected()public oracle.apps.cz.cio.TargetInfo getTargetInfo()
isConnected()
public void assignConnectionTarget(oracle.apps.cz.cio.Component target)
throws LogicalException
target - The target of the connectionLogicalException
public void unassignConnectionTarget()
throws LogicalException
LogicalExceptionpublic com.sun.java.util.collections.List getEligibleTargets()
public boolean isConnected()
public boolean isConditionSatisfied()
public boolean isRequired()
public int getType()
RuntimeNodegetType in interface IRuntimeNodegetType in class RuntimeNodepublic boolean isUnsatisfiedNode(boolean isTrue)
isUnsatisfiedNode in class RuntimeNodepublic void addConnectionEventListener(oracle.apps.cz.cio.IConnectionEventListener listener)
listener - The object which implements the IConnectionEventListener interface
public void addLoadConditionEventListener(oracle.apps.cz.cio.LoadConditionsGroup listener)
throws LogicalException
LogicalExceptionpublic void removeConnectionEventListener(oracle.apps.cz.cio.IConnectionEventListener listener)
listener - The object which implements the IConnectionEventListener interfacepublic void removeLoadConditionEventListener(oracle.apps.cz.cio.LoadConditionsGroup listener)
public boolean isDeselectedDiscontinued()
isDeselectedDiscontinued in class RuntimeNodepublic java.lang.String getInstalledValue()
IRuntimeNodegetInstalledValue in interface IRuntimeNodegetInstalledValue in class RuntimeNodepublic java.lang.String getCurrentValue()
IRuntimeNodegetCurrentValue in interface IRuntimeNodegetCurrentValue in class RuntimeNodepublic java.lang.String getDeltaValue()
IRuntimeNodegetDeltaValue in interface IRuntimeNodegetDeltaValue in class RuntimeNodepublic java.lang.String getTargetDisplayName()
public java.lang.String getTargetDisplayNamePath()
|
Oracle Configuration Interface Object API Specification Version: 11.5.10.23.13 Part No: B14186-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.