|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.eclipse.wizard.managedobjectsource.ManagedObjectInstance
public class ManagedObjectInstance
Instance of a ManagedObject.
| Constructor Summary | |
|---|---|
ManagedObjectInstance(String managedObjectName,
String managedObjectSourceClassName,
long timeout)
Initiate for public use. |
|
| Method Summary | |
|---|---|
String |
getManagedObjectName()
Obtains the name of the ManagedObject. |
String |
getManagedObjectSourceClassName()
Obtains the ManagedObjectSource class name. |
ManagedObjectType<?> |
getManagedObjectType()
Obtains the ManagedObjectType. |
PropertyList |
getPropertylist()
Obtains the PropertyList. |
long |
getTimeout()
Returns the timeout for the ManagedObject. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ManagedObjectInstance(String managedObjectName,
String managedObjectSourceClassName,
long timeout)
managedObjectName - Name of the ManagedObject.managedObjectSourceClassName - ManagedObjectSource class name.timeout - Timeout for the ManagedObject| Method Detail |
|---|
public String getManagedObjectName()
ManagedObject.
ManagedObject.public String getManagedObjectSourceClassName()
ManagedObjectSource class name.
ManagedObjectSource class name.public PropertyList getPropertylist()
PropertyList.
PropertyList.public ManagedObjectType<?> getManagedObjectType()
ManagedObjectType.
ManagedObjectType if obtained from
ManagedObjectSourceInstance or null if
initiated by public constructor.public long getTimeout()
ManagedObject.
ManagedObject.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||