Interface LinkedManagedObjectSourceConfiguration
-
- All Known Implementing Classes:
LinkedManagedObjectSourceConfigurationImpl
public interface LinkedManagedObjectSourceConfiguration
Configuration linking in aManagedObjectSource
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getOfficeFloorManagedObjectSourceName()
Obtains the name of theOfficeFloor
ManagedObjectSource
instance.java.lang.String
getOfficeManagedObjectName()
Obtains the name that theManagedObject
is registered within theOffice
.
-
-
-
Method Detail
-
getOfficeFloorManagedObjectSourceName
java.lang.String getOfficeFloorManagedObjectSourceName()
Obtains the name of theOfficeFloor
ManagedObjectSource
instance.- Returns:
- Name of the
OfficeFloor
ManagedObjectSource
instance.
-
getOfficeManagedObjectName
java.lang.String getOfficeManagedObjectName()
Obtains the name that theManagedObject
is registered within theOffice
.- Returns:
- Name that the
ManagedObject
is registered within theOffice
.
-
-