Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

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


Constructor Summary
InstallOob(Side[] endpoints, Conduit proto)
           
InstallOob(Side[] endpoints, java.lang.Object[] keys, Conduit proto)
           
 
Method Summary
int getEndpointCount()
           
Side getEndpoint(int index)
           
java.lang.Object getKey(int index)
          The EndpointCount methods also affect the key count.
Conduit getPrototype()
           
void setEndpointCount(int count)
           
void setEndpoint(int index, Side endpoint)
           
void setKey(int index, java.lang.Object key)
          The EndpointCount methods also affect the key count.
void setPrototype(Conduit protot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

InstallOob

public InstallOob(Side[] endpoints,
                  Conduit proto)

InstallOob

public InstallOob(Side[] endpoints,
                  java.lang.Object[] keys,
                  Conduit proto)
Method Detail

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.

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD