Interface Adept2Service
-
- All Known Subinterfaces:
LicenceManager
,OrgModelManager
- All Known Implementing Classes:
LicenceManagerSoap
,OrgModelManagerSoap
public interface Adept2Service
- See Also:
AbstractRootResourceWebService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ServiceRelease
getRelease()
@NotNull ServiceInstanceName
getServiceInstanceName()
@NotEmpty List<URI>
getUris()
@NotNull @Min(-1L) Long
ping()
-
-
-
Method Detail
-
ping
@NotNull @Min(-1L) @NotNull @Min(-1L) Long ping()
- See Also:
AbstractRootResourceWebService.ping()
-
getRelease
@NotNull @NotNull ServiceRelease getRelease()
-
getServiceInstanceName
@NotNull @NotNull ServiceInstanceName getServiceInstanceName()
-
-