org.omg.Messaging
Interface Poller

All Superinterfaces:
IDLEntity, Pollable, Serializable, ValueBase
All Known Implementing Classes:
Poller_impl

public interface Poller
extends ValueBase, Pollable


Method Summary
 ReplyHandler associated_handler()
           
 void associated_handler(ReplyHandler val)
           
 boolean is_from_poller()
           
 String operation_name()
           
 Object operation_target()
           
 
Methods inherited from interface org.omg.CORBA.Pollable
create_pollable_set, is_ready
 
Methods inherited from interface org.omg.CORBA.portable.ValueBase
_truncatable_ids
 

Method Detail

operation_target

Object operation_target()

operation_name

String operation_name()

associated_handler

ReplyHandler associated_handler()

associated_handler

void associated_handler(ReplyHandler val)

is_from_poller

boolean is_from_poller()


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