java.lang.Object
swim.system.AbstractWarpRef
swim.system.AbstractTierBinding
swim.actor.ActorSpace
- All Implemented Interfaces:
swim.api.downlink.DownlinkFactory,swim.api.plane.PlaneContext,swim.api.ref.WarpRef,swim.api.space.Space,swim.system.CellContext,swim.system.EdgeContext,swim.system.TierBinding,swim.system.TierContext,swim.util.Log
public class ActorSpace
extends swim.system.AbstractTierBinding
implements swim.system.EdgeContext, swim.api.plane.PlaneContext, swim.api.space.Space
-
Field Summary
Fields inherited from class swim.system.AbstractTierBinding
CLOSED_PHASE, CLOSED_STATE, CLOSING_STATE, FAILED_STATE, FAILING_STATE, LOADED_PHASE, LOADED_STATE, LOADING_STATE, OPENED_PHASE, OPENED_STATE, OPENING_STATE, PHASE_MASK, PHASE_SHIFT, RECOVERING_STATE, STARTED_PHASE, STARTED_STATE, STARTING_STATE, STATE_MASK, status, STATUS, STOPPING_STATE, UNLOADING_STATE -
Constructor Summary
ConstructorsConstructorDescriptionActorSpace(swim.system.EdgeAddress edgeAddress, ActorSpaceDef spaceDef, swim.kernel.KernelContext kernel) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAgentRoute(String routeName, String pattern, swim.api.agent.AgentRoute<?> agentRoute) voidaddAgentRoute(String routeName, swim.uri.UriPattern pattern, swim.api.agent.AgentRoute<?> agentRoute) voidaddAuthenticator(String authenticatorName, swim.api.auth.Authenticator authenticator) swim.api.policy.PolicyDirective<swim.api.auth.Identity>authenticate(swim.api.auth.Credentials credentials) swim.system.LinkBindingbindDownlink(swim.api.Downlink downlink) <T> TbottomEdge(Class<T> edgeClass) final swim.system.EdgeAddressvoidclose()voidcloseDownlink(swim.system.LinkBinding link) protected voidcloseLog()protected voidprotected voidprotected void<A extends swim.api.agent.Agent>
swim.api.agent.AgentFactory<A>createAgentFactory(swim.system.NodeBinding node, Class<? extends A> agentClass) swim.api.agent.AgentFactory<?>createAgentFactory(swim.system.NodeBinding node, swim.api.agent.AgentDef agentDef) <A extends swim.api.agent.Agent>
swim.api.agent.AgentRoute<A>createAgentRoute(Class<? extends A> agentClass) protected swim.system.EdgeBindingswim.system.HostBindingcreateHost(swim.system.HostAddress hostAddress) swim.system.LaneBindingcreateLane(swim.system.LaneAddress laneAddress) swim.system.LaneBindingcreateLane(swim.system.NodeBinding node, swim.system.LaneDef laneDef) swim.util.LogcreateLog(swim.system.CellAddress cellAddress) swim.util.LogcreateLog(swim.system.LogDef logDef) swim.system.MeshBindingcreateMesh(swim.system.MeshAddress meshAddress) swim.system.NodeBindingcreateNode(swim.system.NodeAddress nodeAddress) swim.system.PartBindingcreatePart(swim.system.PartAddress partAddress) protected <P extends swim.api.plane.Plane>
PcreatePlane(swim.api.plane.PlaneFactory<P> planeFactory) swim.api.policy.PolicycreatePolicy(swim.system.CellAddress cellAddress) swim.api.policy.PolicycreatePolicy(swim.system.PolicyDef policyDef) swim.concurrent.StagecreateStage(swim.concurrent.StageDef stageDef) swim.concurrent.StagecreateStage(swim.system.CellAddress cellAddress) swim.store.StoreBindingcreateStore(swim.store.StoreDef storeDef) swim.store.StoreBindingcreateStore(swim.system.CellAddress cellAddress) voidvoiddidClose()voidvoiddidLoad()voiddidOpen()voiddidStart()voiddidStop()voidfinal swim.system.EdgeBindingedge()final StringedgeName()final swim.system.EdgeBindingvoidvoidswim.api.agent.AgentFactory<?>getAgentFactory(swim.uri.Uri nodeUri) <A extends swim.api.agent.Agent>
swim.api.agent.AgentRoute<A>getAgentRoute(String routeName) swim.api.auth.AuthenticatorgetAuthenticator(String authenticatorName) swim.system.HostDefgetHostDef(swim.system.HostAddress hostAddress) swim.system.LaneDefgetLaneDef(swim.system.LaneAddress laneAddress) swim.system.MeshDefgetMeshDef(swim.system.MeshAddress meshAddress) swim.system.NodeDefgetNodeDef(swim.system.NodeAddress nodeAddress) swim.system.PartDefgetPartDef(swim.system.PartAddress partAddress) <P extends swim.api.plane.Plane>
Pswim.api.plane.Planevoidprotected swim.system.EdgeBindinginjectEdge(swim.system.EdgeAddress edgeAddress, swim.system.EdgeBinding edge) swim.system.HostBindinginjectHost(swim.system.HostAddress hostAddress, swim.system.HostBinding host) swim.system.LaneBindinginjectLane(swim.system.LaneAddress laneAddress, swim.system.LaneBinding lane) swim.util.LoginjectLog(swim.util.Log log) swim.system.MeshBindinginjectMesh(swim.system.MeshAddress meshAddress, swim.system.MeshBinding mesh) swim.system.NodeBindinginjectNode(swim.system.NodeAddress nodeAddress, swim.system.NodeBinding node) swim.system.PartBindinginjectPart(swim.system.PartAddress partAddress, swim.system.PartBinding part) swim.api.policy.PolicyinjectPolicy(swim.api.policy.Policy policy) swim.concurrent.StageinjectStage(swim.concurrent.Stage stage) swim.store.StoreBindinginjectStore(swim.store.StoreBinding store) final swim.kernel.KernelContextkernel()voidload()final swim.uri.UrimeshUri()voidopen()voidopenAgents(swim.system.NodeBinding node) voidopenDownlink(swim.system.LinkBinding link) voidopenLanes(swim.system.NodeBinding node) protected swim.util.LogopenLog()voidopenMetaDownlink(swim.system.LinkBinding downlink, swim.system.NodeBinding metaDownlink) voidopenMetaEdge(swim.system.EdgeBinding edge, swim.system.NodeBinding metaEdge) voidopenMetaHost(swim.system.HostBinding host, swim.system.NodeBinding metaHost) voidopenMetaLane(swim.system.LaneBinding lane, swim.system.NodeBinding metaLane) voidopenMetaMesh(swim.system.MeshBinding mesh, swim.system.NodeBinding metaMesh) voidopenMetaNode(swim.system.NodeBinding node, swim.system.NodeBinding metaNode) voidopenMetaPart(swim.system.PartBinding part, swim.system.NodeBinding metaPart) voidopenMetaUplink(swim.system.LinkBinding uplink, swim.system.NodeBinding metaUplink) <P extends swim.api.plane.Plane>
P<P extends swim.api.plane.Plane>
Pprotected swim.api.policy.PlanePolicyprotected swim.concurrent.Stageprotected swim.store.StoreBindingCollection<? extends swim.api.plane.Plane>planes()final swim.api.policy.PlanePolicypolicy()voidpushDown(swim.system.Push<?> push) voidremoveAgentRoute(String routeName) voidreportDown(swim.system.Metric metric) swim.concurrent.Scheduleschedule()protected voidseedEdge(swim.system.EdgeBinding edge) protected swim.system.HostBindingseedHost(swim.system.PartBinding part, swim.system.HostDef hostDef) protected swim.system.LaneBindingseedLane(swim.system.NodeBinding node, swim.system.LaneDef laneDef) protected swim.system.MeshBindingseedMesh(swim.system.EdgeBinding edge, swim.system.MeshDef meshDef) protected swim.system.NodeBindingseedNode(swim.system.HostBinding host, swim.system.NodeDef nodeDef) protected swim.system.PartBindingseedPart(swim.system.MeshBinding mesh, swim.system.PartDef partDef) voidsetPolicy(swim.api.policy.PlanePolicy policy) final ActorSpaceDefspaceDef()final swim.concurrent.Stagestage()voidstart()voidstop()final swim.store.StoreBindingstore()final swim.system.TierContextvoidvoidunload()<T> TunwrapEdge(Class<T> edgeClass) voidvoidvoidwillLoad()voidwillOpen()voidvoidwillStop()voidMethods inherited from class swim.system.AbstractTierBinding
activate, awaitStart, isClosed, isLoaded, isOpened, isStartedMethods inherited from class swim.system.AbstractWarpRef
command, command, command, command, command, command, command, command, command, command, command, command, command, command, command, command, downlink, downlinkHttp, downlinkList, downlinkMap, downlinkValue, downlinkWs, hostRef, hostRef, laneRef, laneRef, laneRef, laneRef, nodeRef, nodeRef, nodeRef, nodeRefMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface swim.api.downlink.DownlinkFactory
downlink, downlinkHttp, downlinkList, downlinkMap, downlinkValue, downlinkWsMethods inherited from interface swim.api.ref.WarpRef
command, command, command, command, command, command, command, command, command, command, command, command, command, command, command, command, hostRef, hostRef, laneRef, laneRef, laneRef, laneRef, nodeRef, nodeRef, nodeRef, nodeRef
-
Constructor Details
-
ActorSpace
public ActorSpace(swim.system.EdgeAddress edgeAddress, ActorSpaceDef spaceDef, swim.kernel.KernelContext kernel)
-
-
Method Details
-
spaceDef
-
tierContext
public final swim.system.TierContext tierContext()- Specified by:
tierContextin interfaceswim.system.TierBinding- Specified by:
tierContextin classswim.system.AbstractTierBinding
-
edgeWrapper
public final swim.system.EdgeBinding edgeWrapper()- Specified by:
edgeWrapperin interfaceswim.system.EdgeContext
-
unwrapEdge
- Specified by:
unwrapEdgein interfaceswim.system.EdgeContext
-
bottomEdge
- Specified by:
bottomEdgein interfaceswim.system.EdgeContext
-
cellAddress
public final swim.system.EdgeAddress cellAddress()- Specified by:
cellAddressin interfaceswim.system.CellContext- Specified by:
cellAddressin interfaceswim.system.EdgeContext
-
edgeName
- Specified by:
edgeNamein interfaceswim.system.CellContext- Specified by:
edgeNamein interfaceswim.system.EdgeContext
-
meshUri
public final swim.uri.Uri meshUri()- Specified by:
meshUriin interfaceswim.system.CellContext
-
policy
public final swim.api.policy.PlanePolicy policy()- Specified by:
policyin interfaceswim.system.CellContext- Specified by:
policyin interfaceswim.api.plane.PlaneContext- Specified by:
policyin interfaceswim.api.space.Space
-
setPolicy
public void setPolicy(swim.api.policy.PlanePolicy policy) - Specified by:
setPolicyin interfaceswim.api.plane.PlaneContext
-
schedule
public swim.concurrent.Schedule schedule()- Specified by:
schedulein interfaceswim.system.CellContext- Specified by:
schedulein interfaceswim.api.plane.PlaneContext- Specified by:
schedulein interfaceswim.api.space.Space
-
stage
public final swim.concurrent.Stage stage()- Specified by:
stagein interfaceswim.system.CellContext- Specified by:
stagein interfaceswim.api.plane.PlaneContext- Specified by:
stagein interfaceswim.api.space.Space
-
store
public final swim.store.StoreBinding store()- Specified by:
storein interfaceswim.system.CellContext
-
kernel
public final swim.kernel.KernelContext kernel() -
edge
public final swim.system.EdgeBinding edge() -
getAuthenticator
- Specified by:
getAuthenticatorin interfaceswim.api.plane.PlaneContext
-
addAuthenticator
- Specified by:
addAuthenticatorin interfaceswim.api.plane.PlaneContext
-
planes
- Specified by:
planesin interfaceswim.api.space.Space
-
getPlane
- Specified by:
getPlanein interfaceswim.api.space.Space
-
getPlane
- Specified by:
getPlanein interfaceswim.api.space.Space
-
openPlane
public <P extends swim.api.plane.Plane> P openPlane(String planeName, swim.api.plane.PlaneFactory<P> planeFactory) - Specified by:
openPlanein interfaceswim.api.space.Space
-
openPlane
public <P extends swim.api.plane.Plane> P openPlane(String planeName, Class<? extends P> planeClass) - Specified by:
openPlanein interfaceswim.api.space.Space
-
createPlane
protected <P extends swim.api.plane.Plane> P createPlane(swim.api.plane.PlaneFactory<P> planeFactory) -
getAgentRoute
public <A extends swim.api.agent.Agent> swim.api.agent.AgentRoute<A> getAgentRoute(String routeName) - Specified by:
getAgentRoutein interfaceswim.api.plane.PlaneContext
-
createAgentRoute
public <A extends swim.api.agent.Agent> swim.api.agent.AgentRoute<A> createAgentRoute(Class<? extends A> agentClass) - Specified by:
createAgentRoutein interfaceswim.api.plane.PlaneContext
-
addAgentRoute
public void addAgentRoute(String routeName, swim.uri.UriPattern pattern, swim.api.agent.AgentRoute<?> agentRoute) - Specified by:
addAgentRoutein interfaceswim.api.plane.PlaneContext
-
addAgentRoute
public void addAgentRoute(String routeName, String pattern, swim.api.agent.AgentRoute<?> agentRoute) - Specified by:
addAgentRoutein interfaceswim.api.plane.PlaneContext
-
removeAgentRoute
- Specified by:
removeAgentRoutein interfaceswim.api.plane.PlaneContext
-
getAgentFactory
public swim.api.agent.AgentFactory<?> getAgentFactory(swim.uri.Uri nodeUri) - Specified by:
getAgentFactoryin interfaceswim.api.plane.PlaneContext
-
createAgentFactory
public swim.api.agent.AgentFactory<?> createAgentFactory(swim.system.NodeBinding node, swim.api.agent.AgentDef agentDef) - Specified by:
createAgentFactoryin interfaceswim.system.EdgeContext
-
createAgentFactory
public <A extends swim.api.agent.Agent> swim.api.agent.AgentFactory<A> createAgentFactory(swim.system.NodeBinding node, Class<? extends A> agentClass) - Specified by:
createAgentFactoryin interfaceswim.system.EdgeContext
-
openAgents
public void openAgents(swim.system.NodeBinding node) - Specified by:
openAgentsin interfaceswim.system.EdgeContext
-
createLog
public swim.util.Log createLog(swim.system.LogDef logDef) -
createLog
public swim.util.Log createLog(swim.system.CellAddress cellAddress) -
injectLog
public swim.util.Log injectLog(swim.util.Log log) -
openLog
protected swim.util.Log openLog() -
closeLog
protected void closeLog() -
createPolicy
public swim.api.policy.Policy createPolicy(swim.system.PolicyDef policyDef) -
createPolicy
public swim.api.policy.Policy createPolicy(swim.system.CellAddress cellAddress) -
injectPolicy
public swim.api.policy.Policy injectPolicy(swim.api.policy.Policy policy) -
openPolicy
protected swim.api.policy.PlanePolicy openPolicy() -
closePolicy
protected void closePolicy() -
createStage
public swim.concurrent.Stage createStage(swim.concurrent.StageDef stageDef) -
createStage
public swim.concurrent.Stage createStage(swim.system.CellAddress cellAddress) -
injectStage
public swim.concurrent.Stage injectStage(swim.concurrent.Stage stage) -
openStage
protected swim.concurrent.Stage openStage() -
closeStage
protected void closeStage() -
createStore
public swim.store.StoreBinding createStore(swim.store.StoreDef storeDef) -
createStore
public swim.store.StoreBinding createStore(swim.system.CellAddress cellAddress) -
injectStore
public swim.store.StoreBinding injectStore(swim.store.StoreBinding store) -
openStore
protected swim.store.StoreBinding openStore() -
closeStore
protected void closeStore() -
createEdge
protected swim.system.EdgeBinding createEdge() -
seedEdge
protected void seedEdge(swim.system.EdgeBinding edge) -
seedMesh
protected swim.system.MeshBinding seedMesh(swim.system.EdgeBinding edge, swim.system.MeshDef meshDef) -
seedPart
protected swim.system.PartBinding seedPart(swim.system.MeshBinding mesh, swim.system.PartDef partDef) -
seedHost
protected swim.system.HostBinding seedHost(swim.system.PartBinding part, swim.system.HostDef hostDef) -
seedNode
protected swim.system.NodeBinding seedNode(swim.system.HostBinding host, swim.system.NodeDef nodeDef) -
seedLane
protected swim.system.LaneBinding seedLane(swim.system.NodeBinding node, swim.system.LaneDef laneDef) -
injectEdge
protected swim.system.EdgeBinding injectEdge(swim.system.EdgeAddress edgeAddress, swim.system.EdgeBinding edge) -
openMetaEdge
public void openMetaEdge(swim.system.EdgeBinding edge, swim.system.NodeBinding metaEdge) - Specified by:
openMetaEdgein interfaceswim.system.EdgeContext
-
getMeshDef
public swim.system.MeshDef getMeshDef(swim.system.MeshAddress meshAddress) -
createMesh
public swim.system.MeshBinding createMesh(swim.system.MeshAddress meshAddress) - Specified by:
createMeshin interfaceswim.system.EdgeContext
-
injectMesh
public swim.system.MeshBinding injectMesh(swim.system.MeshAddress meshAddress, swim.system.MeshBinding mesh) - Specified by:
injectMeshin interfaceswim.system.EdgeContext
-
openMetaMesh
public void openMetaMesh(swim.system.MeshBinding mesh, swim.system.NodeBinding metaMesh) - Specified by:
openMetaMeshin interfaceswim.system.EdgeContext
-
getPartDef
public swim.system.PartDef getPartDef(swim.system.PartAddress partAddress) -
createPart
public swim.system.PartBinding createPart(swim.system.PartAddress partAddress) - Specified by:
createPartin interfaceswim.system.EdgeContext
-
injectPart
public swim.system.PartBinding injectPart(swim.system.PartAddress partAddress, swim.system.PartBinding part) - Specified by:
injectPartin interfaceswim.system.EdgeContext
-
openMetaPart
public void openMetaPart(swim.system.PartBinding part, swim.system.NodeBinding metaPart) - Specified by:
openMetaPartin interfaceswim.system.EdgeContext
-
getHostDef
public swim.system.HostDef getHostDef(swim.system.HostAddress hostAddress) -
createHost
public swim.system.HostBinding createHost(swim.system.HostAddress hostAddress) - Specified by:
createHostin interfaceswim.system.EdgeContext
-
injectHost
public swim.system.HostBinding injectHost(swim.system.HostAddress hostAddress, swim.system.HostBinding host) - Specified by:
injectHostin interfaceswim.system.EdgeContext
-
openMetaHost
public void openMetaHost(swim.system.HostBinding host, swim.system.NodeBinding metaHost) - Specified by:
openMetaHostin interfaceswim.system.EdgeContext
-
getNodeDef
public swim.system.NodeDef getNodeDef(swim.system.NodeAddress nodeAddress) -
createNode
public swim.system.NodeBinding createNode(swim.system.NodeAddress nodeAddress) - Specified by:
createNodein interfaceswim.system.EdgeContext
-
injectNode
public swim.system.NodeBinding injectNode(swim.system.NodeAddress nodeAddress, swim.system.NodeBinding node) - Specified by:
injectNodein interfaceswim.system.EdgeContext
-
openMetaNode
public void openMetaNode(swim.system.NodeBinding node, swim.system.NodeBinding metaNode) - Specified by:
openMetaNodein interfaceswim.system.EdgeContext
-
getLaneDef
public swim.system.LaneDef getLaneDef(swim.system.LaneAddress laneAddress) -
createLane
public swim.system.LaneBinding createLane(swim.system.LaneAddress laneAddress) - Specified by:
createLanein interfaceswim.system.EdgeContext
-
injectLane
public swim.system.LaneBinding injectLane(swim.system.LaneAddress laneAddress, swim.system.LaneBinding lane) - Specified by:
injectLanein interfaceswim.system.EdgeContext
-
openMetaLane
public void openMetaLane(swim.system.LaneBinding lane, swim.system.NodeBinding metaLane) - Specified by:
openMetaLanein interfaceswim.system.EdgeContext
-
openMetaUplink
public void openMetaUplink(swim.system.LinkBinding uplink, swim.system.NodeBinding metaUplink) - Specified by:
openMetaUplinkin interfaceswim.system.EdgeContext
-
openMetaDownlink
public void openMetaDownlink(swim.system.LinkBinding downlink, swim.system.NodeBinding metaDownlink) - Specified by:
openMetaDownlinkin interfaceswim.system.CellContext
-
createLane
public swim.system.LaneBinding createLane(swim.system.NodeBinding node, swim.system.LaneDef laneDef) - Specified by:
createLanein interfaceswim.system.EdgeContext
-
openLanes
public void openLanes(swim.system.NodeBinding node) - Specified by:
openLanesin interfaceswim.system.EdgeContext
-
authenticate
public swim.api.policy.PolicyDirective<swim.api.auth.Identity> authenticate(swim.api.auth.Credentials credentials) - Specified by:
authenticatein interfaceswim.system.EdgeContext
-
bindDownlink
public swim.system.LinkBinding bindDownlink(swim.api.Downlink downlink) - Specified by:
bindDownlinkin interfaceswim.system.CellContext
-
openDownlink
public void openDownlink(swim.system.LinkBinding link) - Specified by:
openDownlinkin interfaceswim.system.CellContext
-
closeDownlink
public void closeDownlink(swim.system.LinkBinding link) - Specified by:
closeDownlinkin interfaceswim.system.CellContext
-
pushDown
public void pushDown(swim.system.Push<?> push) - Specified by:
pushDownin interfaceswim.system.CellContext
-
reportDown
public void reportDown(swim.system.Metric metric) - Specified by:
reportDownin interfaceswim.system.CellContext
-
trace
- Specified by:
tracein interfaceswim.util.Log
-
debug
- Specified by:
debugin interfaceswim.util.Log
-
info
- Specified by:
infoin interfaceswim.util.Log
-
warn
- Specified by:
warnin interfaceswim.util.Log
-
error
- Specified by:
errorin interfaceswim.util.Log
-
fail
- Specified by:
failin interfaceswim.util.Log
-
open
public void open()- Specified by:
openin interfaceswim.system.TierBinding- Overrides:
openin classswim.system.AbstractTierBinding
-
load
public void load()- Specified by:
loadin interfaceswim.system.TierBinding- Overrides:
loadin classswim.system.AbstractTierBinding
-
start
public void start()- Specified by:
startin interfaceswim.system.TierBinding- Overrides:
startin classswim.system.AbstractTierBinding
-
stop
public void stop()- Specified by:
stopin interfaceswim.system.TierBinding- Overrides:
stopin classswim.system.AbstractTierBinding
-
unload
public void unload()- Specified by:
unloadin interfaceswim.system.TierBinding- Overrides:
unloadin classswim.system.AbstractTierBinding
-
close
public void close()- Specified by:
closein interfaceswim.system.TierBinding- Specified by:
closein interfaceswim.system.TierContext- Specified by:
closein interfaceswim.api.ref.WarpRef- Overrides:
closein classswim.system.AbstractTierBinding
-
willOpen
public void willOpen()- Specified by:
willOpenin interfaceswim.system.TierContext- Overrides:
willOpenin classswim.system.AbstractTierBinding
-
didOpen
public void didOpen()- Specified by:
didOpenin interfaceswim.system.TierContext- Overrides:
didOpenin classswim.system.AbstractTierBinding
-
willLoad
public void willLoad()- Specified by:
willLoadin interfaceswim.system.TierContext- Overrides:
willLoadin classswim.system.AbstractTierBinding
-
didLoad
public void didLoad()- Specified by:
didLoadin interfaceswim.system.TierContext- Overrides:
didLoadin classswim.system.AbstractTierBinding
-
willStart
public void willStart()- Specified by:
willStartin interfaceswim.system.TierContext- Overrides:
willStartin classswim.system.AbstractTierBinding
-
didStart
public void didStart()- Specified by:
didStartin interfaceswim.system.TierContext- Overrides:
didStartin classswim.system.AbstractTierBinding
-
willStop
public void willStop()- Specified by:
willStopin interfaceswim.system.TierContext- Overrides:
willStopin classswim.system.AbstractTierBinding
-
didStop
public void didStop()- Specified by:
didStopin interfaceswim.system.TierContext- Overrides:
didStopin classswim.system.AbstractTierBinding
-
willUnload
public void willUnload()- Specified by:
willUnloadin interfaceswim.system.TierContext- Overrides:
willUnloadin classswim.system.AbstractTierBinding
-
didUnload
public void didUnload()- Specified by:
didUnloadin interfaceswim.system.TierContext- Overrides:
didUnloadin classswim.system.AbstractTierBinding
-
willClose
public void willClose()- Specified by:
willClosein interfaceswim.system.TierContext- Overrides:
willClosein classswim.system.AbstractTierBinding
-
didClose
public void didClose()- Specified by:
didClosein interfaceswim.system.TierBinding- Overrides:
didClosein classswim.system.AbstractTierBinding
-
didFail
- Specified by:
didFailin interfaceswim.system.TierBinding- Overrides:
didFailin classswim.system.AbstractTierBinding
-