Class TunnelProgramming
- java.lang.Object
-
- org.opendaylight.bgpcep.pcep.tunnel.provider.TunnelProgramming
-
- All Implemented Interfaces:
AutoCloseable
,TopologyTunnelPcepProgrammingService
,org.opendaylight.yangtools.yang.binding.RpcService
public final class TunnelProgramming extends Object implements TopologyTunnelPcepProgrammingService, AutoCloseable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepCreateP2pTunnelOutput>>
pcepCreateP2pTunnel(PcepCreateP2pTunnelInput p2pTunnelInput)
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepDestroyTunnelOutput>>
pcepDestroyTunnel(PcepDestroyTunnelInput destroyTunnelInput)
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepUpdateTunnelOutput>>
pcepUpdateTunnel(PcepUpdateTunnelInput updateTunnelInput)
-
-
-
Method Detail
-
pcepCreateP2pTunnel
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepCreateP2pTunnelOutput>> pcepCreateP2pTunnel(PcepCreateP2pTunnelInput p2pTunnelInput)
- Specified by:
pcepCreateP2pTunnel
in interfaceTopologyTunnelPcepProgrammingService
-
pcepDestroyTunnel
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepDestroyTunnelOutput>> pcepDestroyTunnel(PcepDestroyTunnelInput destroyTunnelInput)
- Specified by:
pcepDestroyTunnel
in interfaceTopologyTunnelPcepProgrammingService
-
pcepUpdateTunnel
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepUpdateTunnelOutput>> pcepUpdateTunnel(PcepUpdateTunnelInput updateTunnelInput)
- Specified by:
pcepUpdateTunnel
in interfaceTopologyTunnelPcepProgrammingService
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
-