Class AuAgentBuilder
java.lang.Object
org.zkoss.zats.mimic.impl.operation.AuAgentBuilder
- All Implemented Interfaces:
OperationAgentBuilder<ComponentAgent,AuAgent>
The builder for AU request agent.
- Since:
- 1.1.0
- Author:
- pao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOperation(ComponentAgent agent) This method create and return a specific implementation ofOperationAgentobject for specified OperationAgent class.Provide class information for registration.
-
Constructor Details
-
AuAgentBuilder
public AuAgentBuilder()
-
-
Method Details
-
getOperation
Description copied from interface:OperationAgentBuilderThis method create and return a specific implementation ofOperationAgentobject for specified OperationAgent class. Similar to factory pattern.- Specified by:
getOperationin interfaceOperationAgentBuilder<ComponentAgent,AuAgent> - Returns:
- the operation agent
-
getOperationClass
Description copied from interface:OperationAgentBuilderProvide class information for registration.- Specified by:
getOperationClassin interfaceOperationAgentBuilder<ComponentAgent,AuAgent> - Returns:
- a sub-class of
OperationAgent
-