Uses of Interface
org.wso2.carbon.cloud.gateway.agent.observer.CGAgentSubject
-
Packages that use CGAgentSubject Package Description org.wso2.carbon.cloud.gateway.agent.heartbeat org.wso2.carbon.cloud.gateway.agent.observer org.wso2.carbon.cloud.gateway.agent.transport -
-
Uses of CGAgentSubject in org.wso2.carbon.cloud.gateway.agent.heartbeat
Constructors in org.wso2.carbon.cloud.gateway.agent.heartbeat with parameters of type CGAgentSubject Constructor Description CGAgentHeartBeatTask(CGAgentSubject subject, double reconnectionProgressionFactor, int initialReconnectDuration, String remoteHost, int port, org.wso2.carbon.context.CarbonContext carbonContext) -
Uses of CGAgentSubject in org.wso2.carbon.cloud.gateway.agent.observer
Classes in org.wso2.carbon.cloud.gateway.agent.observer that implement CGAgentSubject Modifier and Type Class Description classCGAgentSubjectImplImplementation forCGAgentSubjectMethods in org.wso2.carbon.cloud.gateway.agent.observer with parameters of type CGAgentSubject Modifier and Type Method Description voidCGAgentObserver. update(CGAgentSubject s)Action to perform once the event is receivedvoidCGAgentObserverImpl. update(CGAgentSubject subject) -
Uses of CGAgentSubject in org.wso2.carbon.cloud.gateway.agent.transport
Methods in org.wso2.carbon.cloud.gateway.agent.transport that return CGAgentSubject Modifier and Type Method Description CGAgentSubjectCGPollingTransportReceiver. getSubject()Methods in org.wso2.carbon.cloud.gateway.agent.transport with parameters of type CGAgentSubject Modifier and Type Method Description voidCGPollingTransportTaskManager. setSubject(CGAgentSubject subject)
-