Tabnine Logo
ResourceAdaptorTypeID.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
javax.slee.resource.ResourceAdaptorTypeID
constructor

Best Java code snippets using javax.slee.resource.ResourceAdaptorTypeID.<init> (Showing top 8 results out of 315)

origin: org.mobicents.servers.jainslee.core/jmx-property-editors

this.setValue(new ResourceAdaptorTypeID(componentName,componentVendor,componentVersion));
origin: org.mobicents.applications/charging-server-sbb

public void setSbbContext(SbbContext context) {
  this.sbbContextExt = (SbbContextExt) context;
  this.tracer = sbbContextExt.getTracer("CS-Core");
  this.timerFacility = this.sbbContextExt.getTimerFacility();
  ResourceAdaptorTypeID raTypeID = new ResourceAdaptorTypeID("Diameter Ro", "java.net", "0.8.1");
  this.roProvider = (RoProvider) sbbContextExt.getResourceAdaptorInterface(raTypeID, "DiameterRo");
  //this.roAcif = (RoActivityContextInterfaceFactory) sbbContextExt.getActivityContextInterfaceFactory(raTypeID);
  this.avpFactory = this.roProvider.getRoAvpFactory();
}
origin: org.mobicents.servers.jainslee.core/components

public MResourceAdaptorTypeRef(org.mobicents.slee.container.component.deployment.jaxb.slee11.ra.ResourceAdaptorTypeRef resourceAdaptorTypeRef11)
{
 this.description = resourceAdaptorTypeRef11.getDescription() == null ? null : resourceAdaptorTypeRef11.getDescription().getvalue();
 
 this.resourceAdaptorTypeName = resourceAdaptorTypeRef11.getResourceAdaptorTypeName().getvalue();
 this.resourceAdaptorTypeVendor = resourceAdaptorTypeRef11.getResourceAdaptorTypeVendor().getvalue();
 this.resourceAdaptorTypeVersion = resourceAdaptorTypeRef11.getResourceAdaptorTypeVersion().getvalue();
 this.resourceAdaptorTypeID = new ResourceAdaptorTypeID(this.resourceAdaptorTypeName, this.resourceAdaptorTypeVendor, this.resourceAdaptorTypeVersion);
}
 
origin: org.mobicents.servers.jainslee.core/components

public MResourceAdaptorTypeRef(org.mobicents.slee.container.component.deployment.jaxb.slee.ra.ResourceAdaptorTypeRef resourceAdaptorTypeRef10)
{
 this.description = resourceAdaptorTypeRef10.getDescription() == null ? null : resourceAdaptorTypeRef10.getDescription().getvalue();
 
 this.resourceAdaptorTypeName = resourceAdaptorTypeRef10.getResourceAdaptorTypeName().getvalue();
 this.resourceAdaptorTypeVendor = resourceAdaptorTypeRef10.getResourceAdaptorTypeVendor().getvalue();
 this.resourceAdaptorTypeVersion = resourceAdaptorTypeRef10.getResourceAdaptorTypeVersion().getvalue();
 
 this.resourceAdaptorTypeID = new ResourceAdaptorTypeID(this.resourceAdaptorTypeName, this.resourceAdaptorTypeVendor, this.resourceAdaptorTypeVersion);
}
 
origin: org.mobicents.servers.jainslee.core/components

this.resourceAdaptorTypeID = new ResourceAdaptorTypeID(
    resourceAdaptorType.getResourceAdaptorTypeName(),
    resourceAdaptorType.getResourceAdaptorTypeVendor(),
origin: org.mobicents.servers.jainslee.core/components

public MResourceAdaptorTypeBinding(
    org.mobicents.slee.container.component.deployment.jaxb.slee11.sbb.ResourceAdaptorTypeBinding llResourceAdaptorTypeBinding) {
  super();		
  this.description = llResourceAdaptorTypeBinding.getDescription() == null ? null
      : llResourceAdaptorTypeBinding.getDescription().getvalue();
  this.resourceAdaptorTypeRef = new ResourceAdaptorTypeID(
      llResourceAdaptorTypeBinding.getResourceAdaptorTypeRef()
          .getResourceAdaptorTypeName().getvalue(),
      llResourceAdaptorTypeBinding.getResourceAdaptorTypeRef()
          .getResourceAdaptorTypeVendor().getvalue(),
      llResourceAdaptorTypeBinding.getResourceAdaptorTypeRef()
          .getResourceAdaptorTypeVersion().getvalue());
  
  //Optional
  if(llResourceAdaptorTypeBinding.getActivityContextInterfaceFactoryName()!=null)
  {
    this.activityContextInterfaceFactoryName=llResourceAdaptorTypeBinding.getActivityContextInterfaceFactoryName().getvalue();
  }
  
  this.resourceAdaptorEntityBinding=new ArrayList<ResourceAdaptorEntityBindingDescriptor>();
  //Zero+
  if(llResourceAdaptorTypeBinding.getResourceAdaptorEntityBinding()!=null)
  {
    for(org.mobicents.slee.container.component.deployment.jaxb.slee11.sbb.ResourceAdaptorEntityBinding raeb:llResourceAdaptorTypeBinding.getResourceAdaptorEntityBinding())
    {
      this.resourceAdaptorEntityBinding.add(new MResourceAdaptorEntityBinding(raeb));
    }
  }
}
origin: org.mobicents.servers.jainslee.core/components

public MResourceAdaptorTypeBinding(
    ResourceAdaptorTypeBinding resourceAdaptorTypeBinding) {
  super();
  this.description = resourceAdaptorTypeBinding.getDescription() == null ? null
      : resourceAdaptorTypeBinding.getDescription().getvalue();
  this.resourceAdaptorTypeRef = new ResourceAdaptorTypeID(
      resourceAdaptorTypeBinding.getResourceAdaptorTypeRef()
          .getResourceAdaptorTypeName().getvalue(),
      resourceAdaptorTypeBinding.getResourceAdaptorTypeRef()
          .getResourceAdaptorTypeVendor().getvalue(),
      resourceAdaptorTypeBinding.getResourceAdaptorTypeRef()
          .getResourceAdaptorTypeVersion().getvalue());
  
  //Optional
  if(resourceAdaptorTypeBinding.getActivityContextInterfaceFactoryName()!=null)
  {
    this.activityContextInterfaceFactoryName=resourceAdaptorTypeBinding.getActivityContextInterfaceFactoryName().getvalue();
  }
  
  this.resourceAdaptorEntityBinding=new ArrayList<ResourceAdaptorEntityBindingDescriptor>();
  //Zero+
  if(resourceAdaptorTypeBinding.getResourceAdaptorEntityBinding()!=null)
  {
    for(ResourceAdaptorEntityBinding raeb:resourceAdaptorTypeBinding.getResourceAdaptorEntityBinding())
    {
      this.resourceAdaptorEntityBinding.add(new MResourceAdaptorEntityBinding(raeb));
    }
  }
  
}
origin: org.mobicents.servers.jainslee.core/components

raTypeRefs.add(new ResourceAdaptorTypeID(raTypeRef
    .getResourceAdaptorTypeName().getvalue(), raTypeRef
    .getResourceAdaptorTypeVendor().getvalue(), raTypeRef
javax.slee.resourceResourceAdaptorTypeID<init>

Popular methods of ResourceAdaptorTypeID

  • equals
  • hashCode

Popular in Java

  • Reading from database using SQL prepared statement
  • setRequestProperty (URLConnection)
  • addToBackStack (FragmentTransaction)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now