public interface AutoWireOfficeFloor
AutoWireManagementMBean
implementation.Modifier and Type | Method and Description |
---|---|
void |
closeOfficeFloor()
Closes the
OfficeFloor . |
ObjectName |
getObjectName()
Obtains the
ObjectName for this AutoWireOfficeFloor . |
OfficeFloor |
getOfficeFloor()
Obtains the
OfficeFloor . |
void |
invokeTask(String workName,
String taskName,
Object parameter)
Invokes a
Task on the OfficeFloor . |
OfficeFloor getOfficeFloor()
OfficeFloor
.OfficeFloor
.ObjectName getObjectName()
ObjectName
for this AutoWireOfficeFloor
.ObjectName
for this AutoWireOfficeFloor
.void invokeTask(String workName, String taskName, Object parameter) throws Exception
Invokes a Task
on the OfficeFloor
.
Should the OfficeFloor
not be open, it is opened before invoking
the Task
. Please note however the OfficeFloor
will not be
re-opened after being closed.
void closeOfficeFloor()
OfficeFloor
.Copyright © 2005–2016. All rights reserved.