Class SandboxLease.NoopSandboxLease
java.lang.Object
io.agentscope.harness.agent.sandbox.SandboxLease.NoopSandboxLease
- All Implemented Interfaces:
SandboxLease,AutoCloseable
- Enclosing interface:
SandboxLease
Singleton no-op implementation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.agentscope.harness.agent.sandbox.SandboxLease
SandboxLease.NoopSandboxLease -
Method Summary
-
Method Details
-
close
public void close()Description copied from interface:SandboxLeaseReleases the execution right held by this lease.Must not throw. Any release-side error should be logged internally by the implementation.
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSandboxLease
-