Interface OfficeFloorMetaData
-
- All Known Implementing Classes:
OfficeFloorMetaDataImpl
public interface OfficeFloorMetaData
Meta-data for theOfficeFloor
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TeamManagement
getBreakChainTeam()
Obtains theTeamManagement
to break thread stack chain of execution.ManagedObjectSourceInstance<?>[]
getManagedObjectSourceInstances()
Obtains theManagedObjectSourceInstance
instances contained within theOfficeFloor
.long
getMaxStartupWaitTime()
Obtains the maximum amount of time in milliseconds forOfficeFloor
to start.OfficeMetaData[]
getOfficeMetaData()
TeamManagement[]
getTeams()
-
-
-
Method Detail
-
getOfficeMetaData
OfficeMetaData[] getOfficeMetaData()
- Returns:
OfficeMetaData
instances.
-
getManagedObjectSourceInstances
ManagedObjectSourceInstance<?>[] getManagedObjectSourceInstances()
Obtains theManagedObjectSourceInstance
instances contained within theOfficeFloor
.- Returns:
ManagedObjectSourceInstance
instances.
-
getBreakChainTeam
TeamManagement getBreakChainTeam()
Obtains theTeamManagement
to break thread stack chain of execution.- Returns:
TeamManagement
to break thread stack chain of execution.
-
getTeams
TeamManagement[] getTeams()
- Returns:
TeamManagement
over theTeam
instances of theOfficeFloor
.
-
getMaxStartupWaitTime
long getMaxStartupWaitTime()
Obtains the maximum amount of time in milliseconds forOfficeFloor
to start.- Returns:
- Maximum amount of time in milliseconds for
OfficeFloor
to start.
-
-