7.0 Action Request System Java API

com.remedy.arsys.api
Interface IARObjectFactory

All Known Implementing Classes:
ActiveLinkFactory, ContainerFactory, EntryFactory, EscalationFactory, FieldFactory, FilterFactory, MenuFactory, SchemaFactory, SupportFileFactory, ViewFactory

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.
 

Method Detail

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.


7.0 Action Request System Java API