wt.csm.constraint.service
Class CSMConstraintServiceFwd

java.lang.Object
  extended bywt.csm.constraint.service.CSMConstraintServiceFwd
All Implemented Interfaces:
CSMConstraintService, RemoteAccess, Serializable

public class CSMConstraintServiceFwd
extends Object
implements RemoteAccess, CSMConstraintService, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String FC_RESOURCE
           
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
CSMConstraintServiceFwd()
           
 
Method Summary
 AttributeConstraint[] getCSMConstraints(IBAHolder[] ibaHolders)
          Retrieves CSM constraints in terms of IBAHolders.
private static Manager getManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

CSMConstraintServiceFwd

public CSMConstraintServiceFwd()
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Returns:
Manager
Throws:
WTException

getCSMConstraints

public AttributeConstraint[] getCSMConstraints(IBAHolder[] ibaHolders)
                                        throws WTException,
                                               RemoteException
Retrieves CSM constraints in terms of IBAHolders.

Supported API: false

Specified by:
getCSMConstraints in interface CSMConstraintService
Parameters:
ibaHolders -
Returns:
AttributeConstraint[]
Throws:
WTException
RemoteException