@interface RemoteObject { { remoteId connection } + newWithHost: aHost andCommand: aCommand ; + newWithHost: aHost port: aPort andCommand: aCommand ; + newWithConnection: aConnection andCommand: aCommand ; - forwardInvocation: anInvocation ; - dealloc ; }