org.objectweb.carol.cmi

Class StubData


public class StubData
extends java.lang.Object

Author:
nieuviar

Constructor Summary

StubData(ClusterId id, Remote stub, int factor)
StubData(ClusterId id, byte[] serStub, int factor)

Method Summary

boolean
equals(Object obj)
int
getFactor()
ClusterId
getId()
double
getLoadIncr()
byte[]
getSerializedStub()
Remote
getStub()
Object
getStubOrException()
int
hashCode()
String
toString()

Constructor Details

StubData

public StubData(ClusterId id,
                Remote stub,
                int factor)
            throws RemoteException


StubData

public StubData(ClusterId id,
                byte[] serStub,
                int factor)
            throws RemoteException

Method Details

equals

public boolean equals(Object obj)


getFactor

public int getFactor()


getId

public ClusterId getId()


getLoadIncr

public double getLoadIncr()


getSerializedStub

public byte[] getSerializedStub()
            throws IOException


getStub

public Remote getStub()
            throws RemoteException


getStubOrException

public Object getStubOrException()


hashCode

public int hashCode()


toString

public String toString()