Class fi.hut.tcm.jacob.conduits.InstallOob
java.lang.Object
|
+--fi.hut.tcm.jacob.conduits.InstallOob
- public class InstallOob
- extends java.lang.Object
- implements OutOfBand
InstallOob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
InstallOob
public InstallOob(Side[] endpoints,
Conduit proto)
InstallOob
public InstallOob(Side[] endpoints,
java.lang.Object[] keys,
Conduit proto)
getEndpointCount
public int getEndpointCount()
getEndpoint
public Side getEndpoint(int index)
setEndpointCount
public void setEndpointCount(int count)
setEndpoint
public void setEndpoint(int index,
Side endpoint)
getPrototype
public Conduit getPrototype()
setPrototype
public void setPrototype(Conduit protot)
getKey
public java.lang.Object getKey(int index)
- The EndpointCount methods also affect the key count.
setKey
public void setKey(int index,
java.lang.Object key)
- The EndpointCount methods also affect the key count.