|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Service | |
|---|---|
| com.continuent.tungsten.common.tdf.dto | Data Transfer Object Provides the classes necessary to transfer data to the TDF. |
| Uses of Service in com.continuent.tungsten.common.tdf.dto |
|---|
| Subclasses of Service in com.continuent.tungsten.common.tdf.dto | |
|---|---|
class |
DataService_Definition
Data Transfer Object for: Data Service. |
class |
DataSource_Definition
Data Transfer Object for: Server Definition = ServerConf. |
class |
Service_Definition
Data Transfer Model for: Service. |
| Methods in com.continuent.tungsten.common.tdf.dto that return Service | |
|---|---|
Service |
Service.getParentService()
|
| Methods in com.continuent.tungsten.common.tdf.dto with parameters of type Service | |
|---|---|
void |
Service.setParentService(Service parentService)
|
| Constructors in com.continuent.tungsten.common.tdf.dto with parameters of type Service | |
|---|---|
DataService_Definition(Service parentService,
java.lang.String name)
|
|
DataSource_Definition(Service parentService,
java.lang.String name,
java.lang.String hostname)
Creates a new Server_Definition object |
|
Service(Service parentService)
|
|
Service(java.lang.String name,
Service parentService)
Creates a new Service object |
|
TdfResourceLocation(javax.ws.rs.core.UriInfo uriInfo,
Service service,
java.lang.Class statusResource,
java.lang.Class serviceResource,
java.lang.Class commandResource)
Creates a new TdfResponseMetadata object |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||