CarpBaseService class abstract

An abstract base service class for all CARP Services:

  • CarpService
  • DeploymentService
  • ProtocolService
  • ParticipationService
Implementers

Constructors

CarpBaseService()

Properties

app CarpApp?
The CARP app associated with the CARP Web Service. Returns null if this service has not yet been configured via the configure method.
no setter
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
The headers for any authenticated HTTP REST call to a CarpBaseService.
no setter
isConfigured bool
Has this service been configured?
no setter
rpcEndpointName String
The endpoint name for this service at CARP.
no setter
rpcEndpointUri String
The URL for this service's endpoint at CARP.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

configure(CarpApp app) → void
Configure the this instance of a Carp Service.
configureFrom(CarpBaseService service) → void
Configure from another service which has already been configured and potentially authenticated.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited