wt.inf.sharing
Class StructureSharingDelegateFactory
java.lang.Object
wt.inf.sharing.StructureSharingDelegateFactory
- All Implemented Interfaces:
- ApplicationContextChild, Serializable
- public class StructureSharingDelegateFactory
- extends Object
- implements ApplicationContextChild, Serializable
Singleton class that returns StructureSharingDelegate
objects.
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
applicationContext
private ApplicationContext applicationContext
services
private ApplicationContextServices services
StructureSharingDelegateFactory
protected StructureSharingDelegateFactory()
- Structure sharing delegate factory constructor.
Supported API: false
get
protected StructureSharingDelegate get(Class struct_Class)
throws WTException
- Returns a structure sharing delegate given the structure handle.
For example, for producture structure, the handle is the top of the
assembly structure.
Supported API: false
- Parameters:
struct_Class
-
- Returns:
- StructureSharingDelegate
- Throws:
WTException
getApplicationContext
public ApplicationContext getApplicationContext()
- Gets the object for the association that plays role: applicationContext.
Supported API: false
- Specified by:
getApplicationContext
in interface ApplicationContextChild
- Returns:
- ApplicationContext
setApplicationContext
public void setApplicationContext(ApplicationContext a_ApplicationContext)
throws WTPropertyVetoException
- Sets the object for the association that plays role: applicationContext.
Supported API: false
- Specified by:
setApplicationContext
in interface ApplicationContextChild
- Parameters:
a_ApplicationContext
-
- Throws:
WTPropertyVetoException