Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Interface LocalModule

All Superinterfaces:
AsyncService, DeliveryServiceLink, ModelObject, Module, Service, XMLObject

public interface LocalModule
extends Module, DeliveryServiceLink

A LocalModule is a pointer to a "modulable" local MasterService. Local MasterService means that it is in the same repository as the LocalModule.

See Also:
Module

Field Summary
static int TYPEID
          The type id of this class.
static java.lang.String TYPENAME
          The constant class type identifier

 

Fields inherited from interface oracle.panama.model.Service
CATEGORY_MASTER, CATEGORY_SERVICE, CATEGORY_USER_HOME

 

Method Summary
 MasterService getMasterService()
          Gets the MasterService this LocalModule points to.
 void setMasterService(MasterService service)
          Gets the MasterService that this module points to.

 

Methods inherited from interface oracle.panama.model.Module
getInputArguments, getLanguage, getMergedInputArguments, getMergedOutputArguments, getOutputArguments, setInputArguments, setLanguage, setOutputArguments

 

Methods inherited from interface oracle.panama.model.AsyncService
addAsyncAddress, addAsyncName, getAsyncAddress, getAsyncAddresses, getAsyncArguments, getAsyncName, getAsyncNames, getParameterDelimiter, getServiceHelpText, isAsyncEnabled, isSilent, isSupportsVariableAsyncArgs, removeAsyncAddress, removeAsyncName, setAsyncAddress, setAsyncAddresses, setAsyncArguments, setAsyncName, setAsyncNames, setParameterDelimiter, setServiceHelpText

 

Methods inherited from interface oracle.panama.model.Service
createPresets, createPresets, deletePresets, deletePresets, getAdminURL, getAllPresets, getAreaId, getCategory, getCost, getCustomizationPageURL, getDescription, getGroups, getParent, getPresets, getPresets, getPrimaryAudio, getPrimaryImage, getSecondaryAudio, getSecondaryImage, getSequenceNo, getServiceAccessPoints, getServiceCategories, getShortName, getTransformer, getURL, getURLPathParameter, getURLPathParameter, getUserOwner, getVirtualURL, invoke, isRedirectHelp, isSessionless, isValid, isViewCustomizable, isVisible, removeAllGroups, setAdminURL, setAreaId, setCategory, setCost  

Methods inherited from interface oracle.panama.model.ModelObject
delete, getCreatedDate, getId, getLastModifiedDate, getName, getTypeId, getTypeName, isSystem, setName, setSystem, undoAll

 

Methods inherited from interface oracle.panama.model.XMLObject
setXML, toXML

 

Methods inherited from interface oracle.panama.model.DeliveryServiceLink
getDRMPolicy, setDRMPolicy

 

Field Detail

TYPENAME

public static final java.lang.String TYPENAME
The constant class type identifier
See Also:
Constant Field Values

TYPEID

public static final int TYPEID
The type id of this class.
See Also:
Constant Field Values
Method Detail

getMasterService

public MasterService getMasterService()
Gets the MasterService this LocalModule points to.
Returns:
the MasterService this LocalModule points to.

setMasterService

public void setMasterService(MasterService service)
Gets the MasterService that this module points to.
Returns:
the MasterService

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.