org.apache.yoko.orb.OBMessaging
Class Poller_impl

java.lang.Object
  extended by org.apache.yoko.orb.OBMessaging.Poller_impl
All Implemented Interfaces:
Serializable, Pollable, IDLEntity, ValueBase, Poller

public class Poller_impl
extends Object
implements Pollable, Poller

See Also:
Serialized Form

Field Summary
protected  Object objectTarget_
           
protected  String operationName_
           
protected  ORBInstance orbInstance_
           
protected  ReplyHandler replyHandler_
           
 
Constructor Summary
Poller_impl()
           
 
Method Summary
 void _OB_Object(Object obj)
           
 void _OB_ORBInstance(ORBInstance orb)
           
 Downcall _OB_poll_response()
           
 String[] _truncatable_ids()
           
 ReplyHandler associated_handler()
           
 void associated_handler(ReplyHandler handler)
           
 PollableSet create_pollable_set()
           
 boolean is_from_poller()
           
 boolean is_ready(int timeout)
           
 String operation_name()
           
 Object operation_target()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orbInstance_

protected ORBInstance orbInstance_

objectTarget_

protected Object objectTarget_

operationName_

protected String operationName_

replyHandler_

protected ReplyHandler replyHandler_
Constructor Detail

Poller_impl

public Poller_impl()
Method Detail

_truncatable_ids

public String[] _truncatable_ids()
Specified by:
_truncatable_ids in interface ValueBase

is_ready

public boolean is_ready(int timeout)
Specified by:
is_ready in interface Pollable

create_pollable_set

public PollableSet create_pollable_set()
Specified by:
create_pollable_set in interface Pollable

operation_target

public Object operation_target()
Specified by:
operation_target in interface Poller

operation_name

public String operation_name()
Specified by:
operation_name in interface Poller

associated_handler

public ReplyHandler associated_handler()
Specified by:
associated_handler in interface Poller

associated_handler

public void associated_handler(ReplyHandler handler)
Specified by:
associated_handler in interface Poller

is_from_poller

public boolean is_from_poller()
Specified by:
is_from_poller in interface Poller

_OB_ORBInstance

public void _OB_ORBInstance(ORBInstance orb)

_OB_Object

public void _OB_Object(Object obj)

_OB_poll_response

public Downcall _OB_poll_response()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.