MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / CheckValid

Method CheckValid

framework/src/bundle/BundleContextPrivate.cpp:75–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 void
76 BundleContextPrivate::CheckValid() const
77 {
78 if (!valid)
79 {
80 throw cppmicroservices::IllegalStateException("The bundle context is no longer valid");
81 }
82 }
83
84 void
85 BundleContextPrivate::Invalidate()

Callers 15

GetPropertyMethod · 0.80
GetPropertiesMethod · 0.80
GetBundleMethod · 0.80
GetBundlesMethod · 0.80
RegisterServiceMethod · 0.80
GetServiceReferencesMethod · 0.80
GetServiceReferenceMethod · 0.80
GetServiceMethod · 0.80
AddServiceListenerMethod · 0.80
RemoveServiceListenerMethod · 0.80
AddBundleListenerMethod · 0.80
RemoveBundleListenerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected