|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.adhi.adhij.Service
public abstract class Service
The service is a coarse grained object which defines the behavior of a sub system or a functional area. It is the entry point to a system. Services are the core part of a SOA (Service Oriented Architecture). The services encapsulates business objects. Business Objects should never be called directly. All business calls should be routed through a Service. This could be a simple class or a Stateless Session Bean in a J3EE environment.
Constructor Summary | |
---|---|
Service()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Service()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |