|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventChannelFactoryOperations
The EventChannelFactory
interface provides methods for creating, locating
event channels.
Method Summary | |
---|---|
EventChannel |
create_by_name(java.lang.String name)
Creates a named, persistent EventChannel . |
EventChannel |
create()
Creates an anonymous EventChannel . |
void |
destroy()
Destroys this EventChannelFactory . |
EventChannel |
lookup_by_name(java.lang.String name)
Attempts to return the EventChannel with the specified name. |
Method Detail |
---|
void destroy() throws ChannelsExist
EventChannelFactory
. All the event channels created
by this factory should have been destroyed otherwise ChannelExists
exception
is raised.
org.omg.CosEventChannelAdmin.EventChannelFactoryPackage.ChannelExists
ChannelsExist
EventChannel lookup_by_name(java.lang.String name)
EventChannel
with the specified name.
name
- Name of the EventChannel
to look up.
EventChannel
with the specified name, NULL
if no
EventChannel
with the specified name exists.EventChannel create_by_name(java.lang.String name) throws AlreadyExists
EventChannel
.
name
- Name of the EventChannel
.
EventChannel
.
AlreadyExists
- exception
is thrown if the EventChannel
with the specified name is already created.EventChannel create()
EventChannel
.
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |