org.iids.aos.systemservices.communicator
Class AsCommunicator

java.lang.Object
  extended by 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


Constructor Summary
AsCommunicator(Cookie cookie, boolean clientOnly)
           
AsCommunicator(Cookie cookie, int index, boolean clientOnly)
           
AsCommunicator(KernelClient kc, Cookie cookie, boolean clientOnly)
           
AsCommunicator(java.lang.String name, Cookie cookie, int index, boolean clientOnly)
           
 
Method Summary
 SystemService bind(java.lang.Class _serviceClass, Address addr)
           
 Address getAddress()
           
 Marshaller getMarshaller()
           
 void publish(InterfaceMethod method)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.