All Packages Class Hierarchy This Package Previous Next Index
Class rmitest.ServerImpl
rmitest.ServerImpl
- public class ServerImpl
- implements Server
-
ServerImpl()
-
-
ServerImpl(Serialize)
-
-
getBool()
-
-
getBoolArray()
-
-
getByte()
-
-
getByteArray()
-
-
getChar()
-
-
getCharArray()
-
-
getClassObject()
-
-
getCommonPort()
-
-
getDouble()
-
-
getDoubleArray()
-
-
getFloat()
-
-
getFloatArray()
-
-
getInputPort()
-
-
getInt()
-
-
getIntArray()
-
-
getLong()
-
-
getLongArray()
-
-
getObject()
-
-
getObjectArray()
-
-
getShort()
-
-
getShortArray()
-
-
getString()
-
-
getStringArray()
-
-
main(String[])
-
-
putBool(boolean)
-
-
putBoolArray(boolean[])
-
-
putByte(byte)
-
-
putByteArray(byte[])
-
-
putChar(char)
-
-
putCharArray(char[])
-
-
putClassObject(Class)
-
-
putDouble(double)
-
-
putDoubleArray(double[])
-
-
putFloat(float)
-
-
putFloatArray(float[])
-
-
putInt(int)
-
-
putIntArray(int[])
-
-
putLong(long)
-
-
putLongArray(long[])
-
-
putObject(Object)
-
-
putObjectArray(TestObj[])
-
-
putShort(short)
-
-
putShortArray(short[])
-
-
putString(String)
-
-
putStringArray(String[])
-
-
sendRemoteReference(InputPortInterface)
-
ServerImpl
public ServerImpl() throws RemoteException
ServerImpl
public ServerImpl(Serialize ser) throws RemoteException
putBool
public void putBool(boolean b) throws RemoteException
getBool
public boolean getBool() throws RemoteException
putByte
public void putByte(byte b) throws RemoteException
getByte
public byte getByte() throws RemoteException
putShort
public void putShort(short s) throws RemoteException
getShort
public short getShort() throws RemoteException
putInt
public void putInt(int i) throws RemoteException
getInt
public int getInt() throws RemoteException
putLong
public void putLong(long l) throws RemoteException
getLong
public long getLong() throws RemoteException
putChar
public void putChar(char c) throws RemoteException
getChar
public char getChar() throws RemoteException
putFloat
public void putFloat(float f) throws RemoteException
getFloat
public float getFloat() throws RemoteException
putDouble
public void putDouble(double d) throws RemoteException
getDouble
public double getDouble() throws RemoteException
putString
public void putString(String s) throws RemoteException
getString
public String getString() throws RemoteException
putClassObject
public void putClassObject(Class c) throws RemoteException
getClassObject
public Class getClassObject() throws RemoteException
putObject
public void putObject(Object to) throws RemoteException
getObject
public TestObj getObject() throws RemoteException
putBoolArray
public void putBoolArray(boolean ba[]) throws RemoteException
getBoolArray
public boolean[] getBoolArray() throws RemoteException
putByteArray
public void putByteArray(byte ba[]) throws RemoteException
getByteArray
public byte[] getByteArray() throws RemoteException
putShortArray
public void putShortArray(short sa[]) throws RemoteException
getShortArray
public short[] getShortArray() throws RemoteException
putIntArray
public void putIntArray(int ia[]) throws RemoteException
getIntArray
public int[] getIntArray() throws RemoteException
putLongArray
public void putLongArray(long la[]) throws RemoteException
getLongArray
public long[] getLongArray() throws RemoteException
putCharArray
public void putCharArray(char ca[]) throws RemoteException
getCharArray
public char[] getCharArray() throws RemoteException
putFloatArray
public void putFloatArray(float fa[]) throws RemoteException
getFloatArray
public float[] getFloatArray() throws RemoteException
putDoubleArray
public void putDoubleArray(double da[]) throws RemoteException
getDoubleArray
public double[] getDoubleArray() throws RemoteException
putStringArray
public void putStringArray(String sa[]) throws RemoteException
getStringArray
public String[] getStringArray() throws RemoteException
putObjectArray
public void putObjectArray(TestObj toa[]) throws RemoteException
getObjectArray
public TestObj[] getObjectArray() throws RemoteException
getInputPort
public InputPortInterface getInputPort() throws RemoteException
getCommonPort
public InputPortInterface getCommonPort() throws RemoteException
sendRemoteReference
public int sendRemoteReference(InputPortInterface rem) throws RemoteException
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index