Interface OfficeFloorMetaData
-
- All Known Implementing Classes:
OfficeFloorMetaDataImpl
public interface OfficeFloorMetaDataMeta-data for theOfficeFloor.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TeamManagementgetBreakChainTeam()Obtains theTeamManagementto break thread stack chain of execution.ManagedObjectSourceInstance<?>[]getManagedObjectSourceInstances()Obtains theManagedObjectSourceInstanceinstances contained within theOfficeFloor.longgetMaxStartupWaitTime()Obtains the maximum amount of time in milliseconds forOfficeFloorto start.OfficeMetaData[]getOfficeMetaData()TeamManagement[]getTeams()
-
-
-
Method Detail
-
getOfficeMetaData
OfficeMetaData[] getOfficeMetaData()
- Returns:
OfficeMetaDatainstances.
-
getManagedObjectSourceInstances
ManagedObjectSourceInstance<?>[] getManagedObjectSourceInstances()
Obtains theManagedObjectSourceInstanceinstances contained within theOfficeFloor.- Returns:
ManagedObjectSourceInstanceinstances.
-
getBreakChainTeam
TeamManagement getBreakChainTeam()
Obtains theTeamManagementto break thread stack chain of execution.- Returns:
TeamManagementto break thread stack chain of execution.
-
getTeams
TeamManagement[] getTeams()
- Returns:
TeamManagementover theTeaminstances of theOfficeFloor.
-
getMaxStartupWaitTime
long getMaxStartupWaitTime()
Obtains the maximum amount of time in milliseconds forOfficeFloorto start.- Returns:
- Maximum amount of time in milliseconds for
OfficeFloorto start.
-
-