Package de.elo.ix.client
Class EventBusParams
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.EventBusParams
- All Implemented Interfaces:
Serializable
This class supplies params to control the creation of an event bus ID. Only one of the members
ticket, userId and channelId should be set.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Create an event bus ID based on this string.protected boolean
Do not open this bus on other Indexservers.protected String
Create event bus ID based on this ticket.protected String
Get the event bus ID for this user.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setChannelId
(String channelId) void
setNoForwardToOtherIxs
(boolean noForwardToOtherIxs) void
void
toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
ticket
Create event bus ID based on this ticket. -
userId
Get the event bus ID for this user. A numeric ID, GUID or user name can be specified. The returned bus ID is computed as EventBusC.BUSID_USER + uid, where uid is the numeric user ID. -
channelId
Create an event bus ID based on this string. An arbitary string can be supplied. -
noForwardToOtherIxs
protected boolean noForwardToOtherIxsDo not open this bus on other Indexservers. In load balancing environments, event busses are opened on each Indexserver by default. Set this option to true to open this event bus only on the currently attached Indexserver.- Since:
- 8.00.032.011
-
-
Constructor Details
-
EventBusParams
public EventBusParams()
-
-
Method Details