指定这个抽象声明一个被其它不同的具体的实现者所实现的共同接口,这些具体的实现者称之为命令对象(Command Objects)。每一个命令对象(Command Object)代表一种不同的客户请求和对其进行的相应处理。
基于16个网页-相关网页
Command objects can be either stateful or stateless.
Command对象可能是有状态的,也可能是无状态的。
All business logic is encapsulated in Command objects by applying the Command pattern.
所有的业务逻辑通过应用Command模式来封装在Command对象中。
The ability to cache command objects within WebSphere Application Server is configured using cachespec.xml.
在WebSphere Application Server内缓存命令对象是利用cachespec . xml来配置的。
应用推荐