public interface TransportDef
extends javax.ejb.EJBLocalObject
TransportDefHome
| Attribute Name | Attribute Value |
|---|---|
| atg.repository.query.SupportedQueries | and, comparison, constant, inFolders, includesAny, includes, includesItem, isNull, matchId, not, or, patternMatch, property, propertyOf, unconstrained, patternMatch, textSearch |
| categoryBasicsPriority | 10 |
| categoryInfoPriority | 20 |
| references | [:agentDef.transport] |
| resourceBundle | atg.epub.PublishingRepositoryResources |
| uiwritable | false |
| Property Name | Property Type | Property Description | Flags |
|---|---|---|---|
| id | String |
Transport ID | R, W, Cch, Id, Qry, Exp |
| jndiName | String |
JNDI Name | R, W, Cch, Qry |
| rmiURI | String |
RMI URI | R, W, Cch, Qry |
| transportType | TransportDefEnumTransportType |
Transport Type | R, W, Cch, Qry |
| version | int | Version | R, Cch, Qry, Exp |
Property id ("Transport ID"): String
getId()
setId(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property jndiName ("JNDI Name"): String
getJndiName()
setJndiName(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property rmiURI ("RMI URI"): String
getRmiURI()
setRmiURI(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property transportType ("Transport Type"): TransportDefEnumTransportType
getTransportType()
setTransportType(atg.epub.project.TransportDefEnumTransportType)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property version ("Version"): int
getVersion()
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
| Modifier and Type | Method and Description |
|---|---|
boolean |
_isMutable()
Returns true if the item is mutable.
|
void |
copyTo(TransportDef destination)
Copies the property values of this instance to another instance of the same data type.
|
boolean |
getHasVersion()
Returns true if the value of property version is null.
|
java.lang.String |
getId()
Getter for property id ("Transport ID")
|
java.lang.String |
getJndiName()
Getter for property jndiName ("JNDI Name")
|
java.lang.String |
getRmiURI()
Getter for property rmiURI ("RMI URI")
|
TransportDefEnumTransportType |
getTransportType()
Getter for property transportType ("Transport Type")
|
int |
getVersion()
Getter for property version ("Version")
|
boolean |
isRemoved()
Returns true if the underlying object has been removed.
|
void |
prepareInstanceForWrite()
This must be called if the application intends to both read and write the instance in the same transaction, and it intends to do a read before doing a write.
|
void |
setId(java.lang.String value)
Setter for property id ("Transport ID").
|
void |
setJndiName(java.lang.String value)
Setter for property jndiName ("JNDI Name").
|
void |
setRmiURI(java.lang.String value)
Setter for property rmiURI ("RMI URI").
|
void |
setTransportType(TransportDefEnumTransportType value)
Setter for property transportType ("Transport Type").
|
void |
writeInstance()
This must be called after modifying an instance with a persistent implementation to guarantee that all changes are made persistent and visible to queries.
|
java.lang.String getId()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setId(java.lang.String value)
throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - Stringjavax.ejb.EJBExceptionjava.lang.String getJndiName()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setJndiName(java.lang.String value)
throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - Stringjavax.ejb.EJBExceptionjava.lang.String getRmiURI()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setRmiURI(java.lang.String value)
throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - Stringjavax.ejb.EJBExceptionTransportDefEnumTransportType getTransportType() throws javax.ejb.EJBException
TransportDefEnumTransportTypejavax.ejb.EJBExceptionvoid setTransportType(TransportDefEnumTransportType value) throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - TransportDefEnumTransportTypejavax.ejb.EJBExceptionint getVersion()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionboolean getHasVersion()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionboolean isRemoved()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionvoid copyTo(TransportDef destination) throws javax.ejb.EJBException
javax.ejb.EJBExceptionvoid writeInstance()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionvoid prepareInstanceForWrite()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionboolean _isMutable()