com.remedy.arsys.api
Interface IARObjectFactory
- All Known Implementing Classes:
- ActiveLinkFactory, ContainerFactory, EntryFactory, EscalationFactory, FieldFactory, SchemaFactory, SupportFileFactory, FilterFactory, ViewFactory, MenuFactory
- public interface IARObjectFactory
The IARObjectFactory class is the superclass of the different
<Object>Factory classes. The
<Object>Factory sub-classes
(for example, ActiveLinkFactory) are
derived from the IARObjectFactory class,
and it is these
factory classes that are used to create, destroy, and retrieve server objects.
|
Method Summary |
java.lang.Object |
newInstance()
Creates instance of AR System Java API object. |
boolean |
releaseInstance(java.lang.Object obj)
Releases instance of AR System Java API object. |
newInstance
public java.lang.Object newInstance()
- Creates instance of AR System Java API object.
releaseInstance
public boolean releaseInstance(java.lang.Object obj)
- Releases instance of AR System Java API object.