Package tigase.server.ext
Class CompRepoItem
- java.lang.Object
-
- tigase.db.comp.RepositoryItemAbstract
-
- tigase.server.ext.CompRepoItem
-
- All Implemented Interfaces:
RepositoryItem
public class CompRepoItem extends RepositoryItemAbstract
Created: Oct 3, 2009 4:39:51 PM- Author:
- Artur Hefczyc
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONN_TYPE_ATTRstatic java.lang.StringCONNECTION_TYPE_LABELstatic LoadBalancerIfcDEF_LB_CLASSstatic java.lang.StringDOMAIN_ATTRstatic java.lang.StringDOMAIN_NAME_LABELstatic java.lang.StringDOMAIN_PASS_LABELstatic java.lang.StringLB_CLASS_LABELstatic java.lang.StringLB_NAME_ATTRstatic java.lang.StringPASSWORD_ATTRstatic java.lang.StringPORT_NO_ATTRstatic java.lang.StringPORT_NO_LABELstatic java.lang.StringPROTO_XMLNS_ATTRstatic java.lang.StringPROTO_XMLNS_LABELstatic java.lang.StringREMOTE_HOST_ATTRstatic java.lang.StringREMOTE_HOST_LABELstatic java.lang.StringREPO_ITEM_ELEM_NAMEstatic java.lang.StringROUTINGS_ATTRstatic java.lang.StringROUTINGS_LABELstatic java.lang.StringSOCKET_ATTRstatic java.lang.StringSOCKET_LABEL-
Fields inherited from class tigase.db.comp.RepositoryItemAbstract
ADMINS_ATT, ADMINS_LABEL, OWNER_ATT, OWNER_LABEL
-
-
Constructor Summary
Constructors Constructor Description CompRepoItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCommandFields(Packet packet)The method is used for handling ad-hoc commands.java.lang.StringgetAuthPasswd()ConnectionTypegetConnectionType()java.lang.StringgetDomain()java.lang.StringgetElemName()java.lang.StringgetKey()Returns a unique key for the item in the repository.java.lang.StringgetLb()LoadBalancerIfcgetLoadBalancer()intgetPort()java.lang.StringgetRemoteHost()java.lang.String[]getRoutings()SocketTypegetSocket()java.lang.StringgetXMLNS()voidinitFromCommand(Packet packet)The method used for handling ad-hoc commands.voidinitFromElement(Element elem)The item can be also initialized from a more complex repositories: XML repository or SQL database.voidinitFromPropertyString(java.lang.String propString)The item can be initialized based on the data loaded from a configuration file.voidsetDomain(java.lang.String domain)protected voidsetKey(java.lang.String key)voidsetLb(java.lang.String clazz)ElementtoElement()Item data can be stored in a more complex form than a simple property string.java.lang.StringtoPropertyString()The item can be initialized based on the data loaded from a configuration file.java.lang.StringtoString()
-
-
-
Field Detail
-
CONN_TYPE_ATTR
public static final java.lang.String CONN_TYPE_ATTR
- See Also:
- Constant Field Values
-
CONNECTION_TYPE_LABEL
public static final java.lang.String CONNECTION_TYPE_LABEL
- See Also:
- Constant Field Values
-
DOMAIN_ATTR
public static final java.lang.String DOMAIN_ATTR
- See Also:
- Constant Field Values
-
DOMAIN_NAME_LABEL
public static final java.lang.String DOMAIN_NAME_LABEL
- See Also:
- Constant Field Values
-
DOMAIN_PASS_LABEL
public static final java.lang.String DOMAIN_PASS_LABEL
- See Also:
- Constant Field Values
-
LB_CLASS_LABEL
public static final java.lang.String LB_CLASS_LABEL
- See Also:
- Constant Field Values
-
LB_NAME_ATTR
public static final java.lang.String LB_NAME_ATTR
- See Also:
- Constant Field Values
-
PASSWORD_ATTR
public static final java.lang.String PASSWORD_ATTR
- See Also:
- Constant Field Values
-
PORT_NO_ATTR
public static final java.lang.String PORT_NO_ATTR
- See Also:
- Constant Field Values
-
PORT_NO_LABEL
public static final java.lang.String PORT_NO_LABEL
- See Also:
- Constant Field Values
-
PROTO_XMLNS_ATTR
public static final java.lang.String PROTO_XMLNS_ATTR
- See Also:
- Constant Field Values
-
PROTO_XMLNS_LABEL
public static final java.lang.String PROTO_XMLNS_LABEL
- See Also:
- Constant Field Values
-
REMOTE_HOST_ATTR
public static final java.lang.String REMOTE_HOST_ATTR
- See Also:
- Constant Field Values
-
REMOTE_HOST_LABEL
public static final java.lang.String REMOTE_HOST_LABEL
- See Also:
- Constant Field Values
-
REPO_ITEM_ELEM_NAME
public static final java.lang.String REPO_ITEM_ELEM_NAME
- See Also:
- Constant Field Values
-
ROUTINGS_ATTR
public static final java.lang.String ROUTINGS_ATTR
- See Also:
- Constant Field Values
-
ROUTINGS_LABEL
public static final java.lang.String ROUTINGS_LABEL
- See Also:
- Constant Field Values
-
SOCKET_ATTR
public static final java.lang.String SOCKET_ATTR
- See Also:
- Constant Field Values
-
SOCKET_LABEL
public static final java.lang.String SOCKET_LABEL
- See Also:
- Constant Field Values
-
DEF_LB_CLASS
public static final LoadBalancerIfc DEF_LB_CLASS
-
-
Method Detail
-
addCommandFields
public void addCommandFields(Packet packet)
Description copied from interface:RepositoryItemThe method is used for handling ad-hoc commands. The 'empty' ad-hoc command packet is provided and the Item should fill it with fields for the user.- Specified by:
addCommandFieldsin interfaceRepositoryItem- Overrides:
addCommandFieldsin classRepositoryItemAbstract- Parameters:
packet- with empty ad-hoc command to fill with fields
-
getAuthPasswd
public java.lang.String getAuthPasswd()
-
getConnectionType
public ConnectionType getConnectionType()
-
getLoadBalancer
public LoadBalancerIfc getLoadBalancer()
-
getLb
public java.lang.String getLb()
-
setLb
public void setLb(java.lang.String clazz)
-
getDomain
public java.lang.String getDomain()
-
setDomain
public void setDomain(java.lang.String domain)
-
getElemName
public java.lang.String getElemName()
- Specified by:
getElemNamein classRepositoryItemAbstract
-
getKey
public java.lang.String getKey()
Description copied from interface:RepositoryItemReturns a unique key for the item in the repository. All items are stored in a memory cache which is a Map. And the key returned by this method is the item identifier in the Map.- Returns:
- an Item key.
-
setKey
protected void setKey(java.lang.String key)
- Specified by:
setKeyin classRepositoryItemAbstract
-
getPort
public int getPort()
-
getRemoteHost
public java.lang.String getRemoteHost()
-
getRoutings
public java.lang.String[] getRoutings()
-
getXMLNS
public java.lang.String getXMLNS()
-
getSocket
public SocketType getSocket()
-
initFromCommand
public void initFromCommand(Packet packet)
Description copied from interface:RepositoryItemThe method used for handling ad-hoc commands. After a user fills all given field the ad-hoc command packet is passed back to the item to initialize it with data. Similar method to initFromElement(), but the data source is different.- Specified by:
initFromCommandin interfaceRepositoryItem- Overrides:
initFromCommandin classRepositoryItemAbstract- Parameters:
packet- with ad-hoc command filled by the user.
-
initFromElement
public void initFromElement(Element elem)
Description copied from interface:RepositoryItemThe item can be also initialized from a more complex repositories: XML repository or SQL database. In such a case more complex representation is prefered, possibly carrying more information about the item. The method is called to initialize the item with a data parsed from an XML representation of the repository.- Specified by:
initFromElementin interfaceRepositoryItem- Overrides:
initFromElementin classRepositoryItemAbstract- Parameters:
elem- XML Element with all the item initialization data.
-
initFromPropertyString
public void initFromPropertyString(java.lang.String propString)
Description copied from interface:RepositoryItemThe item can be initialized based on the data loaded from a configuration file. In such a case the item representation is usually very simplified as a list of parameters separated by a marker. Please note, usually each item is separated from another with a comma, therefore do not use a comma in the item property string. Double collon is commonly used alternative.- Parameters:
propString- is a property string to initialize the RepositoryItem.
-
toElement
public Element toElement()
Description copied from interface:RepositoryItemItem data can be stored in a more complex form than a simple property string. The XML Element can contain much more detailed information about the element than the simplified form and is used to store the repository item in more advanced repositories then just property file. XML repository or SQL database can keep many records for repository item with as much detailed information as needed.- Specified by:
toElementin interfaceRepositoryItem- Overrides:
toElementin classRepositoryItemAbstract- Returns:
- an XML Element with all the item initialization data.
-
toPropertyString
public java.lang.String toPropertyString()
Description copied from interface:RepositoryItemThe item can be initialized based on the data loaded from a configuration file. In such a case the item representation is usually very simplified as a list of parameters separated by a marker. Please note, usually each item is separated from another with a comma, therefore do not use a comma in the item property string. Double collon is commonly used alternative.- Returns:
- a property string representing the repository item in a simplified form.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-