com.pcbsys.nirvana.nAdminAPI.nPkgDataGroupListener Class Reference

Created by IntelliJ IDEA. More...

Inheritance diagram for com.pcbsys.nirvana.nAdminAPI.nPkgDataGroupListener:

com.pcbsys.nirvana.client.nDataGroupListener

Public Member Functions

synchronized void addedGroup (nDataGroup to, nDataGroup group, int count)
 Called when a group has been added to the 'to' data group.
synchronized void addedStream (nDataGroup group, nDataStream stream, int count)
 Called when a new stream has been added to the data group.
synchronized void createdGroup (nDataGroup group)
 Called when a group has been created.
synchronized void deletedGroup (nDataGroup group)
 Called when a group has been deleted.
synchronized void deletedStream (nDataGroup group, nDataStream stream, int count, boolean serverRemoved)
 Called when a stream has been deleted from the data group.
synchronized void removedGroup (nDataGroup from, nDataGroup group, int count)
 Called when a group has been removed from the 'from' data group.

Detailed Description

Created by IntelliJ IDEA.

User: pweiss Date: Dec 31, 2010 Time: 11:12:41 AM To change this template use File | Settings | File Templates.


Member Function Documentation

synchronized void com.pcbsys.nirvana.nAdminAPI.nPkgDataGroupListener.addedGroup ( nDataGroup  to,
nDataGroup  group,
int  count 
)

Called when a group has been added to the 'to' data group.

Parameters:
to the nDataGroup that the data group has been added to
group the nDataGroup that has been added
count the current count of member streams of the 'to' group

Implements com.pcbsys.nirvana.client.nDataGroupListener.

synchronized void com.pcbsys.nirvana.nAdminAPI.nPkgDataGroupListener.addedStream ( nDataGroup  group,
nDataStream  stream,
int  count 
)

Called when a new stream has been added to the data group.

Parameters:
group the nDataGroup that the stream has been added to
stream the nDataStream that has been added
count the current count of members

Implements com.pcbsys.nirvana.client.nDataGroupListener.

synchronized void com.pcbsys.nirvana.nAdminAPI.nPkgDataGroupListener.createdGroup ( nDataGroup  group  ) 

Called when a group has been created.

Parameters:
group the nDataGroup that has been added

Implements com.pcbsys.nirvana.client.nDataGroupListener.

synchronized void com.pcbsys.nirvana.nAdminAPI.nPkgDataGroupListener.deletedGroup ( nDataGroup  group  ) 

Called when a group has been deleted.

Parameters:
group the nDataGroup that has been deleted

Implements com.pcbsys.nirvana.client.nDataGroupListener.

synchronized void com.pcbsys.nirvana.nAdminAPI.nPkgDataGroupListener.deletedStream ( nDataGroup  group,
nDataStream  stream,
int  count,
boolean  serverRemoved 
)

Called when a stream has been deleted from the data group.

Parameters:
group the nDataGroup that the stream has been deleted from
stream the nDataStream that has been deleted
count the current count of members
serverRemoved whether the stream was removed from the group by the server

Implements com.pcbsys.nirvana.client.nDataGroupListener.

synchronized void com.pcbsys.nirvana.nAdminAPI.nPkgDataGroupListener.removedGroup ( nDataGroup  from,
nDataGroup  group,
int  count 
)

Called when a group has been removed from the 'from' data group.

Parameters:
from the nDataGroup that the data group has been added to
group the nDataGroup that has been added
count the current count of member streams of the 'from' group

Implements com.pcbsys.nirvana.client.nDataGroupListener.