org.iids.aos.systemservices.communicator
Class AsCommunicator
java.lang.Object
org.iids.aos.systemservices.communicator.AsCommunicator
- All Implemented Interfaces:
- Communicator
public class AsCommunicator
- extends java.lang.Object
- implements Communicator
User: Michel Oey
Date: 29-mar-2005
Time: 14:32:30
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsCommunicator
public AsCommunicator(Cookie cookie,
boolean clientOnly)
throws CommunicatorException
- Throws:
CommunicatorException
AsCommunicator
public AsCommunicator(Cookie cookie,
int index,
boolean clientOnly)
throws CommunicatorException
- Throws:
CommunicatorException
AsCommunicator
public AsCommunicator(java.lang.String name,
Cookie cookie,
int index,
boolean clientOnly)
throws CommunicatorException
- Throws:
CommunicatorException
AsCommunicator
public AsCommunicator(KernelClient kc,
Cookie cookie,
boolean clientOnly)
bind
public SystemService bind(java.lang.Class _serviceClass,
Address addr)
throws CommunicatorException
- Specified by:
bind in interface Communicator
- Throws:
CommunicatorException
shutdown
public void shutdown()
- Specified by:
shutdown in interface Communicator
getMarshaller
public Marshaller getMarshaller()
- Specified by:
getMarshaller in interface Communicator
publish
public void publish(InterfaceMethod method)
throws CommunicatorException
- Specified by:
publish in interface Communicator
- Throws:
CommunicatorException
getAddress
public Address getAddress()
- Specified by:
getAddress in interface Communicator
Copyright © 2003, 2004 IIDS Group. All Rights Reserved.